Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexUtil.hpp67 bool isVertexFormatUfloat (vk::VkFormat format);
DvktPipelineVertexInputTests.cpp893 else if (isVertexFormatUfloat(attributeInfo.vkType)) in getGlslAttributeConditions()
952 } else if (isVertexFormatUfloat(format)) in getFormatThreshold()
1578 } else if (isVertexFormatUfloat(attribute.vkDescription.format)) in writeVertexInputValue()
1652 isVertexFormatUfloat(format)); in isCompatibleType()
DvktPipelineVertexUtil.cpp668 bool isVertexFormatUfloat (VkFormat format) in isVertexFormatUfloat() function