Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexUtil.hpp64 bool isVertexFormatSscaled (vk::VkFormat format);
DvktPipelineVertexUtil.cpp763 bool isVertexFormatSscaled (VkFormat format) in isVertexFormatSscaled() function
DvktPipelineVertexInputTests.cpp838 else if (isVertexFormatSscaled(attributeInfo.vkType)) in getGlslAttributeConditions()
1529 else if (isVertexFormatSscaled(attribute.vkDescription.format)) in writeVertexInputValue()
1598 …isVertexFormatSnorm(format) || isVertexFormatUnorm(format) || isVertexFormatSscaled(format) || isV… in isCompatibleType()