Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexUtil.hpp56 bool isVertexFormatComponentOrderARGB (vk::VkFormat format);
DvktPipelineVertexUtil.cpp557 bool isVertexFormatComponentOrderARGB(VkFormat format) in isVertexFormatComponentOrderARGB() function
DvktPipelineVertexInputTests.cpp780 else if (isVertexFormatComponentOrderARGB(attributeInfo.vkType)) in getGlslAttributeConditions()
1466 const bool hasARGBOrder = isVertexFormatComponentOrderARGB(attribute.vkDescription.format); in writeVertexInputValue()