HomeSort by relevance Sort by last modified time
    Searched refs:PIPE_FUNC_EQUAL (Results 1 - 25 of 32) sorted by null

1 2

  /external/mesa3d/src/gallium/drivers/i915/
i915_state_inlines.h 53 case PIPE_FUNC_EQUAL:
78 case PIPE_FUNC_EQUAL:
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_gldefs.h 111 case PIPE_FUNC_EQUAL:
  /external/mesa3d/src/gallium/drivers/r300/
r300_hyperz.c 48 case PIPE_FUNC_EQUAL:
121 if (dsa->dsa.depth.func == PIPE_FUNC_EQUAL && !r300screen->caps.is_r500)
r300_state_inlines.h 123 case PIPE_FUNC_EQUAL:
178 case PIPE_FUNC_EQUAL:
  /external/mesa3d/src/gallium/drivers/swr/
swr_state.h 195 case PIPE_FUNC_EQUAL:
  /external/mesa3d/src/mesa/state_tracker/
st_atom_depth.c 57 STATIC_ASSERT(PIPE_FUNC_EQUAL == GL_EQUAL - GL_NEVER);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_action.c     [all...]
lp_bld_logic.c 105 case PIPE_FUNC_EQUAL:
134 case PIPE_FUNC_EQUAL:
lp_bld_format_yuv.c 101 sel = lp_build_compare(gallivm, type, PIPE_FUNC_EQUAL, i, lp_build_const_int_vec(gallivm, type, 0));
184 sel = lp_build_compare(gallivm, type, PIPE_FUNC_EQUAL, i, lp_build_const_int_vec(gallivm, type, 0));
lp_bld_format_float.c 165 is_inf = lp_build_compare(gallivm, i32_type, PIPE_FUNC_EQUAL,
lp_bld_arit.c     [all...]
lp_bld_sample.c     [all...]
lp_bld_format_aos.c 169 result = lp_build_cmp(&bld, PIPE_FUNC_EQUAL, src,
lp_bld_tgsi_aos.c 692 tmp0 = lp_build_cmp(&bld->bld_base.base, PIPE_FUNC_EQUAL, src0, src1);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_depth_test.c 380 case PIPE_FUNC_EQUAL:
558 case PIPE_FUNC_EQUAL:
734 case PIPE_FUNC_EQUAL:
951 case PIPE_FUNC_EQUAL:
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_depthstencil.c 47 case PIPE_FUNC_EQUAL: return SVGA3D_CMP_EQUAL;
svga_pipe_sampler.c 110 case PIPE_FUNC_EQUAL:
svga_tgsi_insn.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_mlaa.c 155 mstencil.stencil[0].func = PIPE_FUNC_EQUAL;
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_texture.c 116 case PIPE_FUNC_EQUAL : return NV30_3D_TEX_WRAP_RCOMP_EQUAL;
  /external/mesa3d/src/gallium/include/pipe/
p_defines.h 123 PIPE_FUNC_EQUAL,
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_pipe.h 588 case D3DCMP_EQUAL: return PIPE_FUNC_EQUAL;
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_nir_lower_blend.c 464 case PIPE_FUNC_EQUAL:
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_state.c 153 case PIPE_FUNC_EQUAL: return GEN6_PREFILTEROP_NOTEQUAL;
210 case PIPE_FUNC_EQUAL: return GEN6_COMPAREFUNCTION_EQUAL;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c     [all...]

Completed in 75 milliseconds

1 2