Searched refs:isVertexFormatSnorm (Results 1 – 3 of 3) sorted by relevance
69 bool isVertexFormatSnorm (vk::VkFormat format);
91 DE_ASSERT(isVertexFormatSnorm(format)); in getRepresentableDifferenceSnorm()98 DE_ASSERT(isVertexFormatSnorm(format) && isVertexFormatPacked(format)); in getRepresentableDifferenceSnormPacked()864 else if (isVertexFormatSnorm(attributeInfo.vkType)) in getGlslAttributeConditions()915 if (isVertexFormatSnorm(format)) in getFormatThreshold()1546 else if (isVertexFormatSnorm(attribute.vkDescription.format)) in writeVertexInputValue()1601 …isVertexFormatSnorm(format) || isVertexFormatUnorm(format) || isVertexFormatSscaled(format) || isV… in isCompatibleType()
721 bool isVertexFormatSnorm (VkFormat format) in isVertexFormatSnorm() function