Searched refs:isVertexFormatSfloat (Results 1 – 3 of 3) sorted by relevance
59 bool isVertexFormatSfloat (vk::VkFormat format);
827 else if (isVertexFormatSfloat(attributeInfo.vkType)) in getGlslAttributeConditions()1525 if (isVertexFormatSfloat(attribute.vkDescription.format)) in writeVertexInputValue()1597 …Size(format) <= 4) : getVertexFormatComponentSize(format) <= 4) && (isVertexFormatSfloat(format) || in isCompatibleType()1601 return isVertexFormatSfloat(format) && getVertexFormatComponentSize(format) == 8; in isCompatibleType()
637 bool isVertexFormatSfloat (VkFormat format) in isVertexFormatSfloat() function