Home
last modified time | relevance | path

Searched refs:skc_runtime_host_perm_alloc (Results 1 – 25 of 28) sorted by relevance

12

/external/skqp/src/compute/skc/
Dscheduler.cpp134 skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,sizeof(*scheduler)); in skc_scheduler_create()
141skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,(sizeof(*scheduler->extent) * size)); in skc_scheduler_create()
144skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,sizeof(*scheduler->available.indices)… in skc_scheduler_create()
149skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,sizeof(*scheduler->available.indices)… in skc_scheduler_create()
Dallocator_host.c36 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()
Druntime.h22 skc_runtime_host_perm_alloc(struct skc_runtime * const runtime,
Dsuballocator.c67 …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()
Dgrid.c222 …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/
Dscheduler.cpp134 skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,sizeof(*scheduler)); in skc_scheduler_create()
141skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,(sizeof(*scheduler->extent) * size)); in skc_scheduler_create()
144skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,sizeof(*scheduler->available.indices)… in skc_scheduler_create()
149skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,sizeof(*scheduler->available.indices)… in skc_scheduler_create()
Dallocator_host.c36 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()
Druntime.h22 skc_runtime_host_perm_alloc(struct skc_runtime * const runtime,
Dsuballocator.c67 …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()
Dgrid.c222 …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/
Dextent_cl_12.c28 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()
Dcq_pool_cl.c111 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()
Dpath_builder_cl_12.c1270 …(*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()
Dhandle_pool_cl_12.c125 …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()
Dstyling_cl_12.c288 …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()
Dsurface_cl_12.c408 (*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()
Dcomposition_cl_12.c766 …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/
Dextent_cl_12.c28 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()
Dcq_pool_cl.c111 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()
Dpath_builder_cl_12.c1270 …(*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()
Dhandle_pool_cl_12.c125 …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()
Dstyling_cl_12.c288 …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()
Dsurface_cl_12.c408 (*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()
Dcomposition_cl_12.c766 …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()
Draster_builder_cl_12.c1251 …(*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()

12