Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/i915/
Di915_state_sampler.c257 if ( view->swizzle_r == PIPE_SWIZZLE_ZERO && in translate_texture_format()
258 view->swizzle_g == PIPE_SWIZZLE_ZERO && in translate_texture_format()
259 view->swizzle_b == PIPE_SWIZZLE_ZERO && in translate_texture_format()
/external/mesa3d/src/gallium/auxiliary/util/
Du_sampler.c96 PIPE_SWIZZLE_ZERO); in u_sampler_view_default_template()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_swizzle.c276 case PIPE_SWIZZLE_ZERO: in lp_build_swizzle_aos()
313 case PIPE_SWIZZLE_ZERO: in lp_build_swizzle_aos()
450 case PIPE_SWIZZLE_ZERO: in lp_build_swizzle_soa_channel()
Dlp_bld_format_soa.c50 assert(UTIL_FORMAT_SWIZZLE_0 == PIPE_SWIZZLE_ZERO); in lp_build_format_swizzle_soa()
/external/mesa3d/src/gallium/tests/graw/
Dtex-swizzle.c190 return PIPE_SWIZZLE_ZERO; in char_to_swizzle()
/external/mesa3d/src/gallium/include/pipe/
Dp_defines.h417 #define PIPE_SWIZZLE_ZERO 4 macro
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_tex.c48 case PIPE_SWIZZLE_ZERO: in nv50_tic_swizzle()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c2181 case PIPE_SWIZZLE_ZERO: in do_swizzling()
2196 case PIPE_SWIZZLE_ZERO: in do_swizzling()
2211 case PIPE_SWIZZLE_ZERO: in do_swizzling()
2226 case PIPE_SWIZZLE_ZERO: in do_swizzling()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_tex.c50 case PIPE_SWIZZLE_ZERO: in nv50_tic_swizzle()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c1579 if (swizzleIn[i] == PIPE_SWIZZLE_ZERO) { in emit_tex_swizzle()