Searched refs:ComponentSwizzleArray (Results 1 – 2 of 2) sorted by relevance
992 using ComponentSwizzleArray = std::array<VkComponentSwizzle, 4>; typedef995 void makeComponentMapping(VkComponentMapping& mapping, const ComponentSwizzleArray& array) in makeComponentMapping()1003 std::string swizzleArrayToString(const ComponentSwizzleArray& swizzles) in swizzleArrayToString()1028 std::vector<ComponentSwizzleArray> genMappingPermutations () in genMappingPermutations()1030 std::vector<ComponentSwizzleArray> result; in genMappingPermutations()1031 …const ComponentSwizzleArray standardSwizzle = {{ VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G,… in genMappingPermutations()1039 ComponentSwizzleArray rotatedSwizzle = standardSwizzle; in genMappingPermutations()1050 ComponentSwizzleArray newArray = standardSwizzle; in genMappingPermutations()
1111 using ComponentSwizzleArray = std::array<VkComponentSwizzle, 4>; typedef1114 void makeComponentMapping(VkComponentMapping& mapping, const ComponentSwizzleArray& array) in makeComponentMapping()1122 std::string swizzleArrayToString(const ComponentSwizzleArray& swizzles) in swizzleArrayToString()1147 std::vector<ComponentSwizzleArray> genMappingPermutations () in genMappingPermutations()1149 std::vector<ComponentSwizzleArray> result; in genMappingPermutations()1150 …const ComponentSwizzleArray standardSwizzle = {{ VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G,… in genMappingPermutations()1158 ComponentSwizzleArray rotatedSwizzle = standardSwizzle; in genMappingPermutations()1169 ComponentSwizzleArray newArray = standardSwizzle; in genMappingPermutations()