Home
last modified time | relevance | path

Searched defs:box (Results 126 - 150 of 322) sorted by relevance

12345678910>>...13

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_transfer.c371 nv50_miptree_transfer_map(struct pipe_context *pctx, struct pipe_resource *res, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer) nv50_miptree_transfer_map() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_clear.c67 can_fast_clear_color(struct iris_context *ice, struct pipe_resource *p_res, unsigned level, const struct pipe_box *box, bool render_condition_enabled, enum isl_format render_format, union isl_color_value color) can_fast_clear_color() argument
164 fast_clear_color(struct iris_context *ice, struct iris_resource *res, unsigned level, const struct pipe_box *box, union isl_color_value color) fast_clear_color() argument
306 clear_color(struct iris_context *ice, struct pipe_resource *p_res, unsigned level, const struct pipe_box *box, bool render_condition_enabled, enum isl_format format, struct isl_swizzle swizzle, union isl_color_value color) clear_color() argument
377 can_fast_clear_depth(struct iris_context *ice, struct iris_resource *res, unsigned level, const struct pipe_box *box, bool render_condition_enabled, float depth) can_fast_clear_depth() argument
422 fast_clear_depth(struct iris_context *ice, struct iris_resource *res, unsigned level, const struct pipe_box *box, float depth) fast_clear_depth() argument
511 clear_depth_stencil(struct iris_context *ice, struct pipe_resource *p_res, unsigned level, const struct pipe_box *box, bool render_condition_enabled, bool clear_depth, bool clear_stencil, float depth, uint8_t stencil) clear_depth_stencil() argument
627 struct pipe_box box = { iris_clear() local
672 iris_clear_texture(struct pipe_context *ctx, struct pipe_resource *p_res, unsigned level, const struct pipe_box *box, const void *data) iris_clear_texture() argument
745 struct pipe_box box = { iris_clear_render_target() local
776 struct pipe_box box = { iris_clear_depth_stencil() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_dump_state.c85 void trace_dump_box(const struct pipe_box *box) in trace_dump_box() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_transfer_helper.c174 transfer_map_msaa(struct pipe_context *pctx, struct pipe_resource *prsc, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **pptrans) transfer_map_msaa() argument
243 u_transfer_helper_transfer_map(struct pipe_context *pctx, struct pipe_resource *prsc, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **pptrans) u_transfer_helper_transfer_map() argument
365 flush_region(struct pipe_context *pctx, struct pipe_transfer *ptrans, const struct pipe_box *box) flush_region() argument
486 u_transfer_helper_transfer_flush_region(struct pipe_context *pctx, struct pipe_transfer *ptrans, const struct pipe_box *box) u_transfer_helper_transfer_flush_region() argument
526 struct pipe_box box; u_transfer_helper_transfer_unmap() local
588 u_transfer_helper_deinterleave_transfer_map(struct pipe_context *pctx, struct pipe_resource *prsc, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **pptrans) u_transfer_helper_deinterleave_transfer_map() argument
706 struct pipe_box box; u_transfer_helper_deinterleave_transfer_unmap() local
[all...]
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_clear_blit.c227 etna_copy_resource_box(struct pipe_context *pctx, struct pipe_resource *dst, struct pipe_resource *src, int level, struct pipe_box *box) etna_copy_resource_box() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_tiling.c122 vc4_t_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_t_image_helper() argument
181 vc4_store_t_image(void *dst, uint32_t dst_stride, void *src, uint32_t src_stride, int cpp, const struct pipe_box *box) vc4_store_t_image() argument
191 vc4_load_t_image(void *dst, uint32_t dst_stride, void *src, uint32_t src_stride, int cpp, const struct pipe_box *box) vc4_load_t_image() argument
205 vc4_load_tiled_image(void *dst, uint32_t dst_stride, void *src, uint32_t src_stride, uint8_t tiling_format, int cpp, const struct pipe_box *box) vc4_load_tiled_image() argument
227 vc4_store_tiled_image(void *dst, uint32_t dst_stride, void *src, uint32_t src_stride, uint8_t tiling_format, int cpp, const struct pipe_box *box) vc4_store_tiled_image() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dbuffer9.c251 struct pipe_box box; in NineBuffer9_Lock() local
[all...]
H A Dbasetexture9.c252 struct pipe_box box; in NineBaseTexture9_UploadSelf() local
275 struct pipe_box box; in NineBaseTexture9_UploadSelf() local
296 struct pipe_box box; NineBaseTexture9_UploadSelf() local
319 struct pipe_box box; NineBaseTexture9_UploadSelf() local
331 struct pipe_box box; NineBaseTexture9_UploadSelf() local
345 struct pipe_box box; NineBaseTexture9_UploadSelf() local
450 struct pipe_box box; NineBaseTexture9_CreatePipeResource() local
[all...]
/third_party/mesa3d/src/gallium/frontends/va/
H A Dimage.c581 struct pipe_box box = {box_x, box_y, j, box_w, box_h, 1}; in vlVaGetImage() local
/third_party/mesa3d/src/gallium/tests/graw/
H A Dvs-test.c83 struct pipe_box box; in init_fs_constbuf() local
244 struct pipe_box box; in init_tex() local
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dcompute_memory_pool.c363 struct pipe_box box; in compute_memory_promote_item() local
410 struct pipe_box box; in compute_memory_demote_item() local
473 struct pipe_box box; in compute_memory_move_item() local
[all...]
H A Dr600_buffer_common.c278 r600_buffer_get_transfer(struct pipe_context *ctx, struct pipe_resource *resource, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer, void *data, struct r600_resource *staging, unsigned offset) r600_buffer_get_transfer() argument
314 r600_buffer_transfer_map(struct pipe_context *ctx, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer) r600_buffer_transfer_map() argument
456 r600_buffer_do_flush_region(struct pipe_context *ctx, struct pipe_transfer *transfer, const struct pipe_box *box) r600_buffer_do_flush_region() argument
493 struct pipe_box box; r600_buffer_flush_region() local
531 struct pipe_box box; r600_buffer_subdata() local
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dkeywords.h20 int box; variable
/foundation/arkui/ace_engine/frameworks/core/components/side_bar/
H A Drender_side_bar_container.cpp345 auto box = imageBox->GetFirstChild(); in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Dnavigation_bar_component.cpp125 RefPtr<BoxComponent> box = AceType::MakeRefPtr<BoxComponent>(); in BuildTabBar() local
/foundation/arkui/ace_engine/frameworks/core/components/page_transition/
H A Dpage_transition_element.cpp429 auto box = AceType::MakeRefPtr<BoxComponent>(); in BuildCombinedChild() local
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drosen_render_list_item.cpp328 RefPtr<RenderBox> box = nullptr; in PaintStickyEffectNoTransparent() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dsearch_model_impl.cpp215 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetBackBorder() local
H A Dtext_field_model_impl.cpp477 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetBackBorder() local
H A Dtext_model_impl.cpp238 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in OnSetWidth() local
247 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in OnSetHeight() local
264 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in OnSetAlign() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_drag/
H A Dtext_drag_pattern.cpp118 auto box = boxes.front(); CalculateTextDragData() local
149 auto box = isLeftHandler ? GetFirstBoxRect(boxes, contentRect, adjustedTextStartY) : GetHandler() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/mga/
H A Dmga_state.c500 struct drm_clip_rect *box = &pbox[i]; in mga_dma_dispatch_clear() local
41 mga_emit_clip_rect(drm_mga_private_t *dev_priv, struct drm_clip_rect *box) mga_emit_clip_rect() argument
598 struct drm_clip_rect *box = &pbox[i]; mga_dma_dispatch_swap() local
[all...]
/kernel/linux/linux-6.6/arch/x86/events/intel/
H A Duncore_discovery.c368 void intel_generic_uncore_msr_init_box(struct intel_uncore_box *box) in intel_generic_uncore_msr_init_box() argument
373 void intel_generic_uncore_msr_disable_box(struct intel_uncore_box *box) in intel_generic_uncore_msr_disable_box() argument
378 void intel_generic_uncore_msr_enable_box(struct intel_uncore_box *box) in intel_generic_uncore_msr_enable_box() argument
383 intel_generic_uncore_msr_enable_event(struct intel_uncore_box *box, struct perf_event *event) intel_generic_uncore_msr_enable_event() argument
391 intel_generic_uncore_msr_disable_event(struct intel_uncore_box *box, struct perf_event *event) intel_generic_uncore_msr_disable_event() argument
408 intel_generic_uncore_pci_init_box(struct intel_uncore_box *box) intel_generic_uncore_pci_init_box() argument
417 intel_generic_uncore_pci_disable_box(struct intel_uncore_box *box) intel_generic_uncore_pci_disable_box() argument
425 intel_generic_uncore_pci_enable_box(struct intel_uncore_box *box) intel_generic_uncore_pci_enable_box() argument
433 intel_generic_uncore_pci_enable_event(struct intel_uncore_box *box, struct perf_event *event) intel_generic_uncore_pci_enable_event() argument
442 intel_generic_uncore_pci_disable_event(struct intel_uncore_box *box, struct perf_event *event) intel_generic_uncore_pci_disable_event() argument
451 intel_generic_uncore_pci_read_counter(struct intel_uncore_box *box, struct perf_event *event) intel_generic_uncore_pci_read_counter() argument
475 generic_uncore_mmio_box_ctl(struct intel_uncore_box *box) generic_uncore_mmio_box_ctl() argument
485 intel_generic_uncore_mmio_init_box(struct intel_uncore_box *box) intel_generic_uncore_mmio_init_box() argument
509 intel_generic_uncore_mmio_disable_box(struct intel_uncore_box *box) intel_generic_uncore_mmio_disable_box() argument
517 intel_generic_uncore_mmio_enable_box(struct intel_uncore_box *box) intel_generic_uncore_mmio_enable_box() argument
525 intel_generic_uncore_mmio_enable_event(struct intel_uncore_box *box, struct perf_event *event) intel_generic_uncore_mmio_enable_event() argument
536 intel_generic_uncore_mmio_disable_event(struct intel_uncore_box *box, struct perf_event *event) intel_generic_uncore_mmio_disable_event() argument
[all...]
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DRBReporter.java733 private static void selectComboValue(JComboBox box, String value) { in selectComboValue() argument
/third_party/mesa3d/src/broadcom/common/
H A Dv3d_tiling.c217 v3d_move_pixels_unaligned(void *gpu, uint32_t gpu_stride, void *cpu, uint32_t cpu_stride, int cpp, uint32_t image_h, const struct pipe_box *box, uint32_t (*get_pixel_offset)(uint32_t cpp, uint32_t image_h, uint32_t x, uint32_t y), bool is_load) v3d_move_pixels_unaligned() argument
257 v3d_move_pixels_general_percpp(void *gpu, uint32_t gpu_stride, void *cpu, uint32_t cpu_stride, int cpp, uint32_t image_h, const struct pipe_box *box, uint32_t (*get_pixel_offset)(uint32_t cpp, uint32_t image_h, uint32_t x, uint32_t y), bool is_load) v3d_move_pixels_general_percpp() argument
355 v3d_move_pixels_general(void *gpu, uint32_t gpu_stride, void *cpu, uint32_t cpu_stride, int cpp, uint32_t image_h, const struct pipe_box *box, uint32_t (*get_pixel_offset)(uint32_t cpp, uint32_t image_h, uint32_t x, uint32_t y), bool is_load) v3d_move_pixels_general() argument
404 v3d_move_tiled_image(void *gpu, uint32_t gpu_stride, void *cpu, uint32_t cpu_stride, enum v3d_tiling_mode tiling_format, int cpp, uint32_t image_h, const struct pipe_box *box, bool is_load) v3d_move_tiled_image() argument
459 v3d_load_tiled_image(void *dst, uint32_t dst_stride, void *src, uint32_t src_stride, enum v3d_tiling_mode tiling_format, int cpp, uint32_t image_h, const struct pipe_box *box) v3d_load_tiled_image() argument
479 v3d_store_tiled_image(void *dst, uint32_t dst_stride, void *src, uint32_t src_stride, enum v3d_tiling_mode tiling_format, int cpp, uint32_t image_h, const struct pipe_box *box) v3d_store_tiled_image() argument
[all...]

Completed in 20 milliseconds

12345678910>>...13