Home
last modified time | relevance | path

Searched refs:PIPE_SWIZZLE_NONE (Results 1 – 15 of 15) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_shader.c173 PIPE_SWIZZLE_NONE enumerator
183 PIPE_SWIZZLE_NONE enumerator
193 PIPE_SWIZZLE_NONE enumerator
203 PIPE_SWIZZLE_NONE enumerator
213 PIPE_SWIZZLE_NONE enumerator
223 PIPE_SWIZZLE_NONE enumerator
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_blend_aos.c277 if (alpha_swizzle != PIPE_SWIZZLE_NONE) { in lp_build_blend_factor()
329 unsigned alpha_swizzle = PIPE_SWIZZLE_NONE; in lp_build_blend_aos()
400 alpha_swizzle != PIPE_SWIZZLE_NONE) { in lp_build_blend_aos()
Dlp_bld_depth.c363 if (z_swizzle == PIPE_SWIZZLE_NONE) in get_z_shift_and_mask()
394 if (s_swizzle == PIPE_SWIZZLE_NONE) in get_s_shift_and_mask()
887 assert(z_swizzle != PIPE_SWIZZLE_NONE || in lp_build_depth_stencil_test()
888 s_swizzle != PIPE_SWIZZLE_NONE); in lp_build_depth_stencil_test()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_conv.h237 return PIPE_SWIZZLE_NONE; in vk_conv_swizzle()
/third_party/mesa3d/src/util/format/
Du_format.h548 desc->swizzle[0] != PIPE_SWIZZLE_NONE; in util_format_has_depth()
555 desc->swizzle[1] != PIPE_SWIZZLE_NONE; in util_format_has_stencil()
628 depth_channel != PIPE_SWIZZLE_NONE) { in util_get_depth_format_type()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_format.c192 PIPE_SWIZZLE_0, PIPE_SWIZZLE_1, PIPE_SWIZZLE_NONE }
Dd3d12_context.cpp786 case PIPE_SWIZZLE_NONE: return id; in component_mapping()
/third_party/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_sse.c470 { PIPE_SWIZZLE_NONE, PIPE_SWIZZLE_NONE, in translate_attr_convert()
471 PIPE_SWIZZLE_NONE, PIPE_SWIZZLE_NONE }; in translate_attr_convert()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_context.h515 case PIPE_SWIZZLE_NONE: return VK_COMPONENT_SWIZZLE_IDENTITY; // ??? in zink_component_mapping()
/third_party/mesa3d/src/broadcom/compiler/
Dv3d_nir_lower_logic_ops.c104 case PIPE_SWIZZLE_NONE: in v3d_nir_get_swizzled_channel()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_defines.h657 PIPE_SWIZZLE_NONE, enumerator
/third_party/mesa3d/src/gallium/frontends/nine/
Dbasetexture9.c482 s == PIPE_SWIZZLE_NONE)
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_aos.c84 } else if (desc->swizzle[0] == PIPE_SWIZZLE_NONE) { in lp_build_format_swizzle_aos()
/third_party/mesa3d/src/gallium/drivers/asahi/
Dagx_state.c399 STATIC_ASSERT((enum agx_channel) PIPE_SWIZZLE_NONE & 0x4); in agx_channel_from_pipe()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c145 case PIPE_SWIZZLE_NONE: in vc4_nir_get_swizzled_channel()