Searched refs:isVertexFormatSfloat (Results 1 – 3 of 3) sorted by relevance
66 bool isVertexFormatSfloat (vk::VkFormat format);
841 else if (isVertexFormatSfloat(attributeInfo.vkType)) in getGlslAttributeConditions()1575 if (isVertexFormatSfloat(attribute.vkDescription.format)) in writeVertexInputValue()1650 …Size(format) <= 4) : getVertexFormatComponentSize(format) <= 4) && (isVertexFormatSfloat(format) || in isCompatibleType()1655 return isVertexFormatSfloat(format) && getVertexFormatComponentSize(format) == 8; in isCompatibleType()
642 bool isVertexFormatSfloat (VkFormat format) in isVertexFormatSfloat() function