HomeSort by relevance Sort by last modified time
    Searched defs:compare_func (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/gallium/drivers/r300/compiler/
r500_fragprog.c 126 rc_compare_func compare_func = RC_COMPARE_FUNC_NEVER; local
134 compare_func = RC_COMPARE_FUNC_EQUAL;
137 compare_func = RC_COMPARE_FUNC_NOTEQUAL;
143 compare_func = RC_COMPARE_FUNC_GEQUAL;
149 compare_func = RC_COMPARE_FUNC_LESS;
152 compare_func = RC_COMPARE_FUNC_NOTEQUAL;
162 writer->Inst->U.I.ALUResultCompare = compare_func;
  /external/python/cpython3/Modules/
hashtable.h 100 _Py_hashtable_compare_func compare_func; member in struct:_Py_hashtable_t
119 _Py_hashtable_compare_func compare_func);
126 _Py_hashtable_compare_func compare_func,
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_sampler.c 166 uint8 compare_func; local
182 compare_func = translate_comparison_func(ss->compare_func);
210 compare_func,
243 cso->compare_func = sampler->compare_func;
svga_shader.h 98 unsigned compare_func:3; member in struct:svga_compile_key::__anon30118
svga_context.h 206 unsigned compare_func:3; member in struct:svga_sampler_state
svga_tgsi_vgpu10.c 4976 SVGA3dCmpFunc compare_func = emit->key.tex[swz->unit].compare_func + 1; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.h 164 unsigned compare_func:3; member in struct:lp_static_sampler_state
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_qir.h 335 unsigned compare_func:3; member in struct:vc4_key::__anon30157::__anon30158::__anon30159
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 376 unsigned compare_func:3; /**< PIPE_FUNC_x */ member in struct:pipe_sampler_state

Completed in 475 milliseconds