Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineVertexUtil.hpp68 bool isVertexFormatUnorm (vk::VkFormat format);
H A DvktPipelineVertexInputTests.cpp77 DE_ASSERT(isVertexFormatUnorm(format) || isVertexFormatSRGB(format)); in getRepresentableDifferenceUnorm()
84 …DE_ASSERT((isVertexFormatUnorm(format) || isVertexFormatSRGB(format)) && isVertexFormatPacked(form… in getRepresentableDifferenceUnormPacked()
873 else if (isVertexFormatUnorm(attributeInfo.vkType) || isVertexFormatSRGB(attributeInfo.vkType)) in getGlslAttributeConditions()
923 else if (isVertexFormatUnorm(format)) in getFormatThreshold()
1539 …else if (isVertexFormatUscaled(attribute.vkDescription.format) || isVertexFormatUnorm(attribute.vk… in writeVertexInputValue()
1601 …isVertexFormatSnorm(format) || isVertexFormatUnorm(format) || isVertexFormatSscaled(format) || isV… in isCompatibleType()
H A DvktPipelineVertexUtil.cpp679 bool isVertexFormatUnorm (VkFormat format) in isVertexFormatUnorm() function