HomeSort by relevance Sort by last modified time
    Searched refs:suballocator (Results 1 - 16 of 16) sorted by null

  /external/skia/src/compute/skc/
suballocator.c 27 #define SKC_SUBALLOCATOR_DEBUG_ALLOC(suballocator,subbuf_id,ss) \
29 "suballocator %s : [ %4u ] : alloc( %9u ) @ %4u = %u\n", \
30 suballocator->name, \
31 suballocator->rem.avail, \
34 (skc_uint)suballocator->total);
36 #define SKC_SUBALLOCATOR_DEBUG_FREE(suballocator,subbuf_id,ss) \
38 "suballocator %s : [ %4u ] : free ( %9u ) @ %4u = %u\n", \
39 suballocator->name, \
40 suballocator->rem.avail, \
43 (skc_uint)suballocator->total)
    [all...]
allocator_host.h 15 #include "suballocator.h"
42 struct skc_suballocator suballocator; member in struct:skc_allocator_host::__anon37953
suballocator.h 12 // This is a suballocator for a large extent typically less than 4 GB.
24 // suballocator will block and pump the pipeline's scheduler until it
28 // suballocator's state may have been altered after pumping the
90 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,
allocator_host.c 73 skc_suballocator_subbuf_alloc(&runtime->allocator.host.temp.suballocator,
87 skc_suballocator_subbuf_free(&runtime->allocator.host.temp.suballocator,subbuf_id);
98 &runtime->allocator.host.temp.suballocator,
100 runtime->config->suballocator.host.subbufs,
102 runtime->config->suballocator.host.size);
107 runtime->config->suballocator.host.size);
113 skc_suballocator_dispose(runtime,&runtime->allocator.host.temp.suballocator);
  /external/skqp/src/compute/skc/
suballocator.c 27 #define SKC_SUBALLOCATOR_DEBUG_ALLOC(suballocator,subbuf_id,ss) \
29 "suballocator %s : [ %4u ] : alloc( %9u ) @ %4u = %u\n", \
30 suballocator->name, \
31 suballocator->rem.avail, \
34 (skc_uint)suballocator->total);
36 #define SKC_SUBALLOCATOR_DEBUG_FREE(suballocator,subbuf_id,ss) \
38 "suballocator %s : [ %4u ] : free ( %9u ) @ %4u = %u\n", \
39 suballocator->name, \
40 suballocator->rem.avail, \
43 (skc_uint)suballocator->total)
    [all...]
allocator_host.h 15 #include "suballocator.h"
42 struct skc_suballocator suballocator; member in struct:skc_allocator_host::__anon38756
suballocator.h 12 // This is a suballocator for a large extent typically less than 4 GB.
24 // suballocator will block and pump the pipeline's scheduler until it
28 // suballocator's state may have been altered after pumping the
90 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,
allocator_host.c 73 skc_suballocator_subbuf_alloc(&runtime->allocator.host.temp.suballocator,
87 skc_suballocator_subbuf_free(&runtime->allocator.host.temp.suballocator,subbuf_id);
98 &runtime->allocator.host.temp.suballocator,
100 runtime->config->suballocator.host.subbufs,
102 runtime->config->suballocator.host.size);
107 runtime->config->suballocator.host.size);
113 skc_suballocator_dispose(runtime,&runtime->allocator.host.temp.suballocator);
  /external/skia/src/compute/skc/platforms/cl_12/
allocator_device_cl.h 21 #include "suballocator.h"
36 struct skc_suballocator suballocator; member in struct:skc_allocator_device::__anon37969
allocator_device_cl.c 66 br.origin = skc_suballocator_subbuf_alloc(&runtime->allocator.device.temp.suballocator,
93 skc_suballocator_subbuf_free(&runtime->allocator.device.temp.suballocator,subbuf_id);
106 &runtime->allocator.device.temp.suballocator,
108 runtime->config->suballocator.device.subbufs,
110 runtime->config->suballocator.device.size);
122 runtime->config->suballocator.device.size);
128 skc_suballocator_dispose(runtime,&runtime->allocator.device.temp.suballocator);
config_cl.h 32 } suballocator; member in struct:skc_config
  /external/skqp/src/compute/skc/platforms/cl_12/
allocator_device_cl.h 21 #include "suballocator.h"
36 struct skc_suballocator suballocator; member in struct:skc_allocator_device::__anon38772
allocator_device_cl.c 66 br.origin = skc_suballocator_subbuf_alloc(&runtime->allocator.device.temp.suballocator,
93 skc_suballocator_subbuf_free(&runtime->allocator.device.temp.suballocator,subbuf_id);
106 &runtime->allocator.device.temp.suballocator,
108 runtime->config->suballocator.device.subbufs,
110 runtime->config->suballocator.device.size);
122 runtime->config->suballocator.device.size);
128 skc_suballocator_dispose(runtime,&runtime->allocator.device.temp.suballocator);
config_cl.h 32 } suballocator; member in struct:skc_config
  /external/skia/src/compute/skc/platforms/cl_12/kernels/devices/gen9/
device_cl_12.c 101 .suballocator = {
  /external/skqp/src/compute/skc/platforms/cl_12/kernels/devices/gen9/
device_cl_12.c 101 .suballocator = {

Completed in 196 milliseconds