Home
last modified time | relevance | path

Searched refs:vertexInputs (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_pipeline.c275 rs->vertex_inputs = shader_info->vertexInputs; in vk_pipeline_robustness_state_fill()
284 rs->vertex_inputs = pipeline_info->vertexInputs; in vk_pipeline_robustness_state_fill()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dpipelines.adoc922 * pname:vertexInputs describes the behaviour of out of bounds accesses
978 is not enabled, pname:vertexInputs must: be
998 feature is not supported, pname:vertexInputs must: not be
1012 pname:vertexInputs members of slink:VkPipelineRobustnessCreateInfoEXT are:
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h11409 VkPipelineRobustnessBufferBehaviorEXT vertexInputs; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp11337 VULKAN_HPP_HASH_COMBINE( seed, pipelineRobustnessCreateInfoEXT.vertexInputs ); in operator ()()