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

1 2 3

  /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::__anon18756
svga_pipe_sampler.c 116 cso->compare_func = sampler->compare_func;
svga_state_fs.c 231 key->tex[i].compare_func = svga->curr.sampler[i]->compare_func;
svga_context.h 181 unsigned compare_func:3; member in struct:svga_sampler_state
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi.h 64 unsigned compare_func:3; member in struct:svga_fs_compile_key::__anon32153
svga_pipe_sampler.c 116 cso->compare_func = sampler->compare_func;
svga_state_fs.c 231 key->tex[i].compare_func = svga->curr.sampler[i]->compare_func;
svga_context.h 181 unsigned compare_func:3; member in struct:svga_sampler_state
  /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/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/qemu/distrib/mini-glib/src/
glib-mini.c 308 GFunc compare_func,
314 int cmp = ((GCompareDataFunc) compare_func)(l1->data, l2->data, user_data);
331 GFunc compare_func,
351 g_slist_sort_real(list, compare_func, user_data),
352 g_slist_sort_real(l2, compare_func, user_data),
353 compare_func,
357 GSList* g_slist_sort(GSList* list, GCompareFunc compare_func) {
358 return g_slist_sort_real(list, (GFunc) compare_func, NULL);
  /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
  /external/qemu/distrib/mini-glib/include/
glib.h 122 GSList* g_slist_sort(GSList* list, GCompareFunc compare_func);
  /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/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_sampler.c 195 sampler->compare_func
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.h 92 unsigned compare_func:3; member in struct:lp_sampler_static_state
  /external/mesa3d/src/mesa/state_tracker/
st_atom_sampler.c 195 sampler->compare_func
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_texture.c 113 switch (cso->compare_func) {
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
graw_util.h 300 sampler_desc.compare_func = 0;
quad-sample.c 284 sampler_desc.compare_func = 0;
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_texture.c 113 switch (cso->compare_func) {
  /external/mesa3d/src/gallium/tests/graw/
graw_util.h 300 sampler_desc.compare_func = 0;
quad-sample.c 284 sampler_desc.compare_func = 0;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_matrix_filter.c 198 sampler.compare_func = PIPE_FUNC_ALWAYS;

Completed in 438 milliseconds

1 2 3