Searched refs:isVertexFormatSscaled (Results 1 – 3 of 3) sorted by relevance
64 bool isVertexFormatSscaled (vk::VkFormat format);
763 bool isVertexFormatSscaled (VkFormat format) in isVertexFormatSscaled() function
838 else if (isVertexFormatSscaled(attributeInfo.vkType)) in getGlslAttributeConditions()1529 else if (isVertexFormatSscaled(attribute.vkDescription.format)) in writeVertexInputValue()1598 …isVertexFormatSnorm(format) || isVertexFormatUnorm(format) || isVertexFormatSscaled(format) || isV… in isCompatibleType()