Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexUtil.hpp71 bool isVertexFormatSscaled (vk::VkFormat format);
DvktPipelineVertexInputTests.cpp852 else if (isVertexFormatSscaled(attributeInfo.vkType)) in getGlslAttributeConditions()
1582 else if (isVertexFormatSscaled(attribute.vkDescription.format)) in writeVertexInputValue()
1651 …isVertexFormatSnorm(format) || isVertexFormatUnorm(format) || isVertexFormatSscaled(format) || isV… in isCompatibleType()
DvktPipelineVertexUtil.cpp770 bool isVertexFormatSscaled (VkFormat format) in isVertexFormatSscaled() function