Searched refs:isVertexFormatComponentOrderARGB (Results 1 – 3 of 3) sorted by relevance
63 bool isVertexFormatComponentOrderARGB (vk::VkFormat format);
561 bool isVertexFormatComponentOrderARGB(VkFormat format) in isVertexFormatComponentOrderARGB() function
794 else if (isVertexFormatComponentOrderARGB(attributeInfo.vkType)) in getGlslAttributeConditions()1516 const bool hasARGBOrder = isVertexFormatComponentOrderARGB(attribute.vkDescription.format); in writeVertexInputValue()