Home
last modified time | relevance | path

Searched refs:VkVertexInputRate (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/prebuilt-intermediates/util/
Dvk_enum_to_str.h196 const char * vk_VertexInputRate_to_str(VkVertexInputRate input);
Dvk_enum_to_str.c2217 vk_VertexInputRate_to_str(VkVertexInputRate input) in vk_VertexInputRate_to_str()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp182 VkVertexInputRate inputRate;
307 …InputTest::BindingMapping bindingMapping, const VkVertexInputRate firstInputRate, const VkVertexIn… in getAttributeBinding()
487 const VkVertexInputRate firstInputrate = getAttributeInfo(0).inputRate; in createInstance()
492 …const VkVertexInputRate inputRate = ((firstInputrate + bindingNdx) % 2 == 0) ? VK_VERTEX_IN… in createInstance()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStrUtil.inl18 const char* getVertexInputRateName (VkVertexInputRate value);
77 …::Format::Enum<VkVertexInputRate> getVertexInputRateStr (VkVertexInputRate value) { re…
136 inline std::ostream& operator<< (std::ostream& s, VkVertexInputRate value) { return s << getVer…
DvkTypeUtil.inl142 … makeVertexInputBindingDescription (deUint32 binding, deUint32 stride, VkVertexInputRate inputRate)
DvkBasicTypes.inl692 enum VkVertexInputRate enum
DvkStructTypes.inl599 VkVertexInputRate inputRate;
DvkVulkan_c.inl776 typedef enum VkVertexInputRate { enum
783 } VkVertexInputRate; typedef
2097 VkVertexInputRate inputRate;
DvkStrUtilImpl.inl729 const char* getVertexInputRateName (VkVertexInputRate value)
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderTests.cpp279 const VkVertexInputRate vertexInputRate = VK_VERTEX_INPUT_RATE_VERTEX,
363 …const VkVertexInputRate vertexInputRate = (TEST_TYPE_INPUT_RATE_INSTANCE == m_parameters.v… in iterate()
831 const VkVertexInputRate vertexInputRate, in makeGraphicsPipeline()
2301 …const VkVertexInputRate vertexInputRate = (TEST_TYPE_INPUT_RATE_INSTANCE == m_parameters.v… in iterate()
/external/mesa3d/include/vulkan/
Dvulkan.h719 typedef enum VkVertexInputRate { enum
726 } VkVertexInputRate; typedef
2024 VkVertexInputRate inputRate;
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h851 typedef enum VkVertexInputRate { enum
858 } VkVertexInputRate; typedef
2194 VkVertexInputRate inputRate;
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h851 typedef enum VkVertexInputRate { enum
858 } VkVertexInputRate; typedef
2194 VkVertexInputRate inputRate;
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h945 typedef enum VkVertexInputRate { enum
952 } VkVertexInputRate; typedef
2359 VkVertexInputRate inputRate;
/external/swiftshader/include/vulkan/
Dvulkan_core.h918 typedef enum VkVertexInputRate { enum
925 } VkVertexInputRate; typedef
2312 VkVertexInputRate inputRate;
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in773 typedef enum VkVertexInputRate { enum
780 } VkVertexInputRate; typedef
2094 VkVertexInputRate inputRate;
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp13021 VkVertexInputRate desc_rate; in TEST_F()