Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineSamplerBorderSwizzleTests.cpp992 using ComponentSwizzleArray = std::array<VkComponentSwizzle, 4>; typedef
995 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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSamplerBorderSwizzleTests.cpp1111 using ComponentSwizzleArray = std::array<VkComponentSwizzle, 4>; typedef
1114 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()