Searched defs:componentSizes (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineVertexUtil.cpp | 417 deUint32 componentSizes[3] = { 5, 6, 5 }; in getPackedVertexFormatComponentWidth() local 431 deUint32 componentSizes[4] = { 5, 5, 5, 1 }; in getPackedVertexFormatComponentWidth() local 438 deUint32 componentSizes[4] = { 1, 5, 5, 5 }; in getPackedVertexFormatComponentWidth() local 456 deUint32 componentSizes[3] = { 10, 11, 11 }; in getPackedVertexFormatComponentWidth() local 474 deUint32 componentSizes[4] = {2, 10, 10, 10}; in getPackedVertexFormatComponentWidth() local 481 deUint32 componentSizes[2] = { 8, 24 }; in getPackedVertexFormatComponentWidth() local 488 deUint32 componentSizes[4] = { 5, 9, 9, 9 }; in getPackedVertexFormatComponentWidth() local
|