Home
last modified time | relevance | path

Searched refs:getVertexFormatComponentCount (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexUtil.hpp58 deUint32 getVertexFormatComponentCount (vk::VkFormat format);
DvktPipelineVertexInputTests.cpp1429 const deUint32 componentCount = getVertexFormatComponentCount(format); in writeVertexInputValueIntPacked()
1491 const deUint32 componentCount = getVertexFormatComponentCount(format); in writeVertexInputValueUfloat()
1639 …s_glslTypeDescriptions[glslType].vertexInputComponentCount == getVertexFormatComponentCount(format… in isCompatibleType()
DvktPipelineVertexUtil.cpp174 deUint32 getVertexFormatComponentCount (VkFormat format) in getVertexFormatComponentCount() function