Searched refs:ComponentSwizzleArray (Results 1 – 1 of 1) sorted by relevance
1100 using ComponentSwizzleArray = std::array<VkComponentSwizzle, 4>; typedef1103 void makeComponentMapping(VkComponentMapping &mapping, const ComponentSwizzleArray &array) in makeComponentMapping()1111 std::string swizzleArrayToString(const ComponentSwizzleArray &swizzles) in swizzleArrayToString()1151 std::vector<ComponentSwizzleArray> genMappingPermutations() in genMappingPermutations()1153 std::vector<ComponentSwizzleArray> result; in genMappingPermutations()1154 const ComponentSwizzleArray standardSwizzle = { in genMappingPermutations()1163 ComponentSwizzleArray rotatedSwizzle = standardSwizzle; in genMappingPermutations()1175 ComponentSwizzleArray newArray = standardSwizzle; in genMappingPermutations()