/external/skqp/src/compute/skc/ |
D | scheduler.cpp | 134 skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,sizeof(*scheduler)); in skc_scheduler_create() 141 … skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,(sizeof(*scheduler->extent) * size)); in skc_scheduler_create() 144 …skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,sizeof(*scheduler->available.indices)… in skc_scheduler_create() 149 …skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,sizeof(*scheduler->available.indices)… in skc_scheduler_create()
|
D | allocator_host.c | 36 skc_runtime_host_perm_alloc(struct skc_runtime * const runtime, in skc_runtime_host_perm_alloc() function 105 skc_runtime_host_perm_alloc(runtime, in skc_allocator_host_create()
|
D | runtime.h | 22 skc_runtime_host_perm_alloc(struct skc_runtime * const runtime,
|
D | suballocator.c | 67 …suballocator->subbufs = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,subbufs_size); in skc_suballocator_create() 76 suballocator->ids = skc_runtime_host_perm_alloc(runtime, in skc_suballocator_create()
|
D | grid.c | 222 …struct skc_grid_deps * const deps = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,s… in skc_grid_deps_create() 231 deps->handle_map = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,handle_map_size); in skc_grid_deps_create()
|
/external/skia/src/compute/skc/ |
D | scheduler.cpp | 134 skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,sizeof(*scheduler)); in skc_scheduler_create() 141 … skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,(sizeof(*scheduler->extent) * size)); in skc_scheduler_create() 144 …skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,sizeof(*scheduler->available.indices)… in skc_scheduler_create() 149 …skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,sizeof(*scheduler->available.indices)… in skc_scheduler_create()
|
D | allocator_host.c | 36 skc_runtime_host_perm_alloc(struct skc_runtime * const runtime, in skc_runtime_host_perm_alloc() function 105 skc_runtime_host_perm_alloc(runtime, in skc_allocator_host_create()
|
D | runtime.h | 22 skc_runtime_host_perm_alloc(struct skc_runtime * const runtime,
|
D | suballocator.c | 67 …suballocator->subbufs = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,subbufs_size); in skc_suballocator_create() 76 suballocator->ids = skc_runtime_host_perm_alloc(runtime, in skc_suballocator_create()
|
D | grid.c | 222 …struct skc_grid_deps * const deps = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,s… in skc_grid_deps_create() 231 deps->handle_map = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,handle_map_size); in skc_grid_deps_create()
|
/external/skia/src/compute/skc/platforms/cl_12/ |
D | extent_cl_12.c | 28 extent->hrw = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,size); in skc_extent_phrw_alloc() 110 extent->hr = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_ONLY,size); in skc_extent_phr_pdrw_alloc() 231 extent->hw1 = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_WRITE_ONLY,size); in skc_extent_phw1g_tdrNs_alloc() 316 extent->hrw = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,size); // WRITE-ONCE in skc_extent_phrwg_tdrNs_alloc() 406 extent->hrw = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,size); // WRITE-ONCE in skc_extent_phrwg_thr1s_alloc()
|
D | cq_pool_cl.c | 111 pool->cq = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE, in skc_cq_pool_create() 165 …pool->cq = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,pool->size * sizeof(*p… in skc_cq_pool_expand()
|
D | path_builder_cl_12.c | 1270 …(*path_builder) = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,sizeof(… in skc_path_builder_cl_12_create() 1292 …struct skc_path_builder_impl * const impl = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ… in skc_path_builder_cl_12_create() 1328 impl->blocks.subbufs = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE, in skc_path_builder_cl_12_create() 1339 impl->cmds.subbufs = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE, in skc_path_builder_cl_12_create() 1344 impl->release.records = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE, in skc_path_builder_cl_12_create() 1349 impl->release.paths = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE, in skc_path_builder_cl_12_create() 1429 …impl->wip.head = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,config->bloc… in skc_path_builder_cl_12_create() 1430 …impl->wip.node = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,config->bloc… in skc_path_builder_cl_12_create()
|
D | handle_pool_cl_12.c | 125 …handle_pool->handle.indices = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,handl… in skc_handle_pool_create() 126 …handle_pool->handle.refcnts = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,handl… in skc_handle_pool_create() 127 …handle_pool->block.indices = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,block… in skc_handle_pool_create() 128 …handle_pool->recs = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,recs_… in skc_handle_pool_create()
|
D | styling_cl_12.c | 288 …struct skc_styling_impl * const impl = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_W… in skc_styling_cl_12_create() 291 …(*styling) = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,sizeof(**stylin… in skc_styling_cl_12_create()
|
D | surface_cl_12.c | 408 (*surface) = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,sizeof(**surface)); in skc_surface_cl_12_create() 411 …struct skc_surface_impl * const impl = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRIT… in skc_surface_cl_12_create()
|
D | composition_cl_12.c | 766 …struct skc_composition_impl * const impl = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_… in skc_composition_cl_12_create() 769 …(*composition) = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,sizeof(**… in skc_composition_cl_12_create()
|
/external/skqp/src/compute/skc/platforms/cl_12/ |
D | extent_cl_12.c | 28 extent->hrw = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,size); in skc_extent_phrw_alloc() 110 extent->hr = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_ONLY,size); in skc_extent_phr_pdrw_alloc() 231 extent->hw1 = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_WRITE_ONLY,size); in skc_extent_phw1g_tdrNs_alloc() 316 extent->hrw = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,size); // WRITE-ONCE in skc_extent_phrwg_tdrNs_alloc() 406 extent->hrw = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,size); // WRITE-ONCE in skc_extent_phrwg_thr1s_alloc()
|
D | cq_pool_cl.c | 111 pool->cq = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE, in skc_cq_pool_create() 165 …pool->cq = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,pool->size * sizeof(*p… in skc_cq_pool_expand()
|
D | path_builder_cl_12.c | 1270 …(*path_builder) = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,sizeof(… in skc_path_builder_cl_12_create() 1292 …struct skc_path_builder_impl * const impl = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ… in skc_path_builder_cl_12_create() 1328 impl->blocks.subbufs = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE, in skc_path_builder_cl_12_create() 1339 impl->cmds.subbufs = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE, in skc_path_builder_cl_12_create() 1344 impl->release.records = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE, in skc_path_builder_cl_12_create() 1349 impl->release.paths = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE, in skc_path_builder_cl_12_create() 1429 …impl->wip.head = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,config->bloc… in skc_path_builder_cl_12_create() 1430 …impl->wip.node = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,config->bloc… in skc_path_builder_cl_12_create()
|
D | handle_pool_cl_12.c | 125 …handle_pool->handle.indices = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,handl… in skc_handle_pool_create() 126 …handle_pool->handle.refcnts = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,handl… in skc_handle_pool_create() 127 …handle_pool->block.indices = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,block… in skc_handle_pool_create() 128 …handle_pool->recs = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,recs_… in skc_handle_pool_create()
|
D | styling_cl_12.c | 288 …struct skc_styling_impl * const impl = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_W… in skc_styling_cl_12_create() 291 …(*styling) = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,sizeof(**stylin… in skc_styling_cl_12_create()
|
D | surface_cl_12.c | 408 (*surface) = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,sizeof(**surface)); in skc_surface_cl_12_create() 411 …struct skc_surface_impl * const impl = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRIT… in skc_surface_cl_12_create()
|
D | composition_cl_12.c | 766 …struct skc_composition_impl * const impl = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_… in skc_composition_cl_12_create() 769 …(*composition) = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,sizeof(**… in skc_composition_cl_12_create()
|
D | raster_builder_cl_12.c | 1251 …(*raster_builder) = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,sizeof(**raster_b… in skc_raster_builder_cl_12_create() 1260 …struct skc_raster_builder_impl * const impl = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_RE… in skc_raster_builder_cl_12_create()
|