Home
last modified time | relevance | path

Searched refs:VK_COMPONENT_SWIZZLE_B (Results 1 – 25 of 153) sorted by relevance

1234567

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
DvktTextureSwizzleTests.cpp52 (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/
DvktTextureSwizzleTests.cpp52 (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/
Dvk_format.h58 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/
DVkImageView.cpp45 (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()
DVkSampler.hpp99 …g components = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPON…
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_conv.h231 case VK_COMPONENT_SWIZZLE_B: in vk_conv_swizzle()
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_tex_state.c103 pvr_get_hw_swizzle(VK_COMPONENT_SWIZZLE_B, info->swizzle[2]); in pvr_pack_tex_state()
Dpvr_job_common.c259 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/
DvktApiSmokeTests.cpp420 VK_COMPONENT_SWIZZLE_B, in renderTriangleTest()
728 VK_COMPONENT_SWIZZLE_B, in renderTriangleUnusedResolveAttachmentTest()
DvktApiPipelineTests.cpp243 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/
DvktPipelineImageViewTests.cpp370 …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()
DvktPipelineSamplerBorderSwizzleTests.cpp65 (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()
DvktPipelineSamplerTests.cpp373 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/
DvktApiSmokeTests.cpp420 VK_COMPONENT_SWIZZLE_B, in renderTriangleTest()
728 VK_COMPONENT_SWIZZLE_B, in renderTriangleUnusedResolveAttachmentTest()
DvktApiPipelineTests.cpp243 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()
DvktApiGetMemoryCommitment.cpp120 …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/
DvktPipelineImageViewTests.cpp370 …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()
DvktPipelineSamplerBorderSwizzleTests.cpp65 (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()
DvktPipelineSamplerTests.cpp373 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/
DvkTypeUtil.hpp98 VK_COMPONENT_SWIZZLE_B, in makeComponentMappingRGBA()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_image.c78 case VK_COMPONENT_SWIZZLE_B: in panvk_convert_swizzle()
/third_party/mesa3d/src/vulkan/util/
Dvk_format.c406 case VK_COMPONENT_SWIZZLE_B: in vk_component_mapping_to_pipe_swizzle()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dtransfer_image.cc204 VK_COMPONENT_SWIZZLE_B, in CreateVkImageView()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkutils.c419 VK_COMPONENT_SWIZZLE_B, in fill_vulkan_image_view_info()
/third_party/mesa3d/src/intel/vulkan/
Danv_nir_lower_ycbcr_textures.c311 [VK_COMPONENT_SWIZZLE_B] = 2, in anv_nir_lower_ycbcr_textures_instr()

1234567