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

  /external/mesa3d/src/gallium/drivers/i915/
i915_state_inlines.h 49 case PIPE_FUNC_GEQUAL:
74 case PIPE_FUNC_GEQUAL:
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_gldefs.h 119 case PIPE_FUNC_GEQUAL:
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_logic.c 108 func == PIPE_FUNC_GEQUAL) &&
143 case PIPE_FUNC_GEQUAL:
183 {1, 0, 1, 1}, /* PIPE_FUNC_GEQUAL */
270 case PIPE_FUNC_GEQUAL:
326 case PIPE_FUNC_GEQUAL:
lp_bld_sample.c     [all...]
lp_bld_sample_soa.c 101 b2 = lp_build_cmp(int_coord_bld, PIPE_FUNC_GEQUAL, x, width);
111 b2 = lp_build_cmp(int_coord_bld, PIPE_FUNC_GEQUAL, y, height);
127 b2 = lp_build_cmp(int_coord_bld, PIPE_FUNC_GEQUAL, z, depth);
    [all...]
lp_bld_tgsi_action.c     [all...]
lp_bld_tgsi_aos.c 561 tmp0 = lp_build_cmp(&bld->bld_base.base, PIPE_FUNC_GEQUAL, src0, src1);
lp_bld_sample_aos.c 308 PIPE_FUNC_GEQUAL, coord0, int_coord_bld->zero);
    [all...]
lp_bld_tgsi_soa.c     [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_hyperz.c 58 case PIPE_FUNC_GEQUAL:
82 (func == PIPE_FUNC_GEQUAL || func == PIPE_FUNC_GREATER))
r300_state_inlines.h 132 case PIPE_FUNC_GEQUAL:
187 case PIPE_FUNC_GEQUAL:
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_depthstencil.c 43 case PIPE_FUNC_GEQUAL: return SVGA3D_CMP_GREATEREQUAL;
svga_tgsi_insn.c     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_depth.c 58 STATIC_ASSERT(PIPE_FUNC_GEQUAL == GL_GEQUAL - GL_NEVER);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_depth_test.c 395 case PIPE_FUNC_GEQUAL:
569 case PIPE_FUNC_GEQUAL:
729 case PIPE_FUNC_GEQUAL:
938 case PIPE_FUNC_GEQUAL:
sp_tex_sample.c     [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_defines.h 118 #define PIPE_FUNC_GEQUAL 6
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_texture.c 117 case PIPE_FUNC_GEQUAL : return NV30_3D_TEX_WRAP_RCOMP_GEQUAL;
  /external/mesa3d/src/gallium/drivers/r600/
r600_state_common.c     [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
renderer.c     [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c     [all...]

Completed in 355 milliseconds