Searched refs:getVertexFormatComponentSize (Results 1 – 3 of 3) sorted by relevance
59 deUint32 getVertexFormatComponentSize (vk::VkFormat format);
79 return 1.0f / float((1 << (getVertexFormatComponentSize(format) * 8)) - 1); in getRepresentableDifferenceUnorm()93 return 1.0f / float((1 << (getVertexFormatComponentSize(format) * 8 - 1)) - 1); in getRepresentableDifferenceSnorm()1404 const deUint32 componentSize = getVertexFormatComponentSize(format); in writeVertexInputValueSint()1441 const deUint32 componentSize = getVertexFormatComponentSize(format); in writeVertexInputValueUint()1465 const deUint32 componentSize = getVertexFormatComponentSize(format); in writeVertexInputValueSfloat()1536 …ribute.vkDescription.format, componentNdx) - 1)) - 1 : (1 << (getVertexFormatComponentSize(attribu… in writeVertexInputValue()1537 …(attribute.vkDescription.format, componentNdx)) - 1) : (1 << (getVertexFormatComponentSize(attribu… in writeVertexInputValue()1650 …exFormatPacked(format) ? (getVertexFormatSize(format) <= 4) : getVertexFormatComponentSize(format)… in isCompatibleType()1655 return isVertexFormatSfloat(format) && getVertexFormatComponentSize(format) == 8; in isCompatibleType()
299 deUint32 getVertexFormatComponentSize (VkFormat format) in getVertexFormatComponentSize() function