Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexUtil.hpp61 bool isVertexFormatUnorm (vk::VkFormat format);
DvktPipelineVertexInputTests.cpp77 DE_ASSERT(isVertexFormatUnorm(format) || isVertexFormatSRGB(format)); in getRepresentableDifferenceUnorm()
84 …DE_ASSERT((isVertexFormatUnorm(format) || isVertexFormatSRGB(format)) && isVertexFormatPacked(form… in getRepresentableDifferenceUnormPacked()
870 else if (isVertexFormatUnorm(attributeInfo.vkType) || isVertexFormatSRGB(attributeInfo.vkType)) in getGlslAttributeConditions()
920 else if (isVertexFormatUnorm(format)) in getFormatThreshold()
1536 …else if (isVertexFormatUscaled(attribute.vkDescription.format) || isVertexFormatUnorm(attribute.vk… in writeVertexInputValue()
1598 …isVertexFormatSnorm(format) || isVertexFormatUnorm(format) || isVertexFormatSscaled(format) || isV… in isCompatibleType()
DvktPipelineVertexUtil.cpp679 bool isVertexFormatUnorm (VkFormat format) in isVertexFormatUnorm() function