Home
last modified time | relevance | path

Searched defs:targets (Results 101 - 125 of 165) sorted by relevance

1234567

/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_context.c1078 draw_set_mapped_so_targets(struct draw_context *draw, int num_targets, struct draw_so_target *targets[PIPE_MAX_SO_BUFFERS]) draw_set_mapped_so_targets() argument
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
H A Dnoop_state.c267 noop_set_stream_output_targets(struct pipe_context *ctx, unsigned num_targets, struct pipe_stream_output_target **targets, const unsigned *offsets) noop_set_stream_output_targets() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_state.c1137 nvc0_set_transform_feedback_targets(struct pipe_context *pipe, unsigned num_targets, struct pipe_stream_output_target **targets, const unsigned *offsets) nvc0_set_transform_feedback_targets() argument
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_context.c1046 panfrost_set_stream_output_targets(struct pipe_context *pctx, unsigned num_targets, struct pipe_stream_output_target **targets, const unsigned *offsets) panfrost_set_stream_output_targets() argument
H A Dpan_context.h122 struct pipe_stream_output_target *targets[PIPE_MAX_SO_BUFFERS]; member
/third_party/libbpf/src/
H A Dusdt.c584 struct usdt_target *targets = NULL, *target; in collect_usdt_targets() local
965 struct usdt_target *targets = NULL; in usdt_manager_attach_usdt() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtransreg.cpp774 Hashtable *targets = (Hashtable*) specDAG.get(source); in countAvailableTargets() local
781 Hashtable *targets = (Hashtable*) specDAG.get(source); in getAvailableTarget() local
804 Hashtable *targets = (Hashtable*) specDAG.get(source); in countAvailableVariants() local
823 Hashtable *targets = (Hashtable*) specDAG.get(source); getAvailableVariant() local
973 Hashtable *targets = (Hashtable*) specDAG.get(source); registerSTV() local
1018 Hashtable *targets = (Hashtable*) specDAG.get(source); removeSTV() local
[all...]
/third_party/spirv-tools/source/opt/
H A Dir_builder.h257 AddSwitch( uint32_t selector_id, uint32_t default_id, const std::vector<std::pair<Operand::OperandData, uint32_t>>& targets, uint32_t merge_id = kInvalidId, uint32_t selection_control = static_cast<uint32_t>(spv::SelectionControlMask::MaskNone)) AddSwitch() argument
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_settings_config.cpp262 std::set<std::string> targets; in SetShortkeyMultiTarget() local
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_data_structures.h622 BASE_NS::vector<MorphTarget> targets; member
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_impl.cpp1322 CopyBufferSubData( napi_env env, GLenum targets[2], int64_t readOffset, int64_t writeOffset, int64_t size) CopyBufferSubData() argument
/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_service.cpp1476 GetWindowAnimationTargets(std::vector<uint32_t> missionIds, std::vector<sptr<RSWindowAnimationTarget>>& targets) GetWindowAnimationTargets() argument
/foundation/window/window_manager/wm/src/
H A Dwindow_adapter.cpp653 GetWindowAnimationTargets(std::vector<uint32_t> missionIds, std::vector<sptr<RSWindowAnimationTarget>>& targets) GetWindowAnimationTargets() argument
/third_party/glfw/src/
H A Dx11_window.c814 const Atom targets[] = { _glfw.x11.TARGETS, in writeTargetToProperty() local
835 Atom* targets; in writeTargetToProperty() local
942 const Atom targets[] = { _glfw.x11.UTF8_STRING, XA_STRING }; getSelectionString() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_context.c1383 cso_set_stream_outputs(struct cso_context *ctx, unsigned num_targets, struct pipe_stream_output_target **targets, const unsigned *offsets) cso_set_stream_outputs() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd_vgpu10.c459 SVGA3D_vgpu10_SetSOTargets(struct svga_winsys_context *swc, unsigned count, const SVGA3dSoTarget *targets, struct svga_winsys_surface **surfaces) SVGA3D_vgpu10_SetSOTargets() argument
/third_party/mesa3d/src/gallium/drivers/tegra/
H A Dtegra_context.c687 tegra_set_stream_output_targets(struct pipe_context *pcontext, unsigned num_targets, struct pipe_stream_output_target **targets, const unsigned *offsets) tegra_set_stream_output_targets() argument
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_encode.c1263 virgl_encoder_set_so_targets(struct virgl_context *ctx, unsigned num_targets, struct pipe_stream_output_target **targets, unsigned append_bitmask) virgl_encoder_set_so_targets() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dssearch.cpp737 UnicodeString targets[] = {"fu\\u00DF", "fu\\u00DFball", "1fu\\u00DFball", "12fu\\u00DFball", "123fu\\u00DFball", "1234fu\\u00DFball", in sharpSTest() local
/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator.cc29 JumpTable(JumpTable* next, Label** targets, size_t target_count) in JumpTable() argument
34 Label** targets() const { return targets_; } in targets() function in v8::internal::compiler::final
951 Label* CodeGenerator::AddJumpTable(Label** targets, size_t target_count) { in AddJumpTable() argument
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc4613 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleConstructFrame() argument
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc4530 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleConstructFrame() argument
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc4463 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() argument
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dcode-generator-mips.cc4444 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleConstructFrame() argument
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dcode-generator-loong64.cc2605 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleConstructFrame() argument

Completed in 70 milliseconds

1234567