Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexUtil.hpp62 bool isVertexFormatComponentOrderABGR (vk::VkFormat format);
DvktPipelineVertexUtil.cpp535 bool isVertexFormatComponentOrderABGR(VkFormat format) in isVertexFormatComponentOrderABGR() function
DvktPipelineVertexInputTests.cpp792 if (isVertexFormatComponentOrderABGR(attributeInfo.vkType)) in getGlslAttributeConditions()
1515 const bool hasABGROrder = isVertexFormatComponentOrderABGR(attribute.vkDescription.format); in writeVertexInputValue()