Searched refs:tres (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_threaded_context.c | 709 struct threaded_resource *tres = threaded_resource(res); in threaded_resource_init() local 711 tres->first_user = NULL; in threaded_resource_init() 712 tres->used_by_multiple_contexts = false; in threaded_resource_init() 713 tres->latest = &tres->b; in threaded_resource_init() 714 tres->cpu_storage = NULL; in threaded_resource_init() 715 util_range_init(&tres->valid_buffer_range); in threaded_resource_init() 716 tres->is_shared = false; in threaded_resource_init() 717 tres->is_user_ptr = false; in threaded_resource_init() 718 tres in threaded_resource_init() 737 struct threaded_resource *tres = threaded_resource(res); threaded_resource_deinit() local 1557 struct threaded_resource *tres = threaded_resource(resource); tc_set_shader_images() local 1647 struct threaded_resource *tres = threaded_resource(src->buffer); tc_set_shader_buffers() local 1894 struct threaded_resource *tres = threaded_resource(res); tc_create_stream_output_target() local 2105 tc_improve_map_buffer_flags(struct threaded_context *tc, struct threaded_resource *tres, unsigned usage, unsigned offset, unsigned size) tc_improve_map_buffer_flags() argument 2209 struct threaded_resource *tres = threaded_resource(resource); tc_buffer_map() local 2346 struct threaded_resource *tres = threaded_resource(resource); tc_texture_map() local 2400 struct threaded_resource *tres = threaded_resource(ttrans->b.resource); tc_buffer_do_flush_region() local 2430 struct threaded_resource *tres = threaded_resource(transfer->resource); tc_transfer_flush_region() local 2478 struct threaded_resource *tres = threaded_resource(p->resource); tc_call_buffer_unmap() local 2495 struct threaded_resource *tres = threaded_resource(transfer->resource); tc_buffer_unmap() local 2640 struct threaded_resource *tres = threaded_resource(resource); tc_buffer_subdata() local 4073 struct threaded_resource *tres = threaded_resource(res); tc_clear_buffer() local [all...] |
H A D | u_threaded_context.h | 626 struct threaded_resource *tres = threaded_resource(buf); in tc_buffer_disable_cpu_storage() local 628 if (tres->cpu_storage) { in tc_buffer_disable_cpu_storage() 629 align_free(tres->cpu_storage); in tc_buffer_disable_cpu_storage() 630 tres->cpu_storage = NULL; in tc_buffer_disable_cpu_storage() 632 tres->allow_cpu_storage = false; in tc_buffer_disable_cpu_storage()
|
/third_party/elfutils/libdw/ |
H A D | fde.c | 122 struct dwarf_fde **tres = tsearch (fde, &cache->fde_tree, &compare_fde); in intern_fde() local 123 if (tres == NULL) in intern_fde() 129 else if (*tres != fde) in intern_fde() 135 return *tres; in intern_fde()
|
/third_party/curl/src/ |
H A D | tool_operate.c | 2377 CURLcode tres = msg->data.result; in parallel_transfers() local 2381 if(ended->abort && (tres == CURLE_ABORTED_BY_CALLBACK) && in parallel_transfers() 2387 tres = post_per_transfer(global, ended, tres, &retry, &delay); in parallel_transfers() 2399 if(tres && (!ended->abort || !result)) in parallel_transfers() 2400 result = tres; in parallel_transfers() 2422 CURLcode tres = add_parallel_transfers(global, multi, share, in parallel_transfers() local 2425 if(tres) in parallel_transfers() 2426 result = tres; in parallel_transfers()
|
/third_party/elfutils/src/ |
H A D | nm.c | 699 struct local_name **tres = tsearch (newp, &local_root, in get_local_names() local 701 if (tres == NULL) in get_local_names() 703 else if (*tres != newp) in get_local_names()
|
/third_party/python/Modules/ |
H A D | _tkinter.c | 1808 Tcl_Obj *tres; in GetVar() local 1816 tres = Tcl_GetVar2Ex(Tkapp_Interp(self), name1, name2, flags); in GetVar() local 1818 if (tres == NULL) { in GetVar() 1822 res = FromObj(self, tres); in GetVar() 1825 res = unicodeFromTclObj(tres); in GetVar()
|
/third_party/python/Lib/test/ |
H A D | test_enum.py | 1462 tres = 3 variable in TestSpecial.test_intenum_transitivity.numero 1465 self.assertEqual(number.three, numero.tres) 3919 tres = 4.0 variable in TestUnique.test_unique_clean.Clean 3928 with self.assertRaisesRegex(ValueError, 'tres.*one'): 3933 tres = 1 variable in TestUnique.test_unique_dirty.Dirty 4044 tres = 4.0 variable in TestVerify.test_unique_clean.Clean 4053 with self.assertRaisesRegex(ValueError, 'tres.*one'): 4058 tres = 1 variable in TestVerify.test_unique_dirty.Dirty
|
Completed in 27 milliseconds