Searched refs:isVertexFormatSscaled (Results 1 – 3 of 3) sorted by relevance
71 bool isVertexFormatSscaled (vk::VkFormat format);
852 else if (isVertexFormatSscaled(attributeInfo.vkType)) in getGlslAttributeConditions()1582 else if (isVertexFormatSscaled(attribute.vkDescription.format)) in writeVertexInputValue()1651 …isVertexFormatSnorm(format) || isVertexFormatUnorm(format) || isVertexFormatSscaled(format) || isV… in isCompatibleType()
770 bool isVertexFormatSscaled (VkFormat format) in isVertexFormatSscaled() function