/external/skia/src/compute/skc/ |
D | suballocator.c | 27 #define SKC_SUBALLOCATOR_DEBUG_ALLOC(suballocator,subbuf_id,ss) \ argument 33 subbuf_id, \ 36 #define SKC_SUBALLOCATOR_DEBUG_FREE(suballocator,subbuf_id,ss) \ argument 42 subbuf_id, \ 47 #define SKC_SUBALLOCATOR_DEBUG_ALLOC(suballocator,subbuf_id,ss) argument 48 #define SKC_SUBALLOCATOR_DEBUG_FREE(suballocator,subbuf_id,ss) argument 111 skc_subbuf_id_t * const subbuf_id, in skc_suballocator_subbuf_alloc() argument 158 *subbuf_id = avail_id; in skc_suballocator_subbuf_alloc() 199 *subbuf_id = spare_id; in skc_suballocator_subbuf_alloc() 239 skc_subbuf_id_t subbuf_id) in skc_suballocator_subbuf_free() argument [all …]
|
D | allocator_host.c | 59 skc_subbuf_id_t * const subbuf_id, in skc_runtime_host_temp_alloc() argument 64 *subbuf_id = (skc_subbuf_id_t)-1; in skc_runtime_host_temp_alloc() 75 size,subbuf_id,subbuf_size); in skc_runtime_host_temp_alloc() 82 skc_subbuf_id_t const subbuf_id) in skc_runtime_host_temp_free() argument 87 skc_suballocator_subbuf_free(&runtime->allocator.host.temp.suballocator,subbuf_id); in skc_runtime_host_temp_free()
|
D | runtime.h | 34 skc_subbuf_id_t * const subbuf_id, 40 skc_subbuf_id_t const subbuf_id);
|
D | suballocator.h | 108 skc_subbuf_id_t * const subbuf_id, 113 skc_subbuf_id_t subbuf_id);
|
/external/skqp/src/compute/skc/ |
D | suballocator.c | 27 #define SKC_SUBALLOCATOR_DEBUG_ALLOC(suballocator,subbuf_id,ss) \ argument 33 subbuf_id, \ 36 #define SKC_SUBALLOCATOR_DEBUG_FREE(suballocator,subbuf_id,ss) \ argument 42 subbuf_id, \ 47 #define SKC_SUBALLOCATOR_DEBUG_ALLOC(suballocator,subbuf_id,ss) argument 48 #define SKC_SUBALLOCATOR_DEBUG_FREE(suballocator,subbuf_id,ss) argument 111 skc_subbuf_id_t * const subbuf_id, in skc_suballocator_subbuf_alloc() argument 158 *subbuf_id = avail_id; in skc_suballocator_subbuf_alloc() 199 *subbuf_id = spare_id; in skc_suballocator_subbuf_alloc() 239 skc_subbuf_id_t subbuf_id) in skc_suballocator_subbuf_free() argument [all …]
|
D | allocator_host.c | 59 skc_subbuf_id_t * const subbuf_id, in skc_runtime_host_temp_alloc() argument 64 *subbuf_id = (skc_subbuf_id_t)-1; in skc_runtime_host_temp_alloc() 75 size,subbuf_id,subbuf_size); in skc_runtime_host_temp_alloc() 82 skc_subbuf_id_t const subbuf_id) in skc_runtime_host_temp_free() argument 87 skc_suballocator_subbuf_free(&runtime->allocator.host.temp.suballocator,subbuf_id); in skc_runtime_host_temp_free()
|
D | runtime.h | 34 skc_subbuf_id_t * const subbuf_id, 40 skc_subbuf_id_t const subbuf_id);
|
D | suballocator.h | 108 skc_subbuf_id_t * const subbuf_id, 113 skc_subbuf_id_t subbuf_id);
|
/external/skqp/src/compute/skc/platforms/cl_12/ |
D | allocator_device_cl.c | 51 skc_subbuf_id_t * const subbuf_id, in skc_runtime_device_temp_alloc() argument 56 *subbuf_id = (skc_subbuf_id_t)-1; in skc_runtime_device_temp_alloc() 68 size,subbuf_id,&br.size); in skc_runtime_device_temp_alloc() 88 skc_subbuf_id_t const subbuf_id) in skc_runtime_device_temp_free() argument 93 skc_suballocator_subbuf_free(&runtime->allocator.device.temp.suballocator,subbuf_id); in skc_runtime_device_temp_free()
|
D | runtime_cl_12.h | 172 skc_subbuf_id_t * const subbuf_id, 178 skc_subbuf_id_t const subbuf_id);
|
/external/skia/src/compute/skc/platforms/cl_12/ |
D | allocator_device_cl.c | 51 skc_subbuf_id_t * const subbuf_id, in skc_runtime_device_temp_alloc() argument 56 *subbuf_id = (skc_subbuf_id_t)-1; in skc_runtime_device_temp_alloc() 68 size,subbuf_id,&br.size); in skc_runtime_device_temp_alloc() 88 skc_subbuf_id_t const subbuf_id) in skc_runtime_device_temp_free() argument 93 skc_suballocator_subbuf_free(&runtime->allocator.device.temp.suballocator,subbuf_id); in skc_runtime_device_temp_free()
|
D | runtime_cl_12.h | 172 skc_subbuf_id_t * const subbuf_id, 178 skc_subbuf_id_t const subbuf_id);
|