Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexUtil.hpp72 bool isVertexFormatUscaled (vk::VkFormat format);
DvktPipelineVertexInputTests.cpp864 else if (isVertexFormatUscaled(attributeInfo.vkType)) in getGlslAttributeConditions()
1589 …else if (isVertexFormatUscaled(attribute.vkDescription.format) || isVertexFormatUnorm(attribute.vk… in writeVertexInputValue()
1651 …| isVertexFormatUnorm(format) || isVertexFormatSscaled(format) || isVertexFormatUscaled(format) ||… in isCompatibleType()
DvktPipelineVertexUtil.cpp797 bool isVertexFormatUscaled (VkFormat format) in isVertexFormatUscaled() function