/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
D | vktTextureSwizzleTests.cpp | 52 (mapping.b == VK_COMPONENT_SWIZZLE_B || mapping.b == VK_COMPONENT_SWIZZLE_IDENTITY) && in isDefaultComponentMapping() 263 case VK_COMPONENT_SWIZZLE_B: in iterate() 451 …{ "bbbb", {VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_B, 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 | 52 (mapping.b == VK_COMPONENT_SWIZZLE_B || mapping.b == VK_COMPONENT_SWIZZLE_IDENTITY) && in isDefaultComponentMapping() 263 case VK_COMPONENT_SWIZZLE_B: in iterate() 451 …{ "bbbb", {VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_B, 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 | 58 case VK_COMPONENT_SWIZZLE_B: in radv_swizzle_conv() 72 dst[2] = radv_swizzle_conv(VK_COMPONENT_SWIZZLE_B, swz, mapping->b); in vk_format_compose_swizzles()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkImageView.cpp | 45 (mapping.b == VK_COMPONENT_SWIZZLE_IDENTITY) ? VK_COMPONENT_SWIZZLE_B : mapping.b, in ResolveIdentityMapping() 64 format.componentCount() < 3 ? VK_COMPONENT_SWIZZLE_ZERO : VK_COMPONENT_SWIZZLE_B, in ResolveComponentMapping() 96 …ntityMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPON… in Identifier()
|
D | VkSampler.hpp | 99 …g components = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPON…
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_conv.h | 231 case VK_COMPONENT_SWIZZLE_B: in vk_conv_swizzle()
|
/third_party/mesa3d/src/imagination/vulkan/ |
D | pvr_tex_state.c | 103 pvr_get_hw_swizzle(VK_COMPONENT_SWIZZLE_B, info->swizzle[2]); in pvr_pack_tex_state()
|
D | pvr_job_common.c | 259 reg.swiz_chan2 = pvr_get_pbe_hw_swizzle(VK_COMPONENT_SWIZZLE_B, in pvr_pbe_pack_state()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
D | vktApiSmokeTests.cpp | 420 VK_COMPONENT_SWIZZLE_B, in renderTriangleTest() 728 VK_COMPONENT_SWIZZLE_B, in renderTriangleUnusedResolveAttachmentTest()
|
D | vktApiPipelineTests.cpp | 243 VK_COMPONENT_SWIZZLE_B, // VkComponentSwizzle b; in drawTriangleTest() 612 VK_COMPONENT_SWIZZLE_B, // VkComponentSwizzle b; in framebufferCompatibleRenderPassTest() 965 VK_COMPONENT_SWIZZLE_B, // VkComponentSwizzle b; in pipelineLayoutLifetimeTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageViewTests.cpp | 370 …nentMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPON… in createSubresourceRangeTests() 662 …aseMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPON… in createComponentSwizzleTests()
|
D | vktPipelineSamplerBorderSwizzleTests.cpp | 65 (mapping.b == VK_COMPONENT_SWIZZLE_B || mapping.b == VK_COMPONENT_SWIZZLE_IDENTITY) && in isIdentitySwizzle() 1016 case VK_COMPONENT_SWIZZLE_B: stream << "b"; break; in swizzleArrayToString() 1031 …dardSwizzle = {{ VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPON… in genMappingPermutations()
|
D | vktPipelineSamplerTests.cpp | 373 componentMapping.b == VK_COMPONENT_SWIZZLE_IDENTITY ? VK_COMPONENT_SWIZZLE_B : componentMapping.b, in swizzle() 534 …onentMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPON… 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 | 420 VK_COMPONENT_SWIZZLE_B, in renderTriangleTest() 728 VK_COMPONENT_SWIZZLE_B, in renderTriangleUnusedResolveAttachmentTest()
|
D | vktApiPipelineTests.cpp | 243 VK_COMPONENT_SWIZZLE_B, // VkComponentSwizzle b; in drawTriangleTest() 612 VK_COMPONENT_SWIZZLE_B, // VkComponentSwizzle b; in framebufferCompatibleRenderPassTest() 965 VK_COMPONENT_SWIZZLE_B, // VkComponentSwizzle b; in pipelineLayoutLifetimeTest()
|
D | vktApiGetMemoryCommitment.cpp | 120 …tMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPON… in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineImageViewTests.cpp | 370 …nentMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPON… in createSubresourceRangeTests() 662 …aseMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPON… in createComponentSwizzleTests()
|
D | vktPipelineSamplerBorderSwizzleTests.cpp | 65 (mapping.b == VK_COMPONENT_SWIZZLE_B || mapping.b == VK_COMPONENT_SWIZZLE_IDENTITY) && in isIdentitySwizzle() 1016 case VK_COMPONENT_SWIZZLE_B: stream << "b"; break; in swizzleArrayToString() 1031 …dardSwizzle = {{ VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPON… in genMappingPermutations()
|
D | vktPipelineSamplerTests.cpp | 373 componentMapping.b == VK_COMPONENT_SWIZZLE_IDENTITY ? VK_COMPONENT_SWIZZLE_B : componentMapping.b, in swizzle() 534 …onentMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPON… 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 | 98 VK_COMPONENT_SWIZZLE_B, in makeComponentMappingRGBA()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_vX_image.c | 78 case VK_COMPONENT_SWIZZLE_B: in panvk_convert_swizzle()
|
/third_party/mesa3d/src/vulkan/util/ |
D | vk_format.c | 406 case VK_COMPONENT_SWIZZLE_B: in vk_component_mapping_to_pipe_swizzle()
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
D | transfer_image.cc | 204 VK_COMPONENT_SWIZZLE_B, in CreateVkImageView()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkutils.c | 419 VK_COMPONENT_SWIZZLE_B, in fill_vulkan_image_view_info()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_nir_lower_ycbcr_textures.c | 311 [VK_COMPONENT_SWIZZLE_B] = 2, in anv_nir_lower_ycbcr_textures_instr()
|