Home
last modified time | relevance | path

Searched refs:VK_COMPONENT_SWIZZLE_ZERO (Results 1 - 25 of 31) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureSwizzleTests.cpp251 case VK_COMPONENT_SWIZZLE_ZERO: in iterate()
447 { "zzzz", {VK_COMPONENT_SWIZZLE_ZERO, VK_COMPONENT_SWIZZLE_ZERO, VK_COMPONENT_SWIZZLE_ZERO, VK_COMPONENT_SWIZZLE_ZERO} }, in populateTextureSwizzleTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureSwizzleTests.cpp279 case VK_COMPONENT_SWIZZLE_ZERO: in iterate()
501 { "zzzz", {VK_COMPONENT_SWIZZLE_ZERO, VK_COMPONENT_SWIZZLE_ZERO, VK_COMPONENT_SWIZZLE_ZERO, VK_COMPONENT_SWIZZLE_ZERO} }, in populateTextureSwizzleTests()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkImageView.cpp60 VK_COMPONENT_SWIZZLE_ZERO, in ResolveComponentMapping()
63 format.componentCount() < 2 ? VK_COMPONENT_SWIZZLE_ZERO : VK_COMPONENT_SWIZZLE_G, in ResolveComponentMapping()
64 format.componentCount() < 3 ? VK_COMPONENT_SWIZZLE_ZERO : VK_COMPONENT_SWIZZLE_B, in ResolveComponentMapping()
/third_party/mesa3d/src/amd/vulkan/
H A Dvk_format.h52 case VK_COMPONENT_SWIZZLE_ZERO: in radv_swizzle_conv()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_conv.h223 case VK_COMPONENT_SWIZZLE_ZERO: in vk_conv_swizzle()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSamplerBorderSwizzleTests.cpp364 else if (cs == VK_COMPONENT_SWIZZLE_ZERO) in applySwizzle()
563 (params.componentMapping.r == VK_COMPONENT_SWIZZLE_ONE ? VK_COMPONENT_SWIZZLE_ZERO : params.componentMapping.r), in comparePixelToColorClearValue()
564 (params.componentMapping.g == VK_COMPONENT_SWIZZLE_ONE ? VK_COMPONENT_SWIZZLE_ZERO : params.componentMapping.g), in comparePixelToColorClearValue()
565 (params.componentMapping.b == VK_COMPONENT_SWIZZLE_ONE ? VK_COMPONENT_SWIZZLE_ZERO : params.componentMapping.b), in comparePixelToColorClearValue()
566 (params.componentMapping.a == VK_COMPONENT_SWIZZLE_ONE ? VK_COMPONENT_SWIZZLE_ZERO : params.componentMapping.a), in comparePixelToColorClearValue()
1131 case VK_COMPONENT_SWIZZLE_ZERO: stream << "0"; break; in swizzleArrayToString()
1164 VkComponentSwizzle specialSwizzles[] = { VK_COMPONENT_SWIZZLE_IDENTITY, VK_COMPONENT_SWIZZLE_ONE, VK_COMPONENT_SWIZZLE_ZERO }; in genMappingPermutations()
H A DvktPipelineSamplerTests.cpp918 { VK_COMPONENT_SWIZZLE_IDENTITY, VK_COMPONENT_SWIZZLE_ZERO, VK_COMPONENT_SWIZZLE_ZERO, VK_COMPONENT_SWIZZLE_ZERO },
919 { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_ZERO, VK_COMPONENT_SWIZZLE_ZERO, VK_COMPONENT_SWIZZLE_ZERO },
H A DvktPipelineImageSamplingInstance.cpp1026 else if (comp == vk::VK_COMPONENT_SWIZZLE_ZERO) in getSwizzledComp()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineSamplerTests.cpp920 { VK_COMPONENT_SWIZZLE_IDENTITY, VK_COMPONENT_SWIZZLE_ZERO, VK_COMPONENT_SWIZZLE_ZERO, VK_COMPONENT_SWIZZLE_ZERO },
921 { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_ZERO, VK_COMPONENT_SWIZZLE_ZERO, VK_COMPONENT_SWIZZLE_ZERO },
H A DvktPipelineSamplerBorderSwizzleTests.cpp340 else if (cs == VK_COMPONENT_SWIZZLE_ZERO) in applySwizzle()
1012 case VK_COMPONENT_SWIZZLE_ZERO: stream << "0"; break; in swizzleArrayToString()
1045 VkComponentSwizzle specialSwizzles[] = { VK_COMPONENT_SWIZZLE_IDENTITY, VK_COMPONENT_SWIZZLE_ONE, VK_COMPONENT_SWIZZLE_ZERO }; in genMappingPermutations()
H A DvktPipelineImageSamplingInstance.cpp1020 else if (comp == vk::VK_COMPONENT_SWIZZLE_ZERO) in getSwizzledComp()
/third_party/mesa3d/src/vulkan/util/
H A Dvk_format.c415 case VK_COMPONENT_SWIZZLE_ZERO: in vk_component_mapping_to_pipe_swizzle()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_image.c66 case VK_COMPONENT_SWIZZLE_ZERO: in panvk_convert_swizzle()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_nir_lower_ycbcr_textures.c307 [VK_COMPONENT_SWIZZLE_ZERO] = 4, in anv_nir_lower_ycbcr_textures_instr()
H A Danv_image.c2453 case VK_COMPONENT_SWIZZLE_ZERO: return ISL_CHANNEL_SELECT_ZERO; in remap_swizzle()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.h540 case PIPE_SWIZZLE_0: return VK_COMPONENT_SWIZZLE_ZERO; in zink_component_mapping()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSamplerCore.cpp210 if(swizzle == VK_COMPONENT_SWIZZLE_ZERO) in sampleTexture()
233 case VK_COMPONENT_SWIZZLE_ZERO: return Float4(0.0f, 0.0f, 0.0f, 0.0f); in applySwizzle()
635 case VK_COMPONENT_SWIZZLE_ZERO: in sampleQuad2D()
972 case VK_COMPONENT_SWIZZLE_ZERO: in sampleFloat2D()
2613 case VK_COMPONENT_SWIZZLE_ZERO: in getGatherComponent()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_utils.cpp1411 return VK_COMPONENT_SWIZZLE_ZERO; in GetSwizzle()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_image.c830 case VK_COMPONENT_SWIZZLE_ZERO: in translate_swizzle()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp346 case TEXTURESWIZZLECOMPONENT_ZERO: return vk::VK_COMPONENT_SWIZZLE_ZERO; in getTextureSwizzleComponent()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp346 case TEXTURESWIZZLECOMPONENT_ZERO: return vk::VK_COMPONENT_SWIZZLE_ZERO; in getTextureSwizzleComponent()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_meta_copy.c524 cswizzle.a = VK_COMPONENT_SWIZZLE_ZERO; in copy_image_to_buffer_blit()
/third_party/glfw/deps/glad/
H A Dvulkan.h484 VK_COMPONENT_SWIZZLE_ZERO = 1, enumerator
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_enums.hpp2520 eZero = VK_COMPONENT_SWIZZLE_ZERO,
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h867 VK_COMPONENT_SWIZZLE_ZERO = 1, enumerator

Completed in 198 milliseconds

12