/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
D | vktTextureSwizzleTests.cpp | 51 (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_COMPONE… in populateTextureSwizzleTests() 453 …{ "rgba", {VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONE… in populateTextureSwizzleTests() 455 …{ "abgr", {VK_COMPONENT_SWIZZLE_A, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_G, VK_COMPONE… in populateTextureSwizzleTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureSwizzleTests.cpp | 51 (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_COMPONE… in populateTextureSwizzleTests() 453 …{ "rgba", {VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONE… in populateTextureSwizzleTests() 455 …{ "abgr", {VK_COMPONENT_SWIZZLE_A, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_G, VK_COMPONE… in populateTextureSwizzleTests()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | vk_format.h | 57 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/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkImageView.cpp | 44 (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, V… in Identifier()
|
D | VkSampler.hpp | 99 …const VkComponentMapping components = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONE…
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_conv.h | 229 case VK_COMPONENT_SWIZZLE_G: in vk_conv_swizzle()
|
/third_party/mesa3d/src/imagination/vulkan/ |
D | pvr_tex_state.c | 101 pvr_get_hw_swizzle(VK_COMPONENT_SWIZZLE_G, info->swizzle[1]); in pvr_pack_tex_state()
|
D | pvr_job_common.c | 257 reg.swiz_chan1 = pvr_get_pbe_hw_swizzle(VK_COMPONENT_SWIZZLE_G, in pvr_pbe_pack_state()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
D | vktApiSmokeTests.cpp | 419 VK_COMPONENT_SWIZZLE_G, in renderTriangleTest() 727 VK_COMPONENT_SWIZZLE_G, in renderTriangleUnusedResolveAttachmentTest()
|
D | vktApiPipelineTests.cpp | 242 VK_COMPONENT_SWIZZLE_G, // VkComponentSwizzle g; in drawTriangleTest() 611 VK_COMPONENT_SWIZZLE_G, // VkComponentSwizzle g; in framebufferCompatibleRenderPassTest() 964 VK_COMPONENT_SWIZZLE_G, // VkComponentSwizzle g; in pipelineLayoutLifetimeTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageViewTests.cpp | 370 …const VkComponentMapping componentMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_… in createSubresourceRangeTests() 662 …const VkComponentMapping baseMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_C… in createComponentSwizzleTests()
|
D | vktPipelineSamplerBorderSwizzleTests.cpp | 64 (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,… in genMappingPermutations()
|
D | vktPipelineSamplerTests.cpp | 372 componentMapping.g == VK_COMPONENT_SWIZZLE_IDENTITY ? VK_COMPONENT_SWIZZLE_G : componentMapping.g, in swizzle() 534 …const VkComponentMapping componentMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_C… in getComponentMapping() 924 …{ VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZL… 925 …{ VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZL…
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiSmokeTests.cpp | 419 VK_COMPONENT_SWIZZLE_G, in renderTriangleTest() 727 VK_COMPONENT_SWIZZLE_G, in renderTriangleUnusedResolveAttachmentTest()
|
D | vktApiPipelineTests.cpp | 242 VK_COMPONENT_SWIZZLE_G, // VkComponentSwizzle g; in drawTriangleTest() 611 VK_COMPONENT_SWIZZLE_G, // VkComponentSwizzle g; in framebufferCompatibleRenderPassTest() 964 VK_COMPONENT_SWIZZLE_G, // VkComponentSwizzle g; in pipelineLayoutLifetimeTest()
|
D | vktApiGetMemoryCommitment.cpp | 120 …onentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPON… in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineImageViewTests.cpp | 370 …const VkComponentMapping componentMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_… in createSubresourceRangeTests() 662 …const VkComponentMapping baseMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_C… in createComponentSwizzleTests()
|
D | vktPipelineSamplerBorderSwizzleTests.cpp | 64 (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,… in genMappingPermutations()
|
D | vktPipelineSamplerTests.cpp | 372 componentMapping.g == VK_COMPONENT_SWIZZLE_IDENTITY ? VK_COMPONENT_SWIZZLE_G : componentMapping.g, in swizzle() 534 …const VkComponentMapping componentMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_C… in getComponentMapping() 924 …{ VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZL… 925 …{ VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZL…
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkTypeUtil.hpp | 97 VK_COMPONENT_SWIZZLE_G, in makeComponentMappingRGBA()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_vX_image.c | 75 case VK_COMPONENT_SWIZZLE_G: in panvk_convert_swizzle()
|
/third_party/mesa3d/src/vulkan/util/ |
D | vk_format.c | 403 case VK_COMPONENT_SWIZZLE_G: in vk_component_mapping_to_pipe_swizzle()
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
D | transfer_image.cc | 203 VK_COMPONENT_SWIZZLE_G, in CreateVkImageView()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkutils.c | 418 VK_COMPONENT_SWIZZLE_G, in fill_vulkan_image_view_info()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_nir_lower_ycbcr_textures.c | 310 [VK_COMPONENT_SWIZZLE_G] = 1, in anv_nir_lower_ycbcr_textures_instr()
|