Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineVertexUtil.hpp58 deUint32 getVertexFormatComponentCount (vk::VkFormat format);
H A DvktPipelineVertexUtil.cpp174 deUint32 getVertexFormatComponentCount (VkFormat format) in getVertexFormatComponentCount() function
H A DvktPipelineVertexInputTests.cpp1404 const deUint32 componentCount = getVertexFormatComponentCount(format); in writeVertexInputValueIntPacked()
1589 …s_glslTypeDescriptions[glslType].vertexInputComponentCount == getVertexFormatComponentCount(format… in isCompatibleType()