Searched refs:getPackedVertexFormatComponentWidth (Results 1 – 3 of 3) sorted by relevance
53 deUint32 getPackedVertexFormatComponentWidth (vk::VkFormat format, deUint32 componentNdx);
86 return 1.0f / float((1 << (getPackedVertexFormatComponentWidth(format, componentNdx))) - 1); in getRepresentableDifferenceUnormPacked()100 return 1.0f / float((1 << (getPackedVertexFormatComponentWidth(format, componentNdx) - 1)) - 1); in getRepresentableDifferenceSnormPacked()808 …const deInt32 maxIntValue = (1 << (getPackedVertexFormatComponentWidth(attributeInfo.vkType, order… in getGlslAttributeConditions()820 …const deUint32 maxUintValue = (1 << getPackedVertexFormatComponentWidth(attributeInfo.vkType, orde… in getGlslAttributeConditions()842 …const float maxScaledValue = float((1 << (getPackedVertexFormatComponentWidth(attributeInfo.vkType… in getGlslAttributeConditions()854 …const float maxScaledValue = float((1 << getPackedVertexFormatComponentWidth(attributeInfo.vkType,… in getGlslAttributeConditions()1400 const deUint32 componentWidth = getPackedVertexFormatComponentWidth(format, componentNdx); in writeVertexInputValueIntPacked()1486 …ertexFormatPacked(attribute.vkDescription.format) ? (1 << (getPackedVertexFormatComponentWidth(att… in writeVertexInputValue()1487 …ertexFormatPacked(attribute.vkDescription.format) ? ((1 << getPackedVertexFormatComponentWidth(att… in writeVertexInputValue()
405 deUint32 getPackedVertexFormatComponentWidth(VkFormat format, deUint32 componentNdx) in getPackedVertexFormatComponentWidth() function