Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexUtil.hpp50 deUint32 getVertexFormatSize (vk::VkFormat format);
DvktPipelineVertexInputTests.cpp516 const deUint32 inputSize = getVertexFormatSize(attributeInfo.vkType); in createInstance()
526 const deUint32 inputSize = getVertexFormatSize(attributeInfo.vkType); in createInstance()
550 …const deUint32 offsetToComponentAlignment = getNextMultipleOffset(getVertexFormatSize(attributeI… in createInstance()
560 …tributeBinding] = de::max(attributeMaxSizes[attributeBinding], getVertexFormatSize(attributeIn… in createInstance()
1402 const deUint32 usedBits = ~(deUint32)0 >> ((getVertexFormatSize(format) * 8) - componentWidth); in writeVertexInputValueIntPacked()
1467 deUint32 componentOffset = getVertexFormatSize(attribute.vkDescription.format) * 8; in writeVertexInputValue()
1597 …return (isVertexFormatPacked(format) ? (getVertexFormatSize(format) <= 4) : getVertexFormatCompone… in isCompatibleType()
DvktPipelineVertexUtil.cpp37 deUint32 getVertexFormatSize (VkFormat format) in getVertexFormatSize() function