Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexUtil.hpp63 bool isVertexFormatComponentOrderARGB (vk::VkFormat format);
DvktPipelineVertexUtil.cpp561 bool isVertexFormatComponentOrderARGB(VkFormat format) in isVertexFormatComponentOrderARGB() function
DvktPipelineVertexInputTests.cpp794 else if (isVertexFormatComponentOrderARGB(attributeInfo.vkType)) in getGlslAttributeConditions()
1516 const bool hasARGBOrder = isVertexFormatComponentOrderARGB(attribute.vkDescription.format); in writeVertexInputValue()