Searched refs:isVertexFormatUfloat (Results 1 – 3 of 3) sorted by relevance
67 bool isVertexFormatUfloat (vk::VkFormat format);
893 else if (isVertexFormatUfloat(attributeInfo.vkType)) in getGlslAttributeConditions()952 } else if (isVertexFormatUfloat(format)) in getFormatThreshold()1578 } else if (isVertexFormatUfloat(attribute.vkDescription.format)) in writeVertexInputValue()1652 isVertexFormatUfloat(format)); in isCompatibleType()
668 bool isVertexFormatUfloat (VkFormat format) in isVertexFormatUfloat() function