Home
last modified time | relevance | path

Searched defs:new_ctx (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/gallium/drivers/iris/i915/
Diris_batch.c240 uint32_t new_ctx = iris_create_hw_context(bufmgr, protected); in clone_hw_context() local
267 int new_ctx = iris_create_engines_context(ice); in iris_i915_replace_batch() local
277 uint32_t new_ctx = clone_hw_context(batch); in iris_i915_replace_batch() local
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/
Doct.c170 BN_CTX *new_ctx = NULL; in ec_GFp_simple_oct2point() local
237 BN_CTX *new_ctx = NULL; in EC_POINT_set_compressed_coordinates_GFp() local
Dec.c356 BN_CTX *new_ctx = NULL; in EC_GROUP_new_curve_GFp() local
964 BN_CTX *new_ctx = NULL; in EC_POINT_mul() local
/external/nos/host/generic/libnos_datagram/
Dcitadel.cpp355 int fd, *new_ctx; in nos_device_open() local
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Dmontgomery.c213 BN_CTX *new_ctx = NULL; in BN_MONT_CTX_set() local
Dprime.c681 BN_CTX *new_ctx = NULL; in BN_primality_test() local
/external/igt-gpu-tools/benchmarks/
Dgem_exec_trace.c213 int new_ctx = ALIGN(t->handle, 1024); in replay() local
/external/virglrenderer/src/mesa/util/
Dralloc.c319 ralloc_steal(const void *new_ctx, void *ptr) in ralloc_steal()
335 ralloc_adopt(const void *new_ctx, void *old_ctx) in ralloc_adopt()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dparallel_interleave_dataset_op.cc580 std::shared_ptr<IteratorContext> new_ctx(new IteratorContext(*ctx)); in RestoreInternal() local
699 std::shared_ptr<IteratorContext> new_ctx(new IteratorContext(*ctx)); in EnsureWorkerThreadsStarted() local
Ddata_service_dataset_op.cc615 auto new_ctx = std::make_shared<IteratorContext>(*ctx); in EnsureThreadsStarted() local
/external/ComputeLibrary/tests/framework/
DFramework.cpp575 … cl::Context new_ctx = cl::Context(CL_DEVICE_TYPE_DEFAULT, ctx_properties.data()); in run() local
/external/igt-gpu-tools/assembler/
Dralloc.c244 ralloc_steal(const void *new_ctx, void *ptr) in ralloc_steal()
/external/mesa3d/src/gallium/drivers/crocus/
Dcrocus_batch.c776 uint32_t new_ctx = crocus_clone_hw_context(bufmgr, batch->hw_ctx_id); in replace_hw_ctx() local
Dcrocus_bufmgr.c1576 uint32_t new_ctx = crocus_create_hw_context(bufmgr); in crocus_clone_hw_context() local
/external/tensorflow/tensorflow/core/kernels/data/
Dprefetch_dataset_op.cc445 std::shared_ptr<IteratorContext> new_ctx = in EnsurePrefetchThreadStarted() local
/external/mesa3d/src/util/
Dralloc.c330 ralloc_steal(const void *new_ctx, void *ptr) in ralloc_steal()
346 ralloc_adopt(const void *new_ctx, void *old_ctx) in ralloc_adopt()
/external/mesa3d/src/compiler/glsl/
Dir.cpp2192 steal_memory(ir_instruction *ir, void *new_ctx) in steal_memory()
/external/bcc/src/cc/frontends/clang/
Db_frontend_action.cc780 string new_ctx = "__" + arg->getName().str(); in genParamIndirectAssign() local