Searched refs:getVertexFormatComponentSize (Results 1 – 3 of 3) sorted by relevance
52 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()1376 const deUint32 componentSize = getVertexFormatComponentSize(format); in writeVertexInputValueSint()1413 const deUint32 componentSize = getVertexFormatComponentSize(format); in writeVertexInputValueUint()1437 const deUint32 componentSize = getVertexFormatComponentSize(format); in writeVertexInputValueSfloat()1486 …ribute.vkDescription.format, componentNdx) - 1)) - 1 : (1 << (getVertexFormatComponentSize(attribu… in writeVertexInputValue()1487 …(attribute.vkDescription.format, componentNdx)) - 1) : (1 << (getVertexFormatComponentSize(attribu… in writeVertexInputValue()1597 …exFormatPacked(format) ? (getVertexFormatSize(format) <= 4) : getVertexFormatComponentSize(format)… in isCompatibleType()1601 return isVertexFormatSfloat(format) && getVertexFormatComponentSize(format) == 8; in isCompatibleType()
299 deUint32 getVertexFormatComponentSize (VkFormat format) in getVertexFormatComponentSize() function