/external/skqp/src/compute/skc/platforms/cl_12/ |
D | runtime_cl_12.c | 36 skc_block_pool_create(struct skc_runtime * const runtime, cl_command_queue cq) in skc_block_pool_create() argument 39 runtime->block_pool.size = &runtime->config->block_pool; in skc_block_pool_create() 42 skc_extent_pdrw_alloc(runtime, in skc_block_pool_create() 43 &runtime->block_pool.blocks, in skc_block_pool_create() 44 runtime->block_pool.size->pool_size * in skc_block_pool_create() 45 runtime->config->block.bytes); in skc_block_pool_create() 48 skc_extent_pdrw_alloc(runtime, in skc_block_pool_create() 49 &runtime->block_pool.ids, in skc_block_pool_create() 50 runtime->block_pool.size->ring_pow2 * sizeof(skc_uint)); in skc_block_pool_create() 53 skc_extent_phr_pdrw_alloc(runtime, in skc_block_pool_create() [all …]
|
D | handle_pool_cl_12.c | 72 skc_handle_reclaim_create(struct skc_runtime * const runtime, in skc_handle_reclaim_create() argument 83 reclaim->kernel = skc_device_acquire_kernel(runtime->device,kernel_id); in skc_handle_reclaim_create() 87 cl(SetKernelArg(reclaim->kernel,0,SKC_CL_ARG(runtime->block_pool.ids.drw))); in skc_handle_reclaim_create() 88 cl(SetKernelArg(reclaim->kernel,1,SKC_CL_ARG(runtime->block_pool.blocks.drw))); in skc_handle_reclaim_create() 89 cl(SetKernelArg(reclaim->kernel,2,SKC_CL_ARG(runtime->block_pool.atomics.drw))); in skc_handle_reclaim_create() 90 cl(SetKernelArg(reclaim->kernel,3,SKC_CL_ARG(runtime->config->block_pool.ring_mask))); in skc_handle_reclaim_create() 91 cl(SetKernelArg(reclaim->kernel,4,SKC_CL_ARG(runtime->handle_pool.map.drw))); in skc_handle_reclaim_create() 96 skc_handle_reclaim_dispose(struct skc_runtime * const runtime, in skc_handle_reclaim_dispose() argument 99 struct skc_handle_reclaim * const reclaim = runtime->handle_pool.reclaim + reclaim_type; in skc_handle_reclaim_dispose() 111 skc_handle_pool_create(struct skc_runtime * const runtime, in skc_handle_pool_create() argument [all …]
|
D | raster_builder_cl_12.c | 162 struct skc_runtime * runtime; member 298 struct skc_runtime * const runtime = impl->runtime; in skc_raster_builder_pfn_release() local 301 skc_runtime_host_perm_free(runtime,impl->raster_builder); in skc_raster_builder_pfn_release() 304 skc_extent_phrwg_thr1s_free(runtime,&impl->path_ids); in skc_raster_builder_pfn_release() 305 skc_extent_phw1g_tdrNs_free(runtime,&impl->transforms); in skc_raster_builder_pfn_release() 306 skc_extent_phw1g_tdrNs_free(runtime,&impl->clips); in skc_raster_builder_pfn_release() 307 skc_extent_phw1g_tdrNs_free(runtime,&impl->fill_cmds); in skc_raster_builder_pfn_release() 308 skc_extent_phrwg_tdrNs_free(runtime,&impl->raster_ids); in skc_raster_builder_pfn_release() 325 skc_runtime_host_perm_free(runtime,impl); in skc_raster_builder_pfn_release() 334 skc_raster_builder_rasters_release(struct skc_runtime * const runtime, in skc_raster_builder_rasters_release() argument [all …]
|
D | extent_cl_12.c | 24 skc_extent_phrw_alloc(struct skc_runtime * const runtime, in skc_extent_phrw_alloc() argument 28 extent->hrw = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,size); in skc_extent_phrw_alloc() 32 skc_extent_phrw_free(struct skc_runtime * const runtime, in skc_extent_phrw_free() argument 35 skc_runtime_host_perm_free(runtime,extent->hrw); in skc_extent_phrw_free() 43 skc_extent_pdrw_alloc(struct skc_runtime * const runtime, in skc_extent_pdrw_alloc() argument 47 extent->drw = skc_runtime_device_perm_alloc(runtime, in skc_extent_pdrw_alloc() 53 skc_extent_pdrw_free(struct skc_runtime * const runtime, in skc_extent_pdrw_free() argument 56 skc_runtime_device_perm_free(runtime,extent->drw); in skc_extent_pdrw_free() 64 skc_extent_tdrw_alloc(struct skc_runtime * const runtime, in skc_extent_tdrw_alloc() argument 69 extent->drw = skc_runtime_device_temp_alloc(runtime, in skc_extent_tdrw_alloc() [all …]
|
D | allocator_device_cl.c | 22 skc_runtime_device_perm_alloc(struct skc_runtime * const runtime, in skc_runtime_device_perm_alloc() argument 28 cl_mem mem = clCreateBuffer(runtime->cl.context, in skc_runtime_device_perm_alloc() 37 skc_runtime_device_perm_free(struct skc_runtime * const runtime, in skc_runtime_device_perm_free() argument 48 skc_runtime_device_temp_alloc(struct skc_runtime * const runtime, in skc_runtime_device_temp_alloc() argument 66 br.origin = skc_suballocator_subbuf_alloc(&runtime->allocator.device.temp.suballocator, in skc_runtime_device_temp_alloc() 67 runtime->scheduler, in skc_runtime_device_temp_alloc() 75 cl_mem mem = clCreateSubBuffer(runtime->allocator.device.temp.extent, in skc_runtime_device_temp_alloc() 86 skc_runtime_device_temp_free(struct skc_runtime * const runtime, 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() 103 skc_allocator_device_create(struct skc_runtime * const runtime) in skc_allocator_device_create() argument [all …]
|
D | extent_cl_12.h | 49 skc_extent_phrw_alloc(struct skc_runtime * const runtime, 54 skc_extent_phrw_free(struct skc_runtime * const runtime, 67 skc_extent_pdrw_alloc(struct skc_runtime * const runtime, 72 skc_extent_pdrw_free(struct skc_runtime * const runtime, 87 skc_extent_tdrw_alloc(struct skc_runtime * const runtime, 92 skc_extent_tdrw_free(struct skc_runtime * const runtime, 112 skc_extent_phr_pdrw_alloc(struct skc_runtime * const runtime, 117 skc_extent_phr_pdrw_free(struct skc_runtime * const runtime, 148 skc_extent_thr_tdrw_alloc(struct skc_runtime * const runtime, 153 skc_extent_thr_tdrw_free(struct skc_runtime * const runtime, [all …]
|
D | composition_cl_12.c | 142 struct skc_runtime * const runtime = impl->runtime; in skc_composition_pfn_release() local 145 skc_runtime_host_perm_free(runtime,impl->composition); in skc_composition_pfn_release() 148 skc_runtime_release_cq_in_order(runtime,impl->cq); in skc_composition_pfn_release() 155 skc_extent_phw1g_tdrNs_free(runtime,&impl->cmds.extent); in skc_composition_pfn_release() 156 skc_extent_phrw_free (runtime,&impl->saved.extent); in skc_composition_pfn_release() 157 skc_extent_phr_pdrw_free (runtime,&impl->atomics); in skc_composition_pfn_release() 159 skc_extent_pdrw_free (runtime,&impl->keys); in skc_composition_pfn_release() 160 skc_extent_pdrw_free (runtime,&impl->offsets); in skc_composition_pfn_release() 163 skc_runtime_host_perm_free(runtime,impl); in skc_composition_pfn_release() 176 struct skc_runtime * const runtime = impl->runtime; in skc_composition_place_grid_pfn_dispose() local [all …]
|
D | styling_cl_12.c | 48 struct skc_scheduler * const scheduler = impl->runtime->scheduler; in skc_styling_unmap_cb() 90 struct skc_runtime * const runtime = impl->runtime; in skc_styling_pfn_seal() local 91 struct skc_scheduler * const scheduler = runtime->scheduler; in skc_styling_pfn_seal() 105 impl->grid = SKC_GRID_DEPS_ATTACH(runtime->deps, in skc_styling_pfn_seal() 123 struct skc_runtime * const runtime = impl->runtime; in skc_styling_unseal_complete() local 136 SKC_SCHEDULER_SCHEDULE(impl->runtime->scheduler,skc_styling_unseal_complete,impl); in skc_styling_unseal_cb() 150 struct skc_runtime * const runtime = impl->runtime; in skc_styling_pfn_unseal() local 151 struct skc_scheduler * const scheduler = runtime->scheduler; in skc_styling_pfn_unseal() 224 struct skc_runtime * const runtime = impl->runtime; in skc_styling_pfn_release() local 225 struct skc_scheduler * const scheduler = runtime->scheduler; in skc_styling_pfn_release() [all …]
|
D | cq_pool_cl.c | 47 skc_runtime_cl_12_create_cq(struct skc_runtime * const runtime, in skc_runtime_cl_12_create_cq() argument 59 cq = clCreateCommandQueue(runtime->cl.context, in skc_runtime_cl_12_create_cq() 60 runtime->cl.device_id, in skc_runtime_cl_12_create_cq() 101 skc_cq_pool_create(struct skc_runtime * const runtime, in skc_cq_pool_create() argument 111 pool->cq = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE, in skc_cq_pool_create() 114 pool->cq[ii] = skc_runtime_cl_12_create_cq(runtime,pool); in skc_cq_pool_create() 124 skc_cq_pool_dispose(struct skc_runtime * const runtime, in skc_cq_pool_dispose() argument 131 skc_runtime_host_perm_free(runtime,pool->cq); in skc_cq_pool_dispose() 152 skc_cq_pool_expand(struct skc_runtime * const runtime, in skc_cq_pool_expand() argument 161 skc_runtime_host_perm_free(runtime,pool->cq); in skc_cq_pool_expand() [all …]
|
D | runtime_cl_12.h | 83 skc_runtime_path_host_retain(struct skc_runtime * const runtime, 88 skc_runtime_raster_host_retain(struct skc_runtime * const runtime, 94 skc_runtime_path_host_release(struct skc_runtime * const runtime, 99 skc_runtime_raster_host_release(struct skc_runtime * const runtime, 105 skc_runtime_path_host_flush(struct skc_runtime * const runtime, 110 skc_runtime_raster_host_flush(struct skc_runtime * const runtime, 121 skc_runtime_handle_device_acquire(struct skc_runtime * const runtime); 124 skc_runtime_handle_device_validate_retain(struct skc_runtime * const runtime, 130 skc_runtime_handle_device_retain(struct skc_runtime * const runtime, 135 skc_runtime_path_device_release(struct skc_runtime * const runtime, [all …]
|
/external/antlr/runtime/JavaScript/build/ |
D | antlr3.properties | 10 org/antlr/runtime/RecognizerSharedState.js,\ 11 org/antlr/runtime/IndexOutOfBoundsExceptions.js,\ 12 org/antlr/runtime/RecognitionException.js,\ 13 org/antlr/runtime/MismatchedTokenException.js,\ 14 org/antlr/runtime/UnwantedTokenException.js,\ 15 org/antlr/runtime/MissingTokenException.js,\ 16 org/antlr/runtime/NoViableAltException.js,\ 17 org/antlr/runtime/EarlyExitException.js,\ 18 org/antlr/runtime/MismatchedSetException.js,\ 19 org/antlr/runtime/MismatchedNotSetException.js,\ [all …]
|
/external/XNNPACK/src/ |
D | runtime.c | 34 struct xnn_runtime* runtime = NULL; in xnn_create_runtime_v2() local 44 runtime = xnn_allocate_zero_memory(sizeof(struct xnn_runtime)); in xnn_create_runtime_v2() 45 if (runtime == NULL) { in xnn_create_runtime_v2() 50 runtime->ops = xnn_allocate_zero_memory(sizeof(struct xnn_operator_data) * subgraph->num_nodes); in xnn_create_runtime_v2() 51 if (runtime->ops == NULL) { in xnn_create_runtime_v2() 56 runtime->num_ops = subgraph->num_nodes; in xnn_create_runtime_v2() 67 &runtime->ops[i].op); in xnn_create_runtime_v2() 71 runtime->ops[i].shape1.num_dims = values[node->inputs.raw[0]].shape.num_dims; in xnn_create_runtime_v2() 72 runtime->ops[i].shape2.num_dims = values[node->inputs.raw[1]].shape.num_dims; in xnn_create_runtime_v2() 73 …memcpy(runtime->ops[i].shape1.dim, values[node->inputs.raw[0]].shape.dim, values[node->inputs.raw[… in xnn_create_runtime_v2() [all …]
|
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
D | Utils.java | 43 import org.jruby.runtime.Block; 44 import org.jruby.runtime.ThreadContext; 45 import org.jruby.runtime.builtin.IRubyObject; 64 return context.runtime.newSymbol(typeName.replace("TYPE_", "").toLowerCase()); in fieldTypeToRuby() 69 Ruby runtime = context.runtime; in checkType() local 77 throw runtime.newTypeError("Expected number type for integral field."); in checkType() 90 num2ulong(context.runtime, value); in checkType() 97 throw runtime.newTypeError("Expected number type for float field."); in checkType() 101 throw runtime.newTypeError("Expected number type for double field."); in checkType() 105 throw runtime.newTypeError("Invalid argument for boolean field."); in checkType() [all …]
|
D | RubyMessageBuilderContext.java | 39 import org.jruby.runtime.Binding; 40 import org.jruby.runtime.Block; 41 import org.jruby.runtime.ObjectAllocator; 42 import org.jruby.runtime.ThreadContext; 43 import org.jruby.runtime.builtin.IRubyObject; 47 public static void createRubyMessageBuilderContext(Ruby runtime) { in createRubyMessageBuilderContext() argument 48 RubyModule protobuf = runtime.getClassFromPath("Google::Protobuf"); in createRubyMessageBuilderContext() 49 …ssageBuilderContext = protobuf.defineClassUnder("MessageBuilderContext", runtime.getObject(), new … in createRubyMessageBuilderContext() 51 public IRubyObject allocate(Ruby runtime, RubyClass klazz) { in createRubyMessageBuilderContext() 52 return new RubyMessageBuilderContext(runtime, klazz); in createRubyMessageBuilderContext() [all …]
|
D | RubyEnumDescriptor.java | 44 import org.jruby.runtime.Block; 45 import org.jruby.runtime.ObjectAllocator; 46 import org.jruby.runtime.ThreadContext; 47 import org.jruby.runtime.builtin.IRubyObject; 51 public static void createRubyEnumDescriptor(Ruby runtime) { in createRubyEnumDescriptor() argument 52 RubyModule mProtobuf = runtime.getClassFromPath("Google::Protobuf"); in createRubyEnumDescriptor() 53 …RubyClass cEnumDescriptor = mProtobuf.defineClassUnder("EnumDescriptor", runtime.getObject(), new … in createRubyEnumDescriptor() 55 public IRubyObject allocate(Ruby runtime, RubyClass klazz) { in createRubyEnumDescriptor() 56 return new RubyEnumDescriptor(runtime, klazz); in createRubyEnumDescriptor() 59 cEnumDescriptor.includeModule(runtime.getEnumerable()); in createRubyEnumDescriptor() [all …]
|
D | RubyDescriptor.java | 40 import org.jruby.runtime.Block; 41 import org.jruby.runtime.ObjectAllocator; 42 import org.jruby.runtime.ThreadContext; 43 import org.jruby.runtime.builtin.IRubyObject; 51 public static void createRubyDescriptor(Ruby runtime) { in createRubyDescriptor() argument 52 RubyModule protobuf = runtime.getClassFromPath("Google::Protobuf"); in createRubyDescriptor() 53 …RubyClass cDescriptor = protobuf.defineClassUnder("Descriptor", runtime.getObject(), new ObjectAll… in createRubyDescriptor() 55 public IRubyObject allocate(Ruby runtime, RubyClass klazz) { in createRubyDescriptor() 56 return new RubyDescriptor(runtime, klazz); in createRubyDescriptor() 59 cDescriptor.includeModule(runtime.getEnumerable()); in createRubyDescriptor() [all …]
|
/external/skqp/src/compute/skc/ |
D | allocator_host.c | 36 skc_runtime_host_perm_alloc(struct skc_runtime * const runtime, in skc_runtime_host_perm_alloc() argument 45 skc_runtime_host_perm_free(struct skc_runtime * const runtime, in skc_runtime_host_perm_free() argument 56 skc_runtime_host_temp_alloc(struct skc_runtime * const runtime, in skc_runtime_host_temp_alloc() argument 72 return runtime->allocator.host.temp.extent + in skc_runtime_host_temp_alloc() 73 skc_suballocator_subbuf_alloc(&runtime->allocator.host.temp.suballocator, in skc_runtime_host_temp_alloc() 74 runtime->scheduler, in skc_runtime_host_temp_alloc() 80 skc_runtime_host_temp_free(struct skc_runtime * const runtime, 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() 95 skc_allocator_host_create(struct skc_runtime * const runtime) in skc_allocator_host_create() argument 97 skc_suballocator_create(runtime, in skc_allocator_host_create() [all …]
|
/external/angle/third_party/glslang/src/Test/baseResults/ |
D | runtimeArray.vert.out | 44 0:46 a: direct index for structure (layout( column_major shared) uniform runtime-sized array… 45 …k{layout( column_major shared) uniform runtime-sized array of int a, layout( column_major shared) … 51 0:47 b: direct index for structure (layout( column_major shared) uniform runtime-sized array… 52 …k{layout( column_major shared) uniform runtime-sized array of int a, layout( column_major shared) … 58 0:48 a: direct index for structure (layout( column_major shared) buffer runtime-sized array … 59 …ock{layout( column_major shared) buffer runtime-sized array of int a, layout( column_major shared)… 65 0:49 b: direct index for structure (layout( column_major shared) buffer runtime-sized array … 66 …ock{layout( column_major shared) buffer runtime-sized array of int a, layout( column_major shared)… 72 0:51 a: direct index for structure (layout( column_major shared) uniform runtime-sized array… 73 …k{layout( column_major shared) uniform runtime-sized array of int a, layout( column_major shared) … [all …]
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | runtimeArray.vert.out | 44 0:46 a: direct index for structure (layout( column_major shared) uniform runtime-sized array… 45 …k{layout( column_major shared) uniform runtime-sized array of int a, layout( column_major shared) … 51 0:47 b: direct index for structure (layout( column_major shared) uniform runtime-sized array… 52 …k{layout( column_major shared) uniform runtime-sized array of int a, layout( column_major shared) … 58 0:48 a: direct index for structure (layout( column_major shared) buffer runtime-sized array … 59 …ock{layout( column_major shared) buffer runtime-sized array of int a, layout( column_major shared)… 65 0:49 b: direct index for structure (layout( column_major shared) buffer runtime-sized array … 66 …ock{layout( column_major shared) buffer runtime-sized array of int a, layout( column_major shared)… 72 0:51 a: direct index for structure (layout( column_major shared) uniform runtime-sized array… 73 …k{layout( column_major shared) uniform runtime-sized array of int a, layout( column_major shared) … [all …]
|
/external/python/cpython3/Python/ |
D | pystate.c | 42 static void _PyThreadState_Delete(_PyRuntimeState *runtime, PyThreadState *tstate); 46 _PyRuntimeState_Init_impl(_PyRuntimeState *runtime) in _PyRuntimeState_Init_impl() argument 51 void *open_code_hook = runtime->open_code_hook; in _PyRuntimeState_Init_impl() 52 void *open_code_userdata = runtime->open_code_userdata; in _PyRuntimeState_Init_impl() 53 _Py_AuditHookEntry *audit_hook_head = runtime->audit_hook_head; in _PyRuntimeState_Init_impl() 55 memset(runtime, 0, sizeof(*runtime)); in _PyRuntimeState_Init_impl() 57 runtime->open_code_hook = open_code_hook; in _PyRuntimeState_Init_impl() 58 runtime->open_code_userdata = open_code_userdata; in _PyRuntimeState_Init_impl() 59 runtime->audit_hook_head = audit_hook_head; in _PyRuntimeState_Init_impl() 61 _PyGC_Initialize(&runtime->gc); in _PyRuntimeState_Init_impl() [all …]
|
/external/vixl/ |
D | CPPLINT.cfg | 20 filter=+runtime/arrays 21 filter=+runtime/casting 22 filter=+runtime/deprecated_fn 23 filter=+runtime/explicit 24 filter=+runtime/int 25 filter=+runtime/memset 26 filter=+runtime/mutex 27 filter=+runtime/nonconf 28 filter=+runtime/printf 29 filter=+runtime/printf_format [all …]
|
/external/pdfium/fxjs/xfa/ |
D | cjx_layoutpseudomodel.cpp | 81 CFX_V8* runtime, in HWXY() argument 88 ToNode(static_cast<CFXJSE_Engine*>(runtime)->ToXFAObject(params[0])); in HWXY() 94 WideString tmp_unit = runtime->ToWideString(params[1]); in HWXY() 98 int32_t iIndex = params.size() >= 3 ? runtime->ToInt32(params[2]) : 0; in HWXY() 111 return CJS_Result::Success(runtime->NewNumber(0.0)); in HWXY() 136 runtime->NewNumber(FXSYS_roundf(fValue * 1000) / 1000.0f)); in HWXY() 140 CFX_V8* runtime, in h() argument 142 return HWXY(runtime, params, XFA_LAYOUTMODEL_H); in h() 146 CFX_V8* runtime, in w() argument 148 return HWXY(runtime, params, XFA_LAYOUTMODEL_W); in w() [all …]
|
/external/toolchain-utils/go/patch/go-1.10.3/ |
D | go6.patch | 17 diff --git src/runtime/crash_cgo_test.go src/runtime/crash_cgo_test.go 19 --- src/runtime/crash_cgo_test.old 20 +++ src/runtime/crash_cgo_test.go 26 - if runtime.GOOS != "linux" || (runtime.GOARCH != "amd64" && runtime.GOARCH != "ppc64le") { 27 - t.Skipf("not yet supported on %s/%s", runtime.GOOS, runtime.GOARCH) 38 - if runtime.GOOS != "linux" || (runtime.GOARCH != "amd64" && runtime.GOARCH != "ppc64le") { 39 - t.Skipf("not yet supported on %s/%s", runtime.GOOS, runtime.GOARCH) 45 diff --git src/runtime/crash_test.go src/runtime/crash_test.go 47 --- src/runtime/crash_test.go 48 +++ src/runtime/crash_test.go [all …]
|
/external/deqp/scripts/ |
D | build_android_mustpass.py | 72 runtime = "23m"), 80 runtime = "2m"), 97 runtime = "46m"), 104 runtime = "10m"), 123 runtime = "1h50m"), 130 runtime = "10m"), 137 runtime = "1m"), 143 runtime = "1m"), 149 runtime = "1m"), 155 runtime = "1m"), [all …]
|
/external/toolchain-utils/go/patch/go-1.11.2/ |
D | go6.patch | 9 - if runtime.GOARCH == "wasm" { 20 diff --git src/runtime/crash_cgo_test.go src/runtime/crash_cgo_test.go 22 --- src/runtime/crash_cgo_test.go 23 +++ src/runtime/crash_cgo_test.go 29 - switch platform := runtime.GOOS + "/" + runtime.GOARCH; platform { 45 - if runtime.GOOS != "linux" || (runtime.GOARCH != "amd64" && runtime.GOARCH != "ppc64le") { 46 - t.Skipf("not yet supported on %s/%s", runtime.GOOS, runtime.GOARCH) 52 diff --git src/runtime/crash_test.go src/runtime/crash_test.go 54 --- src/runtime/crash_test.go 55 +++ src/runtime/crash_test.go [all …]
|