Home
last modified time | relevance | path

Searched refs:ComponentSwizzleArray (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSamplerBorderSwizzleTests.cpp1100 using ComponentSwizzleArray = std::array<VkComponentSwizzle, 4>; typedef
1103 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()