Searched refs:path_ids (Results 1 – 5 of 5) sorted by relevance
/external/skqp/src/compute/skc/platforms/cl_12/ |
D | raster_builder_cl_12.c | 167 struct skc_extent_phrwg_thr1s path_ids; // read/write by host member 199 struct skc_extent_phrwg_thr1s_snap path_ids; // read/write by host member 304 skc_extent_phrwg_thr1s_free(runtime,&impl->path_ids); in skc_raster_builder_pfn_release() 403 skc_extent_phrwg_thr1s_snap_alloc(runtime,&impl->path_ids,&cohort->path_ids); in skc_raster_builder_cohort_grid_pfn_dispose() 406 skc_raster_builder_paths_release(runtime,&cohort->path_ids); in skc_raster_builder_cohort_grid_pfn_dispose() 409 skc_extent_phrwg_thr1s_snap_free(runtime,&cohort->path_ids); in skc_raster_builder_cohort_grid_pfn_dispose() 1105 skc_extent_phrwg_thr1s_snap_init(runtime,&raster_builder->path_ids .ring,&cohort->path_ids); in skc_raster_builder_cohort_grid_pfn_waiting() 1273 …_extent_phrwg_thr1s_alloc(runtime,&impl->path_ids ,sizeof(skc_path_t ) * config->raster_c… in skc_raster_builder_cl_12_create() 1291 (*raster_builder)->path_ids .extent = impl->path_ids.hrw; in skc_raster_builder_cl_12_create() 1305 skc_extent_ring_init(&(*raster_builder)->path_ids.ring, in skc_raster_builder_cl_12_create() [all …]
|
D | config_cl.h | 97 } path_ids; member
|
/external/skqp/src/compute/skc/ |
D | raster_builder.c | 125 …SKC_CONTEXT_WAIT_WHILE(raster_builder->context,skc_extent_ring_is_full(&raster_builder->path_ids.r… in skc_raster_builder_path_ids_append() 129 …raster_builder->path_ids.extent[skc_extent_ring_wip_index_inc(&raster_builder->path_ids.ring)] = p… in skc_raster_builder_path_ids_append() 131 return skc_extent_ring_wip_is_full(&raster_builder->path_ids.ring); in skc_raster_builder_path_ids_append() 224 skc_extent_ring_checkpoint(&raster_builder->path_ids .ring); in skc_raster_builder_checkpoint()
|
D | raster_builder.h | 50 } path_ids; member
|
/external/skqp/src/compute/skc/platforms/cl_12/kernels/devices/gen9/ |
D | device_cl_12.c | 178 .path_ids = {
|