Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexUtil.hpp65 bool isVertexFormatUscaled (vk::VkFormat format);
DvktPipelineVertexUtil.cpp790 bool isVertexFormatUscaled (VkFormat format) in isVertexFormatUscaled() function
DvktPipelineVertexInputTests.cpp850 else if (isVertexFormatUscaled(attributeInfo.vkType)) in getGlslAttributeConditions()
1536 …else if (isVertexFormatUscaled(attribute.vkDescription.format) || isVertexFormatUnorm(attribute.vk… in writeVertexInputValue()
1598 …| isVertexFormatUnorm(format) || isVertexFormatSscaled(format) || isVertexFormatUscaled(format) ||… in isCompatibleType()