Searched refs:getVertexFormatComponentCount (Results 1 – 3 of 3) sorted by relevance
58 deUint32 getVertexFormatComponentCount (vk::VkFormat format);
1429 const deUint32 componentCount = getVertexFormatComponentCount(format); in writeVertexInputValueIntPacked()1491 const deUint32 componentCount = getVertexFormatComponentCount(format); in writeVertexInputValueUfloat()1639 …s_glslTypeDescriptions[glslType].vertexInputComponentCount == getVertexFormatComponentCount(format… in isCompatibleType()
174 deUint32 getVertexFormatComponentCount (VkFormat format) in getVertexFormatComponentCount() function