Home
last modified time | relevance | path

Searched refs:VK_COMPONENT_SWIZZLE_G (Results 1 - 25 of 137) sorted by relevance

123456

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureSwizzleTests.cpp51 (mapping.g == VK_COMPONENT_SWIZZLE_G || mapping.g == VK_COMPONENT_SWIZZLE_IDENTITY) && in isDefaultComponentMapping()
260 case VK_COMPONENT_SWIZZLE_G: in iterate()
450 { "gggg", {VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_G} }, in populateTextureSwizzleTests()
453 { "rgba", {VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A} }, in populateTextureSwizzleTests()
455 { "abgr", {VK_COMPONENT_SWIZZLE_A, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_R} }, in populateTextureSwizzleTests()
/third_party/mesa3d/src/amd/vulkan/
H A Dvk_format.h57 case VK_COMPONENT_SWIZZLE_G: in radv_swizzle_conv()
71 dst[1] = radv_swizzle_conv(VK_COMPONENT_SWIZZLE_G, swz, mapping->g); in vk_format_compose_swizzles()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureSwizzleTests.cpp51 (mapping.g == VK_COMPONENT_SWIZZLE_G || mapping.g == VK_COMPONENT_SWIZZLE_IDENTITY) && in isDefaultComponentMapping()
288 case VK_COMPONENT_SWIZZLE_G: in iterate()
504 { "gggg", {VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_G} }, in populateTextureSwizzleTests()
507 { "rgba", {VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A} }, in populateTextureSwizzleTests()
509 { "abgr", {VK_COMPONENT_SWIZZLE_A, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_R} }, in populateTextureSwizzleTests()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkImageView.cpp44 (mapping.g == VK_COMPONENT_SWIZZLE_IDENTITY) ? VK_COMPONENT_SWIZZLE_G : mapping.g, in ResolveIdentityMapping()
63 format.componentCount() < 2 ? VK_COMPONENT_SWIZZLE_ZERO : VK_COMPONENT_SWIZZLE_G, in ResolveComponentMapping()
96 constexpr VkComponentMapping identityMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A }; in Identifier()
H A DVkSampler.hpp99 const VkComponentMapping components = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A };
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_conv.h229 case VK_COMPONENT_SWIZZLE_G: in vk_conv_swizzle()
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_tex_state.c101 pvr_get_hw_swizzle(VK_COMPONENT_SWIZZLE_G, info->swizzle[1]); in pvr_pack_tex_state()
H A Dpvr_job_common.c257 reg.swiz_chan1 = pvr_get_pbe_hw_swizzle(VK_COMPONENT_SWIZZLE_G, in pvr_pbe_pack_state()
/third_party/mesa3d/src/vulkan/util/
H A Dvk_format.c403 case VK_COMPONENT_SWIZZLE_G: in vk_component_mapping_to_pipe_swizzle()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_image.c75 case VK_COMPONENT_SWIZZLE_G: in panvk_convert_swizzle()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkTypeUtil.hpp97 VK_COMPONENT_SWIZZLE_G, in makeComponentMappingRGBA()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dtransfer_image.cc203 VK_COMPONENT_SWIZZLE_G, in CreateVkImageView()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineSamplerBorderSwizzleTests.cpp64 (mapping.g == VK_COMPONENT_SWIZZLE_G || mapping.g == VK_COMPONENT_SWIZZLE_IDENTITY) && in isIdentitySwizzle()
1015 case VK_COMPONENT_SWIZZLE_G: stream << "g"; break; in swizzleArrayToString()
1031 const ComponentSwizzleArray standardSwizzle = {{ VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A }}; in genMappingPermutations()
H A DvktPipelineImageViewTests.cpp370 const VkComponentMapping componentMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A }; in createSubresourceRangeTests()
662 const VkComponentMapping baseMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A }; in createComponentSwizzleTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiSmokeTests.cpp419 VK_COMPONENT_SWIZZLE_G, in renderTriangleTest()
727 VK_COMPONENT_SWIZZLE_G, in renderTriangleUnusedResolveAttachmentTest()
H A DvktApiGetMemoryCommitment.cpp119 const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A }; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageViewTests.cpp376 const VkComponentMapping componentMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A }; in createSubresourceRangeTests()
666 const VkComponentMapping baseMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A }; in createComponentSwizzleTests()
H A DvktPipelineSamplerTests.cpp371 componentMapping.g == VK_COMPONENT_SWIZZLE_IDENTITY ? VK_COMPONENT_SWIZZLE_G : componentMapping.g, in swizzle()
533 const VkComponentMapping componentMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A }; in getComponentMapping()
922 { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A },
923 { VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_A },
2065 VK_COMPONENT_SWIZZLE_G, in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiSmokeTests.cpp419 VK_COMPONENT_SWIZZLE_G, in renderTriangleTest()
727 VK_COMPONENT_SWIZZLE_G, in renderTriangleUnusedResolveAttachmentTest()
H A DvktApiGetMemoryCommitment.cpp120 const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A }; in iterate()
H A DvktApiGranularityTests.cpp223 VK_COMPONENT_SWIZZLE_G, in initImages()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_nir_lower_ycbcr_textures.c310 [VK_COMPONENT_SWIZZLE_G] = 1, in anv_nir_lower_ycbcr_textures_instr()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.h537 case PIPE_SWIZZLE_Y: return VK_COMPONENT_SWIZZLE_G; in zink_component_mapping()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessUtil.cpp348 const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A }; in GraphicsEnvironment()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessUtil.cpp373 const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A }; in GraphicsEnvironment()

Completed in 25 milliseconds

123456