Home
last modified time | relevance | path

Searched refs:compare_func (Results 1 – 25 of 68) sorted by relevance

123

/external/python/cpython3/Modules/
Dhashtable.c144 _Py_hashtable_compare_func compare_func, in _Py_hashtable_new_full() argument
176 ht->compare_func = compare_func; in _Py_hashtable_new_full()
185 _Py_hashtable_compare_func compare_func) in _Py_hashtable_new() argument
189 hash_func, compare_func, in _Py_hashtable_new()
266 if (entry->key_hash == key_hash && ht->compare_func(ht, pkey, entry)) in _Py_hashtable_get_entry()
289 if (entry->key_hash == key_hash && ht->compare_func(ht, pkey, entry)) in _Py_hashtable_pop_entry()
506 src->compare_func, in _Py_hashtable_copy()
Dhashtable.h100 _Py_hashtable_compare_func compare_func; member
119 _Py_hashtable_compare_func compare_func);
126 _Py_hashtable_compare_func compare_func,
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dr500_fragprog.c126 rc_compare_func compare_func = RC_COMPARE_FUNC_NEVER; in r500_transform_IF() local
134 compare_func = RC_COMPARE_FUNC_EQUAL; in r500_transform_IF()
137 compare_func = RC_COMPARE_FUNC_NOTEQUAL; in r500_transform_IF()
143 compare_func = RC_COMPARE_FUNC_GEQUAL; in r500_transform_IF()
149 compare_func = RC_COMPARE_FUNC_LESS; in r500_transform_IF()
152 compare_func = RC_COMPARE_FUNC_NOTEQUAL; in r500_transform_IF()
162 writer->Inst->U.I.ALUResultCompare = compare_func; in r500_transform_IF()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_fs.c321 key->tex[i].compare_func = PIPE_FUNC_NEVER; in make_fs_key()
331 else if (sampler->compare_func == PIPE_FUNC_ALWAYS || in make_fs_key()
332 sampler->compare_func == PIPE_FUNC_NEVER) { in make_fs_key()
334 key->tex[i].compare_func = sampler->compare_func; in make_fs_key()
336 else if (sampler->compare_func != PIPE_FUNC_LEQUAL) { in make_fs_key()
Dsvga_pipe_sampler.c166 uint8 compare_func; in define_sampler_state_object() local
181 compare_func = translate_comparison_func(ss->compare_func); in define_sampler_state_object()
218 compare_func, in define_sampler_state_object()
251 cso->compare_func = sampler->compare_func; in svga_create_sampler_state()
Dsvga_shader.c315 key->tex[i].compare_func = sampler->compare_func; in svga_init_shader_key_common()
Dsvga_shader.h131 unsigned compare_func:3; member
Dsvga_tgsi_insn.c1438 enum pipe_compare_func compare_func, in emit_conditional() argument
1448 switch (compare_func) { in emit_conditional()
1519 enum pipe_compare_func compare_func, in emit_select() argument
1528 switch (compare_func) { in emit_select()
1550 return emit_conditional(emit, compare_func, dst, src0, src1, one, zero); in emit_select()
1889 emit->key.tex[unit].compare_func, in emit_tex()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_translate.h476 translate_texture_compare(enum pipe_compare_func compare_func) in translate_texture_compare() argument
478 switch (compare_func) { in translate_texture_compare()
/external/mesa3d/src/compiler/nir/
Dnir_lower_alpha_test.c39 nir_lower_alpha_test(nir_shader *shader, enum compare_func func, in nir_lower_alpha_test()
/external/virglrenderer/src/gallium/include/pipe/
Dp_state.h319 unsigned compare_func:3; /**< PIPE_FUNC_x */ member
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_texture.c128 so->texsamp0 |= A3XX_TEX_SAMP_0_COMPARE_FUNC(cso->compare_func); /* maps 1:1 */ in fd3_sampler_state_create()
/external/mesa3d/src/gallium/include/pipe/
Dp_state.h418 unsigned compare_func:3; /**< PIPE_FUNC_x */ member
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_texture.c138 so->texsamp1 |= A4XX_TEX_SAMP_1_COMPARE_FUNC(cso->compare_func); /* maps 1:1 */ in fd4_sampler_state_create()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_sampler.c217 sampler->compare_func = st_compare_func_to_pipe(msamp->CompareFunc); in st_convert_sampler()
/external/mesa3d/src/gallium/tests/graw/
Dquad-sample.c279 sampler_desc.compare_func = 0; in init_tex()
Dgraw_util.h297 sampler_desc.compare_func = 0; in graw_util_create_simple_sampler()
Dfs-test.c364 sampler_desc.compare_func = 0; in init_tex()
Dvs-test.c352 sampler_desc.compare_func = 0; in init_tex()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_texture.c113 switch (cso->compare_func) { in compare_mode()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_texture.c146 so->texsamp1 |= A5XX_TEX_SAMP_1_COMPARE_FUNC(cso->compare_func); /* maps 1:1 */ in fd5_sampler_state_create()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_matrix_filter.c182 sampler.compare_func = PIPE_FUNC_ALWAYS; in vl_matrix_filter_init()
/external/mesa3d/src/compiler/
Dshader_enums.h869 enum compare_func enum
/external/mesa3d/docs/gallium/cso/
Dsampler.rst81 compare_func
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.h196 unsigned compare_func:3; member

123