Home
last modified time | relevance | path

Searched refs:bind (Results 401 - 425 of 2370) sorted by relevance

1...<<11121314151617181920>>...95

/third_party/skia/third_party/externals/swiftshader/third_party/marl/examples/
H A Dprimes.cpp48 scheduler.bind(); in main()
/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DRoundCorners.cpp27 this->bind(abuilder, jround["r"], fRadius); in RoundCornersAdapter()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_pipe.h407 unsigned bind, i; in d3dmultisample_type_check() local
420 bind = d3d9_get_pipe_depth_format_bindings(format); in d3dmultisample_type_check()
422 bind = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET; in d3dmultisample_type_check()
428 i, bind, FALSE, FALSE) != PIPE_FORMAT_NONE) { in d3dmultisample_type_check()
/third_party/mesa3d/src/gallium/drivers/tegra/
H A Dtegra_screen.c228 if (template->bind & PIPE_BIND_SCANOUT) in tegra_screen_resource_create()
238 if (template->bind & PIPE_BIND_SCANOUT) { in tegra_screen_resource_create()
340 presource->bind & PIPE_BIND_SCANOUT) { in tegra_screen_resource_get_handle()
490 tmpl.bind |= PIPE_BIND_SCANOUT; in tegra_screen_resource_create_with_modifiers()
/third_party/node/deps/v8/src/baseline/ia32/
H A Dbaseline-assembler-ia32-inl.h96 void BaselineAssembler::Bind(Label* label) { __ bind(label); } in Bind()
97 void BaselineAssembler::BindWithoutJumpTarget(Label* label) { __ bind(label); } in BindWithoutJumpTarget()
437 __ bind(&jump_table); in Switch()
441 __ bind(&fallthrough); in Switch()
/third_party/node/deps/v8/src/baseline/x64/
H A Dbaseline-assembler-x64-inl.h98 void BaselineAssembler::Bind(Label* label) { __ bind(label); } in Bind()
99 void BaselineAssembler::BindWithoutJumpTarget(Label* label) { __ bind(label); } in BindWithoutJumpTarget()
437 __ bind(&jump_table); in Switch()
441 __ bind(&fallthrough); in Switch()
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-code-generator.cc97 __ bind(block->label()); in PreProcessBasicBlock()
352 __ bind(&deferred_code->deferred_code_label); in EmitDeferredCode()
365 __ bind(&deopt_info->deopt_entry_label); in EmitDeopts()
376 __ bind(&deopt_info->deopt_entry_label); in EmitDeopts()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateGeneralTests.cpp80 // bind states here in iterate()
89 m_pipeline.bind(*m_cmdBuffer); in iterate()
100 // bind first state in iterate()
104 // bind second state in iterate()
115 // bind first state in iterate()
119 // bind second state in iterate()
191 // bind states here in iterate()
201 m_pipeline.bind(*m_cmdBuffer); in iterate()
217 // bind first state in iterate()
236 // bind firs in iterate()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcViewportArrayTests.hpp68 void bind() const;
92 void bind();
183 void bind() const;
212 void bind();
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc826 __ bind(&do_cs); \
850 __ bind(&do_cs); \
872 __ bind(&do_cs); \
960 __ bind(&two); \
963 __ bind(&done); \
986 __ bind(&one); \
990 __ bind(&two); \
994 __ bind(&three); \
996 __ bind(&done); \
1324 __ bind( in AssembleArchInstruction()
[all...]
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_screen.c660 unsigned bind) in virgl_is_format_supported()
696 if (bind & PIPE_BIND_SHADER_IMAGE) { in virgl_is_format_supported()
710 if (bind & PIPE_BIND_VERTEX_BUFFER) { in virgl_is_format_supported()
731 if (bind & PIPE_BIND_RENDER_TARGET) { in virgl_is_format_supported()
754 if (bind & PIPE_BIND_DEPTH_STENCIL) { in virgl_is_format_supported()
759 if (bind & PIPE_BIND_SCANOUT) { in virgl_is_format_supported()
911 .bind = PIPE_BIND_CUSTOM, in virgl_query_memory_info()
655 virgl_is_format_supported( struct pipe_screen *screen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned bind) virgl_is_format_supported() argument
/third_party/mesa3d/src/gallium/frontends/dri/
H A Dkopper.c602 unsigned bind; in kopper_allocate_textures() local
604 dri_drawable_get_format(drawable, statts[i], &format, &bind); in kopper_allocate_textures()
611 bind |= PIPE_BIND_DISPLAY_TARGET; in kopper_allocate_textures()
617 templ.bind = bind; in kopper_allocate_textures()
643 templ.bind = templ.bind & in kopper_allocate_textures()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_resource.c132 if (prsc->bind & PIPE_BIND_VERTEX_BUFFER) in vc4_resource_transfer_map()
518 if (screen->ro && (tmpl->bind & PIPE_BIND_SCANOUT)) in vc4_resource_create_with_modifiers()
523 if (tmpl->bind & (PIPE_BIND_LINEAR | PIPE_BIND_CURSOR)) in vc4_resource_create_with_modifiers()
530 if ((tmpl->bind & (PIPE_BIND_SHARED | PIPE_BIND_SCANOUT)) && in vc4_resource_create_with_modifiers()
537 if ((tmpl->bind & (PIPE_BIND_SHARED | in vc4_resource_create_with_modifiers()
586 ((tmpl->bind & PIPE_BIND_SCANOUT) || in vc4_resource_create_with_modifiers()
595 (tmpl->bind & PIPE_BIND_SCANOUT) ? "scanout " : "", in vc4_resource_create_with_modifiers()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_surface.c294 unsigned layer, zslice, bind; in svga_create_surface_view() local
338 bind = PIPE_BIND_DEPTH_STENCIL; in svga_create_surface_view()
343 bind = PIPE_BIND_RENDER_TARGET; in svga_create_surface_view()
355 format = svga_translate_format(ss, surf_tmpl->format, bind); in svga_create_surface_view()
395 s->handle = svga_texture_view_surface(svga, tex, bind, flags, in svga_create_surface_view()
607 * with depth stencil bind flag. in svga_validate_surface_view()
621 * with render target bind flag. in svga_validate_surface_view()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture.c217 lpr->base.bind, in llvmpipe_displaytarget_layout()
243 /* assert(lpr->base.bind); */ in llvmpipe_resource_create_all()
246 if (lpr->base.bind & (PIPE_BIND_DISPLAY_TARGET | in llvmpipe_resource_create_all()
715 (resource->bind & PIPE_BIND_CONSTANT_BUFFER)) { in llvmpipe_transfer_map_ms()
822 if (!(presource->bind & (PIPE_BIND_DEPTH_STENCIL | in llvmpipe_is_resource_referenced()
882 buffer->base.bind = bind_flags; in llvmpipe_user_buffer_create()
/third_party/node/deps/v8/src/codegen/
H A Dconstant-pool.cc191 assm->bind(&emitted_label_); in Emit()
275 assm_->bind(&size_check); in EmitAndClear()
298 if (after_pool.is_linked()) assm_->bind(&after_pool); in EmitAndClear()
523 assm_->bind(&size_check); in EmitAndClear()
546 assm_->bind(&after_pool); in EmitAndClear()
/third_party/python/Lib/test/test_asyncio/
H A Dtest_sock_lowlevel.py172 listener.bind(('127.0.0.1', 0))
227 listener.bind(('127.0.0.1', 0))
469 s.bind(('127.0.0.1', 0))
484 listener.bind(('127.0.0.1', 0))
501 listener.bind(('127.0.0.1', 0))
/third_party/jerryscript/tests/jerry/es2015/
H A Darray-of.js68 var boundedBuiltinFn = Array.of.bind(Array);
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_video_codec.h135 unsigned bind; member
/third_party/mesa3d/src/gallium/winsys/virgl/common/
H A Dvirgl_resource_cache.h34 uint32_t bind; member
89 /** Finds and removes a cached resource compatible with size, bind and format.
/third_party/node/test/parallel/
H A Dtest-child-process-disconnect.js97 child.disconnect.bind(child),
H A Dtest-child-process-fork-dgram.js103 parentServer.bind(0, '127.0.0.1');
H A Dtest-dgram-udp6-link-local-address.js53 server.bind({ address });
H A Dtest-dns-multi-channel.js33 socket.bind(0, common.mustCall(() => {
H A Dtest-http-default-port.js40 { mod: https, createServer: https.createServer.bind(null, options) },

Completed in 25 milliseconds

1...<<11121314151617181920>>...95