| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_resource_buffer.c | 114 svga_buffer_transfer_map(struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer) svga_buffer_transfer_map() argument 335 svga_buffer_transfer_flush_region(struct pipe_context *pipe, struct pipe_transfer *transfer, const struct pipe_box *box) svga_buffer_transfer_flush_region() argument [all...] |
| /third_party/mesa3d/src/gallium/frontends/nine/ |
| H A D | volumetexture9.c | 231 struct pipe_box box; in NineVolumeTexture9_AddDirtyBox() local
|
| H A D | cubetexture9.c | 295 struct pipe_box box; in NineCubeTexture9_AddDirtyRect() local
|
| /third_party/mesa3d/src/gallium/winsys/sw/hgl/ |
| H A D | hgl_sw_winsys.cpp | 211 hgl_winsys_displaytarget_display(struct sw_winsys* winsys, struct sw_displaytarget* displayTarget, void* contextPrivate, struct pipe_box *box) hgl_winsys_displaytarget_display() argument
|
| /third_party/mesa3d/src/gallium/winsys/sw/gdi/ |
| H A D | gdi_sw_winsys.c | 209 gdi_sw_displaytarget_display(struct sw_winsys *winsys, struct sw_displaytarget *dt, void *context_private, struct pipe_box *box) gdi_sw_displaytarget_display() argument
|
| /third_party/mesa3d/src/gallium/frontends/xa/ |
| H A D | xa_yuv.c | 109 xa_yuv_planar_blit(struct xa_context *r, int src_x, int src_y, int src_w, int src_h, int dst_x, int dst_y, int dst_w, int dst_h, struct xa_box *box, unsigned int num_boxes, const float conversion_matrix[], struct xa_surface *dst, struct xa_surface *yuv[]) xa_yuv_planar_blit() argument [all...] |
| /third_party/mesa3d/src/mesa/main/ |
| H A D | scissor.c | 260 _mesa_WindowRectanglesEXT(GLenum mode, GLsizei count, const GLint *box) in _mesa_WindowRectanglesEXT() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_rast_linear_fallback.c | 147 lp_rast_linear_rect_fallback(struct lp_rasterizer_task *task, const struct lp_rast_shader_inputs *inputs, const struct u_rect *box) lp_rast_linear_rect_fallback() argument
|
| H A D | lp_rast_rect.c | 123 intersect_rect_and_tile(struct lp_rasterizer_task *task, const struct lp_rast_rectangle *rect, struct u_rect *box) intersect_rect_and_tile() argument 153 struct u_rect box; lp_rast_rectangle() local [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_upload_mgr.c | 130 struct pipe_box *box = &upload->transfer->box; in upload_unmap_internal() local
|
| H A D | u_box.h | 9 u_box_1d(unsigned x, unsigned w, struct pipe_box *box) in u_box_1d() argument 20 u_box_2d(unsigned x,unsigned y, unsigned w, unsigned h, struct pipe_box *box) in u_box_2d() argument 31 u_box_origin_2d(unsigned w, unsigned h, struct pipe_box *box) u_box_origin_2d() argument 42 u_box_2d_zslice(unsigned x, unsigned y, unsigned z, unsigned w, unsigned h, struct pipe_box *box) u_box_2d_zslice() argument 54 u_box_3d(unsigned x, unsigned y, unsigned z, unsigned w, unsigned h, unsigned d, struct pipe_box *box) u_box_3d() argument 75 u_box_clip_2d(struct pipe_box *dst, const struct pipe_box *box, int w, int h) u_box_clip_2d() argument 118 u_box_volume_3d(const struct pipe_box *box) u_box_volume_3d() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_transfer.c | 52 etna_compute_offset(enum pipe_format format, const struct pipe_box *box, in etna_compute_offset() argument 191 etna_transfer_map(struct pipe_context *pctx, struct pipe_resource *prsc, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **out_transfer) etna_transfer_map() argument 482 etna_transfer_flush_region(struct pipe_context *pctx, struct pipe_transfer *ptrans, const struct pipe_box *box) etna_transfer_flush_region() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_tiling_lt.c | 130 vc4_lt_image_aligned(void *gpu, uint32_t gpu_stride, void *cpu, uint32_t cpu_stride, int cpp, const struct pipe_box *box, bool to_cpu) vc4_lt_image_aligned() argument 170 vc4_lt_image_unaligned(void *gpu, uint32_t gpu_stride, void *cpu, uint32_t cpu_stride, int cpp, const struct pipe_box *box, bool to_cpu) vc4_lt_image_unaligned() argument 227 vc4_lt_image_helper(void *gpu, uint32_t gpu_stride, void *cpu, uint32_t cpu_stride, int cpp, const struct pipe_box *box, bool to_cpu) vc4_lt_image_helper() argument 246 vc4_lt_image_cpp_helper(void *gpu, uint32_t gpu_stride, void *cpu, uint32_t cpu_stride, int cpp, const struct pipe_box *box, bool to_cpu) vc4_lt_image_cpp_helper() argument 273 vc4_load_lt_image(void *dst, uint32_t dst_stride, void *src, uint32_t src_stride, int cpp, const struct pipe_box *box) vc4_load_lt_image() argument 282 vc4_store_lt_image(void *dst, uint32_t dst_stride, void *src, uint32_t src_stride, int cpp, const struct pipe_box *box) vc4_store_lt_image() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/panfrost/ |
| H A D | pan_resource.h | 109 struct pipe_box box; member
|
| /third_party/mesa3d/src/gallium/drivers/r300/ |
| H A D | r300_screen_buffer.c | 82 r300_buffer_transfer_map( struct pipe_context *context, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer ) r300_buffer_transfer_map() argument
|
| /third_party/toybox/kconfig/lxdialog/ |
| H A D | textbox.c | 38 static void refresh_text_box(WINDOW *dialog, WINDOW *box, int boxh, int boxw, in refresh_text_box() argument 57 WINDOW *dialog, *box; in dialog_textbox() local [all...] |
| /third_party/typescript/tests/baselines/reference/ |
| H A D | isomorphicMappedTypeInference.js | 183 function box(x) { global() function [all...] |
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/ |
| H A D | call_ets.cpp | 118 ArgValueBox &box = etsBoxedArgs[i]; in ConvertArgs() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | global_dictionary-inl.h | 212 PropertyBox *box = dictHandle->GetBox(entry); in InvalidatePropertyBox() local 228 PropertyBox *box = dictHandle->GetBox(entry); in InvalidateAndReplaceEntry() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| H A D | ic_runtime.cpp | 235 JSTaggedValue box = SlowRuntimeStub::LdGlobalRecord(thread_, key.GetTaggedValue()); in LoadMiss() local 361 JSTaggedValue box = SlowRuntimeStub::LdGlobalRecord(thread_, key.GetTaggedValue()); in StoreMiss() local
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/scenario/hand_classify/ |
| H A D | hand_classify.c | 215 RectBox *box = &objs[i].box;
in Yolo2HandDetectResnetClassifyCal() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/shared_transition/ |
| H A D | shared_transition_element.cpp | 89 auto box = AceType::DynamicCast<BoxElement>(parent); in GetRenderBox() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/indexer/ |
| H A D | indexer_component.cpp | 423 RefPtr<BoxComponent> box = AceType::MakeRefPtr<BoxComponent>(); in AddSectionHead() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/toast/ |
| H A D | toast_component.cpp | 93 void ToastComponent::BuildPackageBox(const RefPtr<PipelineContext>& context, const RefPtr<BoxComponent>& box, in BuildPackageBox() argument 169 RefPtr<BoxComponent> box = AceType::MakeRefPtr<BoxComponent>(); in Show() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/select_popup/ |
| H A D | select_popup_component.cpp | 318 RefPtr<BoxComponent> box = AceType::MakeRefPtr<BoxComponent>(); in Initialize() local
|