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