Home
last modified time | relevance | path

Searched defs:box (Results 151 - 175 of 328) sorted by relevance

12345678910>>...14

/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...]
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddrisw.c282 struct pipe_box box; in drisw_copy_sub_buffer() local
/third_party/mesa3d/src/gallium/frontends/vdpau/
H A Doutput.c205 struct pipe_box box; in vlVdpOutputSurfaceGetBitsNative() local
307 struct pipe_box box; in vlVdpOutputSurfacePutBitsIndexed() local
[all...]
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DResource.cpp325 struct pipe_box box; in CreateResource() local
348 struct pipe_box box; in CreateResource() local
520 struct pipe_box box; ResourceMap() local
683 struct pipe_box box; ResourceCopy() local
884 struct pipe_box box; ResourceUpdateSubResourceUP() local
[all...]
/third_party/mesa3d/src/gallium/drivers/tegra/
H A Dtegra_screen.c366 tegra_screen_flush_frontbuffer(struct pipe_screen *pscreen, struct pipe_context *pcontext, struct pipe_resource *resource, unsigned int level, unsigned int layer, void *winsys_drawable_handle, struct pipe_box *box) tegra_screen_flush_frontbuffer() argument
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dsurface9.c434 struct pipe_box box; in NineSurface9_LockRect() local
779 struct pipe_box box; NineSurface9_UploadSelf() local
[all...]
/third_party/mesa3d/src/gallium/winsys/virgl/vtest/
H A Dvirgl_vtest_socket.c391 virgl_vtest_send_transfer_cmd(struct virgl_vtest_winsys *vws, uint32_t vcmd, uint32_t handle, uint32_t level, uint32_t stride, uint32_t layer_stride, const struct pipe_box *box, uint32_t data_size) virgl_vtest_send_transfer_cmd() argument
426 virgl_vtest_send_transfer_cmd2(struct virgl_vtest_winsys *vws, uint32_t vcmd, uint32_t handle, uint32_t level, const struct pipe_box *box, uint32_t data_size, uint32_t offset) virgl_vtest_send_transfer_cmd2() argument
460 virgl_vtest_send_transfer_get(struct virgl_vtest_winsys *vws, uint32_t handle, uint32_t level, uint32_t stride, uint32_t layer_stride, const struct pipe_box *box, uint32_t data_size, uint32_t offset) virgl_vtest_send_transfer_get() argument
477 virgl_vtest_send_transfer_put(struct virgl_vtest_winsys *vws, uint32_t handle, uint32_t level, uint32_t stride, uint32_t layer_stride, const struct pipe_box *box, uint32_t data_size, uint32_t offset) virgl_vtest_send_transfer_put() argument
501 virgl_vtest_recv_transfer_get_data(struct virgl_vtest_winsys *vws, void *data, uint32_t data_size, uint32_t stride, const struct pipe_box *box, uint32_t format) virgl_vtest_recv_transfer_get_data() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_resource_buffer_upload.c685 SVGA3dBox *box = &update->body.box; in svga_buffer_upload_flush() local
710 SVGA3dCopyBox *box = sbuf->dma.boxes + i; svga_buffer_upload_flush() local
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_buffer.c313 si_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 si_resource *staging, unsigned offset) si_buffer_get_transfer() argument
337 si_buffer_transfer_map(struct pipe_context *ctx, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer) si_buffer_transfer_map() argument
481 si_buffer_do_flush_region(struct pipe_context *ctx, struct pipe_transfer *transfer, const struct pipe_box *box) si_buffer_do_flush_region() argument
506 struct pipe_box box; si_buffer_flush_region() local
543 struct pipe_box box; si_buffer_subdata() local
725 si_buffer_commit(struct si_context *ctx, struct si_resource *res, struct pipe_box *box, bool commit) si_buffer_commit() argument
731 si_resource_commit(struct pipe_context *pctx, struct pipe_resource *resource, unsigned level, struct pipe_box *box, bool commit) si_resource_commit() argument
[all...]
/third_party/mesa3d/src/gallium/tests/graw/
H A Dgs-test.c346 struct pipe_box box; in init_tex() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_surface.c329 struct pipe_box box; in llvmpipe_clear_render_target() local
290 lp_clear_color_texture_msaa(struct pipe_context *pipe, struct pipe_resource *texture, enum pipe_format format, const union pipe_color_union *color, unsigned sample, const struct pipe_box *box) lp_clear_color_texture_msaa() argument
346 lp_clear_depth_stencil_texture_msaa(struct pipe_context *pipe, struct pipe_resource *texture, enum pipe_format format, unsigned clear_flags, uint64_t zstencil, unsigned sample, const struct pipe_box *box) lp_clear_depth_stencil_texture_msaa() argument
401 struct pipe_box box; llvmpipe_clear_depth_stencil() local
418 llvmpipe_clear_texture(struct pipe_context *pipe, struct pipe_resource *tex, unsigned level, const struct pipe_box *box, const void *data) llvmpipe_clear_texture() argument
472 struct pipe_box box; llvmpipe_clear_buffer() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_miptree.c280 nv30_miptree_transfer_map(struct pipe_context *pipe, struct pipe_resource *pt, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer) nv30_miptree_transfer_map() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_resource_texture.c785 i915_texture_transfer_map(struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer) i915_texture_transfer_map() argument
894 i915_texture_subdata(struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) i915_texture_subdata() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_dump_state.c998 void util_dump_box(FILE *stream, const struct pipe_box *box) in util_dump_box() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_clear.c65 can_fast_clear_color(struct crocus_context *ice, struct pipe_resource *p_res, unsigned level, const struct pipe_box *box, bool render_condition_enabled, enum isl_format format, enum isl_format render_format, union isl_color_value color) can_fast_clear_color() argument
198 fast_clear_color(struct crocus_context *ice, struct crocus_resource *res, unsigned level, const struct pipe_box *box, enum isl_format format, union isl_color_value color, enum blorp_batch_flags blorp_flags) fast_clear_color() argument
326 clear_color(struct crocus_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
395 can_fast_clear_depth(struct crocus_context *ice, struct crocus_resource *res, unsigned level, const struct pipe_box *box, bool render_condition_enabled, float depth) can_fast_clear_depth() argument
451 fast_clear_depth(struct crocus_context *ice, struct crocus_resource *res, unsigned level, const struct pipe_box *box, float depth) fast_clear_depth() argument
539 clear_depth_stencil(struct crocus_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
652 struct pipe_box box = { crocus_clear() local
708 crocus_clear_texture(struct pipe_context *ctx, struct pipe_resource *p_res, unsigned level, const struct pipe_box *box, const void *data) crocus_clear_texture() argument
791 struct pipe_box box = { crocus_clear_render_target() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_transfer.c373 nvc0_miptree_transfer_map(struct pipe_context *pctx, struct pipe_resource *res, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer) nvc0_miptree_transfer_map() argument
[all...]
/third_party/rust/crates/cxx/gen/src/include/
H A Dcxx.h812 Box box = uninit{}; variable
/third_party/rust/crates/cxx/gen/cmd/src/gen/include/
H A Dcxx.h812 Box box = uninit{}; variable
/third_party/rust/crates/cxx/gen/build/src/gen/include/
H A Dcxx.h812 Box box = uninit{}; variable
/third_party/rust/crates/cxx/include/
H A Dcxx.h812 Box box = uninit{}; variable
/third_party/toybox/kconfig/lxdialog/
H A Dutil.c406 draw_box(WINDOW * win, int y, int x, int height, int width, chtype box, chtype border) draw_box() argument
/third_party/rust/crates/cxx/gen/lib/src/gen/include/
H A Dcxx.h812 Box box = uninit{}; variable

Completed in 26 milliseconds

12345678910>>...14