Home
last modified time | relevance | path

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

123

/external/python/cpython3/Python/
Dhashtable.c141 if (entry->key_hash == key_hash && ht->compare_func(key, entry->key)) { in _Py_hashtable_get_entry_generic()
186 if (entry->key_hash == key_hash && ht->compare_func(key, entry->key)) { in _Py_hashtable_steal()
317 _Py_hashtable_compare_func compare_func, in _Py_hashtable_new_full() argument
349 ht->compare_func = compare_func; in _Py_hashtable_new_full()
354 && ht->compare_func == _Py_hashtable_compare_direct) in _Py_hashtable_new_full()
364 _Py_hashtable_compare_func compare_func) in _Py_hashtable_new() argument
366 return _Py_hashtable_new_full(hash_func, compare_func, in _Py_hashtable_new()
/external/python/cpython3/Include/internal/
Dpycore_hashtable.h67 _Py_hashtable_compare_func compare_func; member
83 _Py_hashtable_compare_func compare_func);
87 _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
/external/virglrenderer/src/
Dvrend_object.c64 ctx_hash = util_hash_table_create(hash_func_u32, compare_func, free_object); in vrend_object_init_ctx_table()
85 compare_func, in vrend_ctx_resource_init_table()
Dvirgl_context.c47 compare_func, in virgl_context_table_init()
Dvirgl_util.h58 int compare_func(void *key1, void *key2);
Dvirgl_util.c60 int compare_func(void *key1, void *key2) in compare_func() function
Dvirgl_resource.c57 compare_func, in virgl_resource_table_init()
/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.h320 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/nouveau/nv30/
Dnv30_texture.c113 switch (cso->compare_func) { in compare_mode()
/external/mesa3d/src/gallium/tests/graw/
Dgraw_util.h297 sampler_desc.compare_func = 0; in graw_util_create_simple_sampler()
Dquad-sample.c279 sampler_desc.compare_func = 0; in init_tex()
/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/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/compiler/
Dshader_enums.h869 enum compare_func enum
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_matrix_filter.c182 sampler.compare_func = PIPE_FUNC_ALWAYS; in vl_matrix_filter_init()

123