Searched refs:isVertexFormatUscaled (Results 1 – 3 of 3) sorted by relevance
72 bool isVertexFormatUscaled (vk::VkFormat format);
864 else if (isVertexFormatUscaled(attributeInfo.vkType)) in getGlslAttributeConditions()1589 …else if (isVertexFormatUscaled(attribute.vkDescription.format) || isVertexFormatUnorm(attribute.vk… in writeVertexInputValue()1651 …| isVertexFormatUnorm(format) || isVertexFormatSscaled(format) || isVertexFormatUscaled(format) ||… in isCompatibleType()
797 bool isVertexFormatUscaled (VkFormat format) in isVertexFormatUscaled() function