Searched refs:getVertexFormatSize (Results 1 – 3 of 3) sorted by relevance
57 deUint32 getVertexFormatSize (vk::VkFormat format);
519 const deUint32 inputSize = getVertexFormatSize(attributeInfo.vkType); in createInstance()529 const deUint32 inputSize = getVertexFormatSize(attributeInfo.vkType); in createInstance()553 …const deUint32 offsetToComponentAlignment = getNextMultipleOffset(getVertexFormatSize(attributeI… in createInstance()563 …tributeBinding] = de::max(attributeMaxSizes[attributeBinding], getVertexFormatSize(attributeIn… in createInstance()1430 const deUint32 usedBits = ~(deUint32)0 >> ((getVertexFormatSize(format) * 8) - componentWidth); in writeVertexInputValueIntPacked()1492 const deUint32 usedBits = ~(deUint32)0 >> ((getVertexFormatSize(format) * 8) - componentWidth); in writeVertexInputValueUfloat()1517 deUint32 componentOffset = getVertexFormatSize(attribute.vkDescription.format) * 8; in writeVertexInputValue()1650 …return (isVertexFormatPacked(format) ? (getVertexFormatSize(format) <= 4) : getVertexFormatCompone… in isCompatibleType()
37 deUint32 getVertexFormatSize (VkFormat format) in getVertexFormatSize() function