Home
last modified time | relevance | path

Searched defs:box (Results 1 – 25 of 203) sorted by relevance

123456789

/third_party/mesa3d/src/gallium/frontends/nine/
Dbasetexture9.c252 struct pipe_box box; in NineBaseTexture9_UploadSelf() local
275 struct pipe_box box; in NineBaseTexture9_UploadSelf() local
296 struct pipe_box box; in NineBaseTexture9_UploadSelf() local
319 struct pipe_box box; in NineBaseTexture9_UploadSelf() local
331 struct pipe_box box; in NineBaseTexture9_UploadSelf() local
345 struct pipe_box box; in NineBaseTexture9_UploadSelf() local
450 struct pipe_box box; in NineBaseTexture9_CreatePipeResource() local
Dvolume9.c220 const struct pipe_box *box ) in NineVolume9_AddDirtyRegion()
258 struct pipe_box box; in NineVolume9_LockBox() local
384 struct pipe_box box; in NineVolume9_UnlockBox() local
493 struct pipe_box box; in NineVolume9_UploadSelf() local
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_box.h9 u_box_1d(unsigned x, unsigned w, struct pipe_box *box) in u_box_1d()
20 u_box_2d(unsigned x,unsigned y, unsigned w, unsigned h, struct pipe_box *box) in u_box_2d()
31 u_box_origin_2d(unsigned w, unsigned h, struct pipe_box *box) in u_box_origin_2d()
43 unsigned w, unsigned h, struct pipe_box *box) in u_box_2d_zslice()
56 struct pipe_box *box) in u_box_3d()
76 const struct pipe_box *box, int w, int h) in u_box_clip_2d()
118 u_box_volume_3d(const struct pipe_box *box) in u_box_volume_3d()
Du_transfer.c13 struct pipe_box box; in u_default_buffer_subdata() local
49 struct pipe_box box; in u_default_clear_buffer() local
78 const struct pipe_box *box, in u_default_texture_subdata()
121 UNUSED const struct pipe_box *box) in u_default_transfer_flush_region()
Du_transfer_helper.c177 const struct pipe_box *box, in transfer_map_msaa()
246 const struct pipe_box *box, in u_transfer_helper_transfer_map()
366 const struct pipe_box *box) in flush_region()
488 const struct pipe_box *box) in u_transfer_helper_transfer_flush_region()
526 struct pipe_box box; in u_transfer_helper_transfer_unmap() local
591 const struct pipe_box *box, in u_transfer_helper_deinterleave_transfer_map()
706 struct pipe_box box; in u_transfer_helper_deinterleave_transfer_unmap() local
Du_tile.h46 u_clip_tile(uint x, uint y, uint *w, uint *h, const struct pipe_box *box) in u_clip_tile()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_clear.c70 const struct pipe_box *box, in can_fast_clear_color()
167 const struct pipe_box *box, in fast_clear_color()
309 const struct pipe_box *box, in clear_color()
380 const struct pipe_box *box, in can_fast_clear_depth()
425 const struct pipe_box *box, in fast_clear_depth()
514 const struct pipe_box *box, in clear_depth_stencil()
627 struct pipe_box box = { in iris_clear() local
675 const struct pipe_box *box, in iris_clear_texture()
745 struct pipe_box box = { in iris_clear_render_target() local
776 struct pipe_box box = { in iris_clear_depth_stencil() local
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_tiling.c124 int cpp, const struct pipe_box *box, in vc4_t_image_helper()
183 int cpp, const struct pipe_box *box) in vc4_store_t_image()
193 int cpp, const struct pipe_box *box) in vc4_load_t_image()
208 const struct pipe_box *box) in vc4_load_tiled_image()
230 const struct pipe_box *box) in vc4_store_tiled_image()
Dvc4_tiling_lt.c132 int cpp, const struct pipe_box *box, bool to_cpu) in vc4_lt_image_aligned()
172 int cpp, const struct pipe_box *box, bool to_cpu) in vc4_lt_image_unaligned()
229 int cpp, const struct pipe_box *box, bool to_cpu) in vc4_lt_image_helper()
248 int cpp, const struct pipe_box *box, bool to_cpu) in vc4_lt_image_cpp_helper()
Dvc4_tiling.h90 int cpp, const struct pipe_box *box) in vc4_load_lt_image()
106 int cpp, const struct pipe_box *box) in vc4_store_lt_image()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_texture.c78 const struct pipe_box *box, in virgl_init_temp_resource_from_box()
119 const struct pipe_box *box, in texture_transfer_map_resolve()
237 const struct pipe_box *box, in virgl_texture_transfer_map()
249 const struct pipe_box *box) in flush_data()
Dvirgl_transfer_queue.c71 box_min_max(const struct pipe_box *box, int dim, int *min, int *max) in box_min_max()
108 const struct pipe_box *box, in transfer_overlap()
143 const struct pipe_box *box, in virgl_transfer_queue_find_overlap()
365 struct pipe_box box; in virgl_transfer_queue_extend_buffer() local
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_clear.c68 const struct pipe_box *box, in can_fast_clear_color()
201 const struct pipe_box *box, in fast_clear_color()
329 const struct pipe_box *box, in clear_color()
398 const struct pipe_box *box, in can_fast_clear_depth()
454 const struct pipe_box *box, in fast_clear_depth()
542 const struct pipe_box *box, in clear_depth_stencil()
652 struct pipe_box box = { in crocus_clear() local
711 const struct pipe_box *box, in crocus_clear_texture()
791 struct pipe_box box = { in crocus_clear_render_target() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_buffer.c314 unsigned usage, const struct pipe_box *box, in si_buffer_get_transfer()
338 unsigned level, unsigned usage, const struct pipe_box *box, in si_buffer_transfer_map()
482 const struct pipe_box *box) in si_buffer_do_flush_region()
506 struct pipe_box box; in si_buffer_flush_region() local
543 struct pipe_box box; in si_buffer_subdata() local
726 struct pipe_box *box, bool commit) in si_buffer_commit()
732 unsigned level, struct pipe_box *box, bool commit) in si_resource_commit()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_surface.c295 const struct pipe_box *box) in lp_clear_color_texture_msaa()
329 struct pipe_box box; in llvmpipe_clear_render_target() local
351 const struct pipe_box *box) in lp_clear_depth_stencil_texture_msaa()
401 struct pipe_box box; in llvmpipe_clear_depth_stencil() local
421 const struct pipe_box *box, in llvmpipe_clear_texture()
472 struct pipe_box box; in llvmpipe_clear_buffer() local
Dlp_rast_linear.c113 struct u_rect box; in lp_rast_linear_tile() local
137 struct u_rect box; in lp_rast_linear_rect() local
Dlp_rast_rect.c125 struct u_rect *box) in intersect_rect_and_tile()
153 struct u_rect box; in lp_rast_rectangle() local
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_transfer.c52 etna_compute_offset(enum pipe_format format, const struct pipe_box *box, in etna_compute_offset()
194 const struct pipe_box *box, in etna_transfer_map()
484 const struct pipe_box *box) in etna_transfer_flush_region()
/third_party/mesa3d/src/broadcom/common/
Dv3d_tiling.c220 const struct pipe_box *box, in v3d_move_pixels_unaligned()
260 const struct pipe_box *box, in v3d_move_pixels_general_percpp()
358 const struct pipe_box *box, in v3d_move_pixels_general()
409 const struct pipe_box *box, in v3d_move_tiled_image()
463 const struct pipe_box *box) in v3d_load_tiled_image()
483 const struct pipe_box *box) in v3d_store_tiled_image()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_buffer_common.c281 const struct pipe_box *box, in r600_buffer_get_transfer()
318 const struct pipe_box *box, in r600_buffer_transfer_map()
458 const struct pipe_box *box) in r600_buffer_do_flush_region()
493 struct pipe_box box; in r600_buffer_flush_region() local
531 struct pipe_box box; in r600_buffer_subdata() local
/third_party/typescript/tests/cases/compiler/
DcontextuallyTypedBooleanLiterals.ts14 declare function box<T>(value: T): Box<T>; function
/third_party/skia/modules/skottie/src/text/
DSkottieShaper.cpp53 BlobMaker(const Shaper::TextDesc& desc, const SkRect& box, const sk_sp<SkFontMgr>& fontmgr) in BlobMaker()
159 auto box = fResult.computeVisualBounds(); in finalize() local
365 const SkRect& box, const sk_sp<SkFontMgr>& fontmgr, in ShapeImpl()
389 const SkRect& box, const sk_sp<SkFontMgr>& fontmgr) { in ShapeToFit()
487 Shaper::Result Shaper::Shape(const SkString& orig_txt, const TextDesc& desc, const SkRect& box, in Shape()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DResource.cpp325 struct pipe_box box; in CreateResource() local
348 struct pipe_box box; in CreateResource() local
520 struct pipe_box box; in ResourceMap() local
683 struct pipe_box box; in ResourceCopy() local
884 struct pipe_box box; in ResourceUpdateSubResourceUP() local
/third_party/mesa3d/src/gallium/winsys/virgl/vtest/
Dvirgl_vtest_socket.c396 const struct pipe_box *box, in virgl_vtest_send_transfer_cmd()
430 const struct pipe_box *box, in virgl_vtest_send_transfer_cmd2()
464 const struct pipe_box *box, in virgl_vtest_send_transfer_get()
481 const struct pipe_box *box, in virgl_vtest_send_transfer_put()
505 const struct pipe_box *box, in virgl_vtest_recv_transfer_get_data()
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/5.1/unrelated_types_for_getters_and_setters/
Dunrelated_types_for_getters_and_setters_1.ts31 let box: Serializer = { variable

123456789