Home
last modified time | relevance | path

Searched refs:bind (Results 276 - 300 of 2549) sorted by relevance

1...<<11121314151617181920>>...102

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
H A DControlFlow.cpp29 __ bind(&ShouldBeTaken); \ in TEST_F()
165 __ bind(&BackwardJmp); \ in TEST_F()
177 __ bind(&ForwardJmp); \ in TEST_F()
189 __ bind(&Done); \ in TEST_F()
219 __ bind(&Done); \ in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
H A DControlFlow.cpp30 __ bind(&ShouldBeTaken); \ in TEST_F()
221 __ bind(&BackwardJmp); \ in TEST_F()
233 __ bind(&ForwardJmp); \ in TEST_F()
245 __ bind(&Done); \ in TEST_F()
275 __ bind(&Done); \ in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DMIPatternMatch.h118 static bool bind(const MachineRegisterInfo &MRI, BindTy &VR, BindTy &V) { in bind() function
125 static bool bind(const MachineRegisterInfo &MRI, MachineInstr *&MI, in bind() function
135 static bool bind(const MachineRegisterInfo &MRI, LLT &Ty, unsigned Reg) { in bind() function
144 static bool bind(const MachineRegisterInfo &MRI, const ConstantFP *&F, in bind() function
159 return bind_helper<Class>::bind(MRI, VR, V); in match()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_c.cpp976 HLSLResourceBinding bind; in spvc_compiler_hlsl_add_resource_binding() local
977 bind.binding = binding->binding; in spvc_compiler_hlsl_add_resource_binding()
978 bind.desc_set = binding->desc_set; in spvc_compiler_hlsl_add_resource_binding()
979 bind.stage = static_cast<spv::ExecutionModel>(binding->stage); in spvc_compiler_hlsl_add_resource_binding()
980 bind.cbv.register_binding = binding->cbv.register_binding; in spvc_compiler_hlsl_add_resource_binding()
981 bind.cbv.register_space = binding->cbv.register_space; in spvc_compiler_hlsl_add_resource_binding()
982 bind.uav.register_binding = binding->uav.register_binding; in spvc_compiler_hlsl_add_resource_binding()
983 bind.uav.register_space = binding->uav.register_space; in spvc_compiler_hlsl_add_resource_binding()
984 bind.srv.register_binding = binding->srv.register_binding; in spvc_compiler_hlsl_add_resource_binding()
985 bind in spvc_compiler_hlsl_add_resource_binding()
1184 MSLResourceBinding bind; spvc_compiler_msl_add_resource_binding() local
[all...]
/third_party/node/deps/v8/src/wasm/baseline/loong64/
H A Dliftoff-assembler-loong64.h275 bind(&continuation); in PatchPrepareStackFrame()
412 bind(&write_barrier); in StoreTaggedPointer()
419 bind(&exit); in StoreTaggedPointer()
588 bind(&binop); \
646 bind(&binop); \
702 bind(&exchange); \
755 bind(&compareExchange); \
761 bind(&exit); \
774 bind(&compareExchange); \
782 bind(
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_buffer_common.c147 if (res->b.b.bind & (PIPE_BIND_SHARED | PIPE_BIND_SCANOUT)) in r600_init_resource_fields()
255 rdst->b.b.bind = rsrc->b.b.bind; in r600_replace_buffer_storage()
601 buffer.bind = 0; in r600_aligned_buffer_create()
620 if ((templ->bind & PIPE_BIND_GLOBAL) && in r600_buffer_from_user_memory()
621 (templ->bind & PIPE_BIND_COMPUTE_RESOURCE)) { in r600_buffer_from_user_memory()
/third_party/node/deps/v8/src/builtins/arm64/
H A Dbuiltins-arm64.cc386 __ bind(&check_receiver); in Generate_JSConstructStubGeneric()
567 __ bind(&is_baseline); in Generate_ResumeGeneratorTrampoline()
610 __ bind(&stack_overflow); in Generate_ResumeGeneratorTrampoline()
1056 __ bind(&no_match); in TailCallRuntimeIfStateEquals()
1109 __ bind(&heal_optimized_code_slot); in TailCallOptimizedCodeSlot()
1204 __ bind(&not_jump_loop); in AdvanceBytecodeOffsetOrReturn()
1242 __ bind(&maybe_has_optimized_code); in MaybeOptimizeCodeOrTailCallOptimizedCodeSlot()
1371 __ bind(&has_optimized_code_or_state); in Generate_BaselineOutOfLinePrologue()
1381 __ bind(&call_stack_guard); in Generate_BaselineOutOfLinePrologue()
1459 __ bind( in Generate_InterpreterEntryTrampoline()
[all...]
/third_party/mesa3d/src/gallium/winsys/virgl/common/
H A Dvirgl_resource_cache.c28 * data of the specified size, bind and format.
34 return (entry->params.bind == params.bind && in virgl_resource_cache_entry_is_compatible()
/third_party/mesa3d/src/gallium/winsys/virgl/vtest/
H A Dvirgl_vtest_winsys.h71 uint32_t bind; member
114 uint32_t bind,
/third_party/node/test/parallel/
H A Dtest-http-autoselectfamily.js56 socket.bind(0, () => {
60 cb({ dnsServer: socket, lookup: _lookup.bind(null, resolver) });
H A Dtest-net-autoselectfamily-commandline-option.js57 socket.bind(0, () => {
61 cb({ dnsServer: socket, lookup: _lookup.bind(null, resolver) });
H A Dtest-net-autoselectfamily-ipv4first.js54 socket.bind(0, () => {
58 cb({ dnsServer: socket, lookup: _lookup.bind(null, resolver) });
/third_party/node/test/async-hooks/
H A Dtest-pipeconnectwrap.js22 process.nextTick(maybeOnconnect.bind(null, 'server'));
32 common.mustCall(maybeOnconnect.bind(null, 'client')));
/third_party/node/test/fixtures/
H A Dguess-hash-seed.js112 Math.min(...run_repeated(10000, time_set_lookup.bind(null, tester_set,
115 Math.min(...run_repeated(10000, time_set_lookup.bind(null, tester_set,
/third_party/musl/libc-test/src/functional/
H A Dsocket.c21 TESTE(bind(s, (void *)&sa, sizeof sa)==0); in main()
40 TESTE(bind(s, (void *)&sa, sizeof sa)==0); in main()
/third_party/python/Lib/idlelib/idle_test/
H A Dhtest.py438 root.bind('<Key-Return>', run_test)
439 root.bind('<Key-Escape>', close)
/third_party/python/Lib/idlelib/
H A Dhistory.py15 '''Initialize data attributes and bind event methods.
28 text.bind("<<history-previous>>", self.history_prev)
29 text.bind("<<history-next>>", self.history_next)
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DObserver.h145 void bind(Subject *subject);
147 ANGLE_INLINE void reset() { bind(nullptr); } in reset()
/third_party/node/deps/v8/src/wasm/baseline/ppc/
H A Dliftoff-assembler-ppc.h202 bind(&continuation); in PatchPrepareStackFrame()
331 bind(&write_barrier); in StoreTaggedPointer()
346 bind(&exit); in StoreTaggedPointer()
1065 bind(&loop); in FillStackSlotsWithZero()
1290 bind(&cont); in emit_i32_divs()
1315 bind(&cont); in emit_i32_rems()
1320 bind(&trap_div_unrepresentable); in emit_i32_rems()
1322 bind(&done); in emit_i32_rems()
1348 bind(&cont); in emit_i64_divs()
1382 bind( in emit_i64_rems()
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dsurface9.c111 This->base.info.bind = PIPE_BIND_SAMPLER_VIEW; /* StretchRect */ in NineSurface9_ctor()
114 This->base.info.bind |= PIPE_BIND_RENDER_TARGET; in NineSurface9_ctor()
118 This->base.info.bind = d3d9_get_pipe_depth_format_bindings(pDesc->Format); in NineSurface9_ctor()
120 This->base.info.bind |= PIPE_BIND_SAMPLER_VIEW; in NineSurface9_ctor()
128 This->base.info.bind, in NineSurface9_ctor()
148 This->base.info.bind, in NineSurface9_ctor()
270 resource->target, 0, 0, resource->bind)) in NineSurface9_CreatePipeSurfaces()
521 bool no_refs = !p_atomic_read(&This->base.base.bind) && in NineSurface9_LockRect()
522 !(This->base.base.container && p_atomic_read(&This->base.base.container->bind)); in NineSurface9_LockRect()
718 * bind refcoun in NineSurface9_CopyMemToDefault()
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_resource.c196 if (templat->bind & (PIPE_BIND_LINEAR | PIPE_BIND_SCANOUT)) in _lima_resource_create_with_modifiers()
200 if (!has_user_modifiers && (templat->bind & PIPE_BIND_SHARED)) in _lima_resource_create_with_modifiers()
209 if (templat->bind & (PIPE_BIND_INDEX_BUFFER | in _lima_resource_create_with_modifiers()
221 if (screen->ro && (templat->bind & PIPE_BIND_SCANOUT)) in _lima_resource_create_with_modifiers()
230 if (templat->bind & PIPE_BIND_INDEX_BUFFER) in _lima_resource_create_with_modifiers()
234 "bind=%x usage=%d tile=%d last_level=%d\n", __func__, in _lima_resource_create_with_modifiers()
236 pres->target, pres->bind, pres->usage, should_tile, templat->last_level); in _lima_resource_create_with_modifiers()
264 tmpl.bind |= PIPE_BIND_SCANOUT; in lima_resource_create_with_modifiers()
295 if (templat->bind & (PIPE_BIND_SAMPLER_VIEW | in lima_resource_from_handle()
349 (pres->bind in lima_resource_from_handle()
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_resource.c85 enum pipe_format pfmt, unsigned bind, in modifier_is_supported()
94 if (devinfo->ver <= 8 && (bind & PIPE_BIND_SCANOUT)) in modifier_is_supported()
174 if (!modifier_is_supported(devinfo, templ->format, templ->bind, in select_best_modifier()
467 if (templ->bind & PIPE_BIND_SCANOUT) in iris_resource_alloc_flags()
479 if ((templ->bind & PIPE_BIND_SHARED) || in iris_resource_alloc_flags()
672 templ->bind & (PIPE_BIND_LINEAR | PIPE_BIND_CURSOR)) { in iris_resource_configure_main()
675 (templ->bind & (PIPE_BIND_SCANOUT | PIPE_BIND_SHARED))) { in iris_resource_configure_main()
677 } else if (templ->bind & PIPE_BIND_SCANOUT) { in iris_resource_configure_main()
691 if (templ->bind & PIPE_BIND_RENDER_TARGET) in iris_resource_configure_main()
694 if (templ->bind in iris_resource_configure_main()
84 modifier_is_supported(const struct intel_device_info *devinfo, enum pipe_format pfmt, unsigned bind, uint64_t modifier) modifier_is_supported() argument
[all...]
/third_party/node/deps/v8/src/wasm/baseline/mips64/
H A Dliftoff-assembler-mips64.h392 bind(&continuation); in PatchPrepareStackFrame()
517 bind(&write_barrier); in StoreTaggedPointer()
526 bind(&exit); in StoreTaggedPointer()
711 bind(&binop); \
727 bind(&binop); \
789 bind(&exchange); \
805 bind(&exchange); \
859 bind(&compareExchange); \
865 bind(&exit); \
878 bind(
[all...]
/third_party/node/deps/v8/src/wasm/baseline/mips/
H A Dliftoff-assembler-mips.h405 bind(&continuation); in PatchPrepareStackFrame()
539 bind(&write_barrier); in StoreTaggedPointer()
547 bind(&exit); in StoreTaggedPointer()
910 bind(&loop); in FillStackSlotsWithZero()
1121 assm->bind(&move); in Emit64BitShiftOperation()
1125 assm->bind(&done); in Emit64BitShiftOperation()
1200 bind(&high_is_zero); in emit_i64_clz()
1204 bind(&done); in emit_i64_clz()
1217 bind(&low_is_zero); in emit_i64_ctz()
1221 bind( in emit_i64_ctz()
[all...]
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_resource.c77 int bind) in virgl_can_readback_from_scanout()
80 (bind & VIRGL_BIND_SCANOUT) && in virgl_can_readback_from_scanout()
99 int bind) in virgl_can_copy_transfer_from_host()
106 virgl_can_readback_from_scanout(vs, res, bind)); in virgl_can_copy_transfer_from_host()
443 vbind = pipe_to_virgl_bind(vs, templ->bind); in virgl_resource_realloc()
646 vbind = pipe_to_virgl_bind(vs, templ->bind); in virgl_resource_create_front()
775 pipe_to_virgl_bind(vs, res->b.bind), in virgl_resource_from_handle()
75 virgl_can_readback_from_scanout(struct virgl_screen *vs, struct virgl_resource *res, int bind) virgl_can_readback_from_scanout() argument
97 virgl_can_copy_transfer_from_host(struct virgl_screen *vs, struct virgl_resource *res, int bind) virgl_can_copy_transfer_from_host() argument

Completed in 37 milliseconds

1...<<11121314151617181920>>...102