Searched refs:isVertexFormatSnorm (Results 1 – 3 of 3) sorted by relevance
62 bool isVertexFormatSnorm (vk::VkFormat format);
91 DE_ASSERT(isVertexFormatSnorm(format)); in getRepresentableDifferenceSnorm()98 DE_ASSERT(isVertexFormatSnorm(format) && isVertexFormatPacked(format)); in getRepresentableDifferenceSnormPacked()861 else if (isVertexFormatSnorm(attributeInfo.vkType)) in getGlslAttributeConditions()912 if (isVertexFormatSnorm(format)) in getFormatThreshold()1543 else if (isVertexFormatSnorm(attribute.vkDescription.format)) in writeVertexInputValue()1598 …isVertexFormatSnorm(format) || isVertexFormatUnorm(format) || isVertexFormatSscaled(format) || isV… in isCompatibleType()
715 bool isVertexFormatSnorm (VkFormat format) in isVertexFormatSnorm() function