Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_shader.c172 PIPE_SWIZZLE_NONE enumerator
182 PIPE_SWIZZLE_NONE enumerator
192 PIPE_SWIZZLE_NONE enumerator
202 PIPE_SWIZZLE_NONE enumerator
212 PIPE_SWIZZLE_NONE enumerator
222 PIPE_SWIZZLE_NONE enumerator
/external/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.c362 if (z_swizzle == PIPE_SWIZZLE_NONE) in get_z_shift_and_mask()
393 if (s_swizzle == PIPE_SWIZZLE_NONE) in get_s_shift_and_mask()
886 assert(z_swizzle != PIPE_SWIZZLE_NONE || in lp_build_depth_stencil_test()
887 s_swizzle != PIPE_SWIZZLE_NONE); in lp_build_depth_stencil_test()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_conv.h196 return PIPE_SWIZZLE_NONE; in vk_conv_swizzle()
/external/mesa3d/src/util/format/
Du_format.h509 desc->swizzle[0] != PIPE_SWIZZLE_NONE; in util_format_has_depth()
516 desc->swizzle[1] != PIPE_SWIZZLE_NONE; in util_format_has_stencil()
589 depth_channel != PIPE_SWIZZLE_NONE) { in util_get_depth_format_type()
/external/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()
/external/mesa3d/src/broadcom/compiler/
Dv3d_nir_lower_logic_ops.c104 case PIPE_SWIZZLE_NONE: in v3d_nir_get_swizzled_channel()
/external/mesa3d/src/gallium/include/pipe/
Dp_defines.h644 PIPE_SWIZZLE_NONE, enumerator
/external/mesa3d/src/gallium/frontends/nine/
Dbasetexture9.c487 s == PIPE_SWIZZLE_NONE)
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_aos.c84 } else if (desc->swizzle[0] == PIPE_SWIZZLE_NONE) { in lp_build_format_swizzle_aos()
/external/mesa3d/src/gallium/drivers/zink/
Dzink_context.c263 case PIPE_SWIZZLE_NONE: return VK_COMPONENT_SWIZZLE_IDENTITY; // ??? in component_mapping()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c145 case PIPE_SWIZZLE_NONE: in vc4_nir_get_swizzled_channel()