Searched refs:isVertexFormatComponentOrderABGR (Results 1 – 3 of 3) sorted by relevance
62 bool isVertexFormatComponentOrderABGR (vk::VkFormat format);
535 bool isVertexFormatComponentOrderABGR(VkFormat format) in isVertexFormatComponentOrderABGR() function
792 if (isVertexFormatComponentOrderABGR(attributeInfo.vkType)) in getGlslAttributeConditions()1515 const bool hasABGROrder = isVertexFormatComponentOrderABGR(attribute.vkDescription.format); in writeVertexInputValue()