Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp86 return 1.0f / float((1 << (getPackedVertexFormatComponentWidth(format, componentNdx))) - 1); in getRepresentableDifferenceUnormPacked()
100 return 1.0f / float((1 << (getPackedVertexFormatComponentWidth(format, componentNdx) - 1)) - 1); in getRepresentableDifferenceSnormPacked()
822 …const deInt32 maxIntValue = (1 << (getPackedVertexFormatComponentWidth(attributeInfo.vkType, order… in getGlslAttributeConditions()
834 …const deUint32 maxUintValue = (1 << getPackedVertexFormatComponentWidth(attributeInfo.vkType, orde… in getGlslAttributeConditions()
856 …const float maxScaledValue = float((1 << (getPackedVertexFormatComponentWidth(attributeInfo.vkType… in getGlslAttributeConditions()
868 …const float maxScaledValue = float((1 << getPackedVertexFormatComponentWidth(attributeInfo.vkType,… in getGlslAttributeConditions()
1428 const deUint32 componentWidth = getPackedVertexFormatComponentWidth(format, componentNdx); in writeVertexInputValueIntPacked()
1490 const deUint32 componentWidth = getPackedVertexFormatComponentWidth(format, componentNdx); in writeVertexInputValueUfloat()
1536 …ertexFormatPacked(attribute.vkDescription.format) ? (1 << (getPackedVertexFormatComponentWidth(att… in writeVertexInputValue()
1537 …ertexFormatPacked(attribute.vkDescription.format) ? ((1 << getPackedVertexFormatComponentWidth(att… in writeVertexInputValue()
DvktPipelineVertexUtil.hpp60 deUint32 getPackedVertexFormatComponentWidth (vk::VkFormat format, deUint32 componentNdx);
DvktPipelineVertexUtil.cpp405 deUint32 getPackedVertexFormatComponentWidth(VkFormat format, deUint32 componentNdx) in getPackedVertexFormatComponentWidth() function