Home
last modified time | relevance | path

Searched refs:isVertexFormatSnorm (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexUtil.hpp62 bool isVertexFormatSnorm (vk::VkFormat format);
DvktPipelineVertexInputTests.cpp91 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()
1598isVertexFormatSnorm(format) || isVertexFormatUnorm(format) || isVertexFormatSscaled(format) || isV… in isCompatibleType()
DvktPipelineVertexUtil.cpp715 bool isVertexFormatSnorm (VkFormat format) in isVertexFormatSnorm() function