HomeSort by relevance Sort by last modified time
    Searched refs:PIPE_FUNC_NEVER (Results 1 - 23 of 23) sorted by null

  /external/mesa3d/src/gallium/drivers/i915/
i915_state_inlines.h 41 case PIPE_FUNC_NEVER:
66 case PIPE_FUNC_NEVER:
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_gldefs.h 107 case PIPE_FUNC_NEVER:
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_logic.c 94 if(func == PIPE_FUNC_NEVER)
99 assert(func > PIPE_FUNC_NEVER);
183 if(func == PIPE_FUNC_NEVER)
188 assert(func > PIPE_FUNC_NEVER);
  /external/mesa3d/src/gallium/drivers/r300/
r300_hyperz.c 47 case PIPE_FUNC_NEVER:
238 dsa->depth.func != PIPE_FUNC_NEVER)
r300_state_inlines.h 119 case PIPE_FUNC_NEVER:
174 case PIPE_FUNC_NEVER:
  /external/mesa3d/src/gallium/drivers/swr/
swr_state.h 191 case PIPE_FUNC_NEVER:
  /external/mesa3d/src/mesa/state_tracker/
st_atom_depth.c 55 STATIC_ASSERT(PIPE_FUNC_NEVER == GL_NEVER - GL_NEVER);
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_pipe.h 586 case D3DCMP_NEVER: return PIPE_FUNC_NEVER;
594 case D3DCMP_NEVER_ZERO: return PIPE_FUNC_NEVER; // Tested on windows + ATI HD5770
597 return PIPE_FUNC_NEVER;
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_fs.c 297 key->tex[i].compare_func = PIPE_FUNC_NEVER;
308 sampler->compare_func == PIPE_FUNC_NEVER) {
svga_pipe_depthstencil.c 41 case PIPE_FUNC_NEVER: return SVGA3D_CMP_NEVER;
svga_pipe_sampler.c 106 case PIPE_FUNC_NEVER:
svga_tgsi_insn.c     [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_depth_test.c 370 case PIPE_FUNC_NEVER:
546 case PIPE_FUNC_NEVER:
746 case PIPE_FUNC_NEVER:
945 case PIPE_FUNC_NEVER:
sp_tex_sample.c     [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_texture.c 114 case PIPE_FUNC_NEVER : return NV30_3D_TEX_WRAP_RCOMP_NEVER;
  /external/mesa3d/src/gallium/include/pipe/
p_defines.h 121 PIPE_FUNC_NEVER,
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_nir_lower_blend.c 460 case PIPE_FUNC_NEVER:
vc4_program.c 549 case PIPE_FUNC_NEVER:
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_state.c 151 case PIPE_FUNC_NEVER: return GEN6_PREFILTEROP_ALWAYS;
208 case PIPE_FUNC_NEVER: return GEN6_COMPAREFUNCTION_NEVER;
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_emit_nv50.cpp 1275 case PIPE_FUNC_NEVER: enc = 0x0; break;
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_state_common.c     [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c     [all...]
si_shader.c     [all...]

Completed in 445 milliseconds