Home
last modified time | relevance | path

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

/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()
876 assert(z_swizzle != PIPE_SWIZZLE_NONE || in lp_build_depth_stencil_test()
877 s_swizzle != PIPE_SWIZZLE_NONE); in lp_build_depth_stencil_test()
Dlp_screen.c519 if (format_desc->swizzle[0] == PIPE_SWIZZLE_NONE) { in llvmpipe_is_format_supported()
/external/mesa3d/src/gallium/auxiliary/util/
Du_format.h522 desc->swizzle[0] != PIPE_SWIZZLE_NONE; in util_format_has_depth()
529 desc->swizzle[1] != PIPE_SWIZZLE_NONE; in util_format_has_stencil()
569 depth_channel != PIPE_SWIZZLE_NONE) { in util_get_depth_format_type()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_shader.c172 PIPE_SWIZZLE_NONE enumerator
182 PIPE_SWIZZLE_NONE enumerator
/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/gallium/include/pipe/
Dp_defines.h590 PIPE_SWIZZLE_NONE, enumerator
/external/mesa3d/src/gallium/state_trackers/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/vc4/
Dvc4_program.c145 case PIPE_SWIZZLE_NONE: in vc4_nir_get_swizzled_channel()