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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineVertexUtil.hpp59 bool isVertexFormatSnorm (vk::VkFormat format);
H A DvktPipelineVertexInputTests.cpp80 DE_ASSERT(isVertexFormatSnorm(format));
610 else if (isVertexFormatSnorm(attributeInfo.vkType))
655 if (isVertexFormatSnorm(format))
1332 else if (isVertexFormatSnorm(attribute.vkDescription.format))
1398 return getVertexFormatComponentSize(format) <= 4 && (isVertexFormatSfloat(format) || isVertexFormatSnorm(format) || isVertexFormatUnorm(format) || isVertexFormatSscaled(format) || isVertexFormatUscaled(format) || isVertexFormatSRGB(format));
H A DvktPipelineVertexUtil.cpp563 bool isVertexFormatSnorm (VkFormat format) function in namespace:vkt::pipeline

Completed in 111 milliseconds