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

  /external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_tgsi.h 64 unsigned compare_func:3; member in struct:svga_fs_compile_key::__anon14856
svga_context.h 181 unsigned compare_func:3; member in struct:svga_sampler_state
  /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/mesa3d/src/gallium/drivers/svga/
svga_tgsi.h 64 unsigned compare_func:3; member in struct:svga_fs_compile_key::__anon25198
svga_context.h 181 unsigned compare_func:3; member in struct:svga_sampler_state
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_sample.h 92 unsigned compare_func:3; member in struct:lp_sampler_static_state
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.h 92 unsigned compare_func:3; member in struct:lp_sampler_static_state
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_state.h 313 unsigned compare_func:3; /**< PIPE_FUNC_x */ member in struct:pipe_sampler_state
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 313 unsigned compare_func:3; /**< PIPE_FUNC_x */ member in struct:pipe_sampler_state

Completed in 172 milliseconds