/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_tile.h | 46 u_clip_tile(uint x, uint y, uint *w, uint *h, const struct pipe_box *box) in u_clip_tile() argument
|
H A D | u_transfer.c | 13 struct pipe_box box; in u_default_buffer_subdata() local 49 struct pipe_box box; in u_default_clear_buffer() local 74 u_default_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) u_default_texture_subdata() argument 119 u_default_transfer_flush_region(UNUSED struct pipe_context *pipe, UNUSED struct pipe_transfer *transfer, UNUSED const struct pipe_box *box) u_default_transfer_flush_region() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_buffer.c | 64 virgl_buffer_transfer_flush_region(struct pipe_context *ctx, struct pipe_transfer *transfer, const struct pipe_box *box) virgl_buffer_transfer_flush_region() argument
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/ext_util/ |
H A D | misc_util.c | 58 void RectBoxTran(RectBox* box, int srcWidth, int srcHeight, int dstWidth, int dstHeight)
in RectBoxTran() argument
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_tiling.h | 88 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 104 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...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/ai_infer_process/ |
H A D | ai_infer_process.h | 65 RectBox box; // The rectangular area of the object (pixels)
member
|
/kernel/liteos_m/components/security/box/ |
H A D | los_box.c | 65 LosBoxCB *box = &g_boxCB[i]; in BoxInit() local 79 LosBoxCB *box = &g_boxCB[i]; in OsBoxStart() local [all...] |
/third_party/cups-filters/filter/pdftopdf/ |
H A D | qpdf_xobject.cc | 93 QPDFObjectHandle box=getTrimBox(page); // already in "form space" in makeXObject() local
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_rast_linear.c | 113 struct u_rect box; in lp_rast_linear_tile() local 137 struct u_rect box; in lp_rast_linear_rect() local [all...] |
/kernel/liteos_a/kernel/base/mem/membox/ |
H A D | los_membox.c | 144 LITE_OS_SEC_TEXT UINT32 LOS_MemboxFree(VOID *pool, VOID *box) in LOS_MemboxFree() argument 171 LITE_OS_SEC_TEXT_MINOR VOID LOS_MemboxClr(VOID *pool, VOID *box) in LOS_MemboxClr() argument
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_bbox.c | 80 FFBoundingBox box; in filter_frame() local [all...] |
/third_party/mesa3d/src/gallium/winsys/sw/null/ |
H A D | null_sw_winsys.c | 116 null_sw_displaytarget_display(struct sw_winsys *winsys, struct sw_displaytarget *dt, void *context_private, struct pipe_box *box) null_sw_displaytarget_display() argument
|
/third_party/mesa3d/src/gallium/frontends/omx/ |
H A D | vid_dec_common.c | 138 struct pipe_box box = {0, 0, j, width, height, 1}; in vid_dec_FillOutput() local
|
/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | buffer.c | 129 struct pipe_box box = {}; in vlVaMapBuffer() local
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_resource_buffer.c | 68 i915_buffer_transfer_map(struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer) i915_buffer_transfer_map() argument
|
/third_party/mesa3d/src/gallium/auxiliary/postprocess/ |
H A D | pp_mlaa.c | 223 struct pipe_box box; in pp_jimenezmlaa_init_run() local
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_transfer.c | 100 r300_texture_transfer_map(struct pipe_context *ctx, struct pipe_resource *texture, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **transfer) r300_texture_transfer_map() argument [all...] |
/third_party/skia/gm/ |
H A D | textblob.cpp | 119 SkRect box = blob->bounds(); variable
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/mpp_help/src/ |
H A D | ive_img.c | 212 RectBox box = *origBox;
in ImgYuvCrop() local [all...] |
/kernel/linux/linux-5.10/sound/pci/ice1712/ |
H A D | hoontech.c | 68 static void snd_ice1712_stdsp24_box_channel(struct snd_ice1712 *ice, int box, int chn, int activate) in snd_ice1712_stdsp24_box_channel() argument 118 static void snd_ice1712_stdsp24_box_midi(struct snd_ice1712 *ice, int box, int master) in snd_ice1712_stdsp24_box_midi() argument 158 int box, chn; in hoontech_init() local [all...] |
/kernel/linux/linux-5.10/scripts/kconfig/lxdialog/ |
H A D | textbox.c | 26 static void refresh_text_box(WINDOW *dialog, WINDOW *box, int boxh, int boxw, in refresh_text_box() argument 49 WINDOW *dialog, *box; in dialog_textbox() local [all...] |
/kernel/linux/linux-5.10/lib/ |
H A D | packing.c | 99 int plogical_first_u8, plogical_last_u8, box; in packing() local [all...] |
/kernel/linux/linux-6.6/scripts/kconfig/lxdialog/ |
H A D | textbox.c | 133 static void refresh_text_box(WINDOW *dialog, WINDOW *box, int boxh, int boxw, in refresh_text_box() argument 157 WINDOW *dialog, *box; in dialog_textbox() local [all...] |
/kernel/linux/linux-6.6/sound/pci/ice1712/ |
H A D | hoontech.c | 68 static void snd_ice1712_stdsp24_box_channel(struct snd_ice1712 *ice, int box, int chn, int activate) in snd_ice1712_stdsp24_box_channel() argument 118 static void snd_ice1712_stdsp24_box_midi(struct snd_ice1712 *ice, int box, int master) in snd_ice1712_stdsp24_box_midi() argument 158 int box, chn; in hoontech_init() local [all...] |
/kernel/linux/linux-6.6/lib/ |
H A D | packing.c | 87 int plogical_first_u8, plogical_last_u8, box; in packing() local [all...] |