Home
last modified time | relevance | path

Searched defs:box (Results 301 - 325 of 339) sorted by relevance

1...<<11121314

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.cpp37 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in GetBackDecoration() local
48 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in GetFrontDecoration() local
144 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SwapBackBorder() local
178 auto box in SetWidth() local
204 auto box = stack->GetBoxComponent(); SetHeight() local
220 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); SetMinWidth() local
228 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); SetMinHeight() local
236 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); SetMaxWidth() local
244 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); SetMaxHeight() local
336 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); SetPaddings() local
363 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); SetMargins() local
556 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); SetLayoutDirection() local
574 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); SetAlign() local
587 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); SetUseAlign() local
906 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); SetClipShape() local
914 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); SetClipEdge() local
922 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); SetMask() local
1091 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); SetOnMouse() local
1097 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); SetOnHover() local
1135 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); SetOnRemoteMessage() local
1165 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); SetOnDragStart() local
1173 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); SetOnDragEnter() local
1179 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); SetOnDragEnd() local
1185 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); SetOnDragLeave() local
1191 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); SetOnDragMove() local
1197 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); SetOnDrop() local
1232 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); SetResponseRegion() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_node.cpp218 auto box = AceType::DynamicCast<RenderBox>(this); in UpdateTouchRect() local
/kernel/linux/linux-5.10/drivers/scsi/
H A Dhpsa.h90 u8 box[8]; member
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H A Dfw.c315 u8 box_state, box; in rtw_fw_send_h2c_command_register() local
366 u8 box; in rtw_fw_send_h2c_command() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dhpsa.h90 u8 box[8]; member
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_av1.c2060 struct pipe_box box={}; in dec_av1_ShowExistingframe() local
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_state.h609 struct pipe_box box; /**< region of the resource to access */ member
898 struct pipe_box box; /**< negative width, height only legal for src */ member
/third_party/mesa3d/src/mesa/main/
H A Dbufferobj.c571 struct pipe_box box; in bufferobj_copy_subdata() local
5352 struct pipe_box box; in buffer_page_commitment() local
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_blitter.c2062 struct pipe_box box = *srcbox; in util_blitter_blit_generic() local
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Ddevice9.c375 struct pipe_box box; in NineDevice9_ctor() local
814 struct pipe_box box; in NineDevice9_SetCursorProperties() local
1828 struct pipe_box box; NineDevice9_StretchRect() local
2984 struct pipe_box box; NineTrackSystemmemDynamic() local
3226 struct pipe_box box; NineDevice9_ProcessVertices() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingPipelineFlagsTests.cpp804 BoxGeometry box = { { tcu::Vec3(x, y, zFront), tcu::Vec3((x + boxWidth), (y + boxHeight), zBack) } }; in prepareBoxGeometries() local
854 const BoxGeometry& box = geometries[idx]; in createBottomLevelAccelerationStructs() local
1214 BoxGeometry box; in verifyResult() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingPipelineFlagsTests.cpp797 BoxGeometry box = { { tcu::Vec3(x, y, zFront), tcu::Vec3((x + boxWidth), (y + boxHeight), zBack) } }; in prepareBoxGeometries() local
846 const BoxGeometry& box = geometries[idx]; in createBottomLevelAccelerationStructs() local
1206 BoxGeometry box; in verifyResult() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dtyped_hcr_lowering.cpp2781 GateRef box = builder_.LoadConstOffset(VariableType::JS_POINTER(), glue, boxOffset); in LowerLoadBuiltinObject() local
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp3415 auto box = AceType::DynamicCast<RenderBox>(parent); in SearchNodesNeedDrawOnPixelMap() local
3427 auto box = AceType::DynamicCast<RenderBox>(node); in NotifyDrawOnPixelMap() local
/kernel/linux/linux-6.6/arch/x86/events/intel/
H A Duncore_snb.c257 static void snb_uncore_msr_enable_event(struct intel_uncore_box *box, struct perf_event *event) in snb_uncore_msr_enable_event() argument
267 static void snb_uncore_msr_disable_event(struct intel_uncore_box *box, struct perf_event *event) in snb_uncore_msr_disable_event() argument
272 static void snb_uncore_msr_init_box(struct intel_uncore_box *box) in snb_uncore_msr_init_box() argument
280 static void snb_uncore_msr_enable_box(struct intel_uncore_box *box) in snb_uncore_msr_enable_box() argument
286 static void snb_uncore_msr_exit_box(struct intel_uncore_box *box) in snb_uncore_msr_exit_box() argument
371 static void skl_uncore_msr_init_box(struct intel_uncore_box *box) in skl_uncore_msr_init_box() argument
383 skl_uncore_msr_enable_box(struct intel_uncore_box *box) skl_uncore_msr_enable_box() argument
389 skl_uncore_msr_exit_box(struct intel_uncore_box *box) skl_uncore_msr_exit_box() argument
524 rkl_uncore_msr_init_box(struct intel_uncore_box *box) rkl_uncore_msr_init_box() argument
540 adl_uncore_msr_init_box(struct intel_uncore_box *box) adl_uncore_msr_init_box() argument
546 adl_uncore_msr_enable_box(struct intel_uncore_box *box) adl_uncore_msr_enable_box() argument
551 adl_uncore_msr_disable_box(struct intel_uncore_box *box) adl_uncore_msr_disable_box() argument
557 adl_uncore_msr_exit_box(struct intel_uncore_box *box) adl_uncore_msr_exit_box() argument
691 mtl_uncore_msr_init_box(struct intel_uncore_box *box) mtl_uncore_msr_init_box() argument
830 snb_uncore_imc_init_box(struct intel_uncore_box *box) snb_uncore_imc_init_box() argument
855 snb_uncore_imc_enable_box(struct intel_uncore_box *box) snb_uncore_imc_enable_box() argument
858 snb_uncore_imc_disable_box(struct intel_uncore_box *box) snb_uncore_imc_disable_box() argument
861 snb_uncore_imc_enable_event(struct intel_uncore_box *box, struct perf_event *event) snb_uncore_imc_enable_event() argument
864 snb_uncore_imc_disable_event(struct intel_uncore_box *box, struct perf_event *event) snb_uncore_imc_disable_event() argument
874 struct intel_uncore_box *box; snb_uncore_imc_event_init() local
959 snb_uncore_imc_hw_config(struct intel_uncore_box *box, struct perf_event *event) snb_uncore_imc_hw_config() argument
992 snb_uncore_imc_read_counter(struct intel_uncore_box *box, struct perf_event *event) snb_uncore_imc_read_counter() argument
1278 nhm_uncore_msr_disable_box(struct intel_uncore_box *box) nhm_uncore_msr_disable_box() argument
1283 nhm_uncore_msr_enable_box(struct intel_uncore_box *box) nhm_uncore_msr_enable_box() argument
1288 nhm_uncore_msr_enable_event(struct intel_uncore_box *box, struct perf_event *event) nhm_uncore_msr_enable_event() argument
1484 __uncore_imc_init_box(struct intel_uncore_box *box, unsigned int base_offset) __uncore_imc_init_box() argument
1521 tgl_uncore_imc_freerunning_init_box(struct intel_uncore_box *box) tgl_uncore_imc_freerunning_init_box() argument
1590 adl_uncore_imc_init_box(struct intel_uncore_box *box) adl_uncore_imc_init_box() argument
1599 adl_uncore_mmio_disable_box(struct intel_uncore_box *box) adl_uncore_mmio_disable_box() argument
1607 adl_uncore_mmio_enable_box(struct intel_uncore_box *box) adl_uncore_mmio_enable_box() argument
1670 adl_uncore_imc_freerunning_init_box(struct intel_uncore_box *box) adl_uncore_imc_freerunning_init_box() argument
[all...]
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_meta_copy.c1759 nir_ssa_def *box = in get_texel_buffer_copy_fs() local
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c301 struct pipe_box box = {0}; in update_inline_shader_state() local
1885 struct pipe_box box; replicate_attachment() local
2346 struct pipe_box box, dbox; handle_copy_image_to_buffer2() local
2421 struct pipe_box box, sbox; handle_copy_buffer_to_image() local
2538 struct pipe_box box = { 0 }; handle_copy_buffer() local
2657 struct pipe_box box; handle_update_buffer() local
3041 struct pipe_box box = {0}; handle_copy_query_pool_results() local
3066 struct pipe_box box; handle_clear_color_image() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Djs-objects.cc3414 auto box = isolate->factory()->NewHeapNumberWithHoleNaN(); in AllocateStorageForMap() local
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.c4222 zink_resource_commit(struct pipe_context *pctx, struct pipe_resource *pres, unsigned level, struct pipe_box *box, bool commit) in zink_resource_commit() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_cmd.h537 SVGA3dCopyBox box; member
1861 SVGA3dBox box; member
1916 SVGA3dBox box; member
1960 SVGA3dBox box; member
H A Dsvga3d_dx.h705 SVGA3dCopyBox box; member
824 SVGA3dBox box; member
927 SVGA3dCopyBox box; member
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_dx.h587 SVGA3dCopyBox box; member
597 SVGA3dCopyBox box; member
724 SVGA3dBox box; member
787 SVGA3dCopyBox box; member
H A Dsvga3d_cmd.h463 SVGA3dCopyBox box; member
1255 SVGA3dBox box; member
1280 SVGA3dBox box; member
1300 SVGA3dBox box; member
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_cmd.h557 SVGA3dCopyBox box; member
1828 SVGA3dBox box; member
1883 SVGA3dBox box; member
1927 SVGA3dBox box; member
H A Dsvga3d_dx.h757 SVGA3dCopyBox box; member
770 SVGA3dCopyBox box; member
928 SVGA3dBox box; member
1013 SVGA3dCopyBox box; member

Completed in 96 milliseconds

1...<<11121314