Home
last modified time | relevance | path

Searched refs:suballocator (Results 1 – 17 of 17) sorted by relevance

/external/skia/src/compute/skc/
Dsuballocator.c27 #define SKC_SUBALLOCATOR_DEBUG_ALLOC(suballocator,subbuf_id,ss) \ argument
30 suballocator->name, \
31 suballocator->rem.avail, \
34 (skc_uint)suballocator->total);
36 #define SKC_SUBALLOCATOR_DEBUG_FREE(suballocator,subbuf_id,ss) \ argument
39 suballocator->name, \
40 suballocator->rem.avail, \
43 (skc_uint)suballocator->total);
47 #define SKC_SUBALLOCATOR_DEBUG_ALLOC(suballocator,subbuf_id,ss) argument
48 #define SKC_SUBALLOCATOR_DEBUG_FREE(suballocator,subbuf_id,ss) argument
[all …]
Dallocator_host.c73 skc_suballocator_subbuf_alloc(&runtime->allocator.host.temp.suballocator, in skc_runtime_host_temp_alloc()
87 skc_suballocator_subbuf_free(&runtime->allocator.host.temp.suballocator,subbuf_id); in skc_runtime_host_temp_free()
98 &runtime->allocator.host.temp.suballocator, in skc_allocator_host_create()
100 runtime->config->suballocator.host.subbufs, in skc_allocator_host_create()
102 runtime->config->suballocator.host.size); in skc_allocator_host_create()
107 runtime->config->suballocator.host.size); in skc_allocator_host_create()
113 skc_suballocator_dispose(runtime,&runtime->allocator.host.temp.suballocator); in skc_allocator_host_dispose()
Dsuballocator.h90 struct skc_suballocator * const suballocator,
98 struct skc_suballocator * const suballocator);
105 skc_suballocator_subbuf_alloc(struct skc_suballocator * const suballocator,
112 skc_suballocator_subbuf_free(struct skc_suballocator * const suballocator,
Dallocator_host.h42 struct skc_suballocator suballocator; member
/external/skqp/src/compute/skc/
Dsuballocator.c27 #define SKC_SUBALLOCATOR_DEBUG_ALLOC(suballocator,subbuf_id,ss) \ argument
30 suballocator->name, \
31 suballocator->rem.avail, \
34 (skc_uint)suballocator->total);
36 #define SKC_SUBALLOCATOR_DEBUG_FREE(suballocator,subbuf_id,ss) \ argument
39 suballocator->name, \
40 suballocator->rem.avail, \
43 (skc_uint)suballocator->total);
47 #define SKC_SUBALLOCATOR_DEBUG_ALLOC(suballocator,subbuf_id,ss) argument
48 #define SKC_SUBALLOCATOR_DEBUG_FREE(suballocator,subbuf_id,ss) argument
[all …]
Dallocator_host.c73 skc_suballocator_subbuf_alloc(&runtime->allocator.host.temp.suballocator, in skc_runtime_host_temp_alloc()
87 skc_suballocator_subbuf_free(&runtime->allocator.host.temp.suballocator,subbuf_id); in skc_runtime_host_temp_free()
98 &runtime->allocator.host.temp.suballocator, in skc_allocator_host_create()
100 runtime->config->suballocator.host.subbufs, in skc_allocator_host_create()
102 runtime->config->suballocator.host.size); in skc_allocator_host_create()
107 runtime->config->suballocator.host.size); in skc_allocator_host_create()
113 skc_suballocator_dispose(runtime,&runtime->allocator.host.temp.suballocator); in skc_allocator_host_dispose()
Dsuballocator.h90 struct skc_suballocator * const suballocator,
98 struct skc_suballocator * const suballocator);
105 skc_suballocator_subbuf_alloc(struct skc_suballocator * const suballocator,
112 skc_suballocator_subbuf_free(struct skc_suballocator * const suballocator,
Dallocator_host.h42 struct skc_suballocator suballocator; member
/external/skqp/src/compute/skc/platforms/cl_12/
Dallocator_device_cl.c66 br.origin = skc_suballocator_subbuf_alloc(&runtime->allocator.device.temp.suballocator, in skc_runtime_device_temp_alloc()
93 skc_suballocator_subbuf_free(&runtime->allocator.device.temp.suballocator,subbuf_id); in skc_runtime_device_temp_free()
106 &runtime->allocator.device.temp.suballocator, in skc_allocator_device_create()
108 runtime->config->suballocator.device.subbufs, in skc_allocator_device_create()
110 runtime->config->suballocator.device.size); in skc_allocator_device_create()
122 runtime->config->suballocator.device.size); in skc_allocator_device_create()
128 skc_suballocator_dispose(runtime,&runtime->allocator.device.temp.suballocator); in skc_allocator_device_dispose()
Dallocator_device_cl.h36 struct skc_suballocator suballocator; member
Dconfig_cl.h32 } suballocator; member
/external/skia/src/compute/skc/platforms/cl_12/
Dallocator_device_cl.c66 br.origin = skc_suballocator_subbuf_alloc(&runtime->allocator.device.temp.suballocator, in skc_runtime_device_temp_alloc()
93 skc_suballocator_subbuf_free(&runtime->allocator.device.temp.suballocator,subbuf_id); in skc_runtime_device_temp_free()
106 &runtime->allocator.device.temp.suballocator, in skc_allocator_device_create()
108 runtime->config->suballocator.device.subbufs, in skc_allocator_device_create()
110 runtime->config->suballocator.device.size); in skc_allocator_device_create()
122 runtime->config->suballocator.device.size); in skc_allocator_device_create()
128 skc_suballocator_dispose(runtime,&runtime->allocator.device.temp.suballocator); in skc_allocator_device_dispose()
Dallocator_device_cl.h36 struct skc_suballocator suballocator; member
Dconfig_cl.h32 } suballocator; member
/external/pdfium/third_party/lcms/
D0023-upstream-integer-overflow-MPEmatrix_Read.patch6 SUBALLOCATOR Allocator; // String suballocator -- just to keep it fast
/external/skqp/src/compute/skc/platforms/cl_12/kernels/devices/gen9/
Ddevice_cl_12.c101 .suballocator = {
/external/skia/src/compute/skc/platforms/cl_12/kernels/devices/gen9/
Ddevice_cl_12.c101 .suballocator = {