/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | RBBIDataWrapper.java | 394 static public String intToString(int n, int width) { in intToString() argument 404 static public String intToHexString(int n, int width) { in intToHexString() argument
|
/third_party/icu/icu4c/source/i18n/ |
H A D | number_fluent.cpp | 229 Derived NumberFormatterSettings<Derived>::unitWidth(UNumberUnitWidth width)&& { in unitWidth() argument
|
/third_party/lzma/CPP/Windows/Control/ |
H A D | Dialog.cpp | 222 bool CDialog::MoveItem(unsigned id, int x, int y, int width, int height, bool repaint)
in MoveItem() argument
|
/third_party/mesa3d/src/freedreno/computerator/ |
H A D | a6xx.c | 315 unsigned width = sz & MASK(15); in cs_ibo_emit() local
|
/third_party/mesa3d/src/freedreno/rnn/ |
H A D | rnndec.c | 160 int width = ti->high - ti->low + 1; in rnndec_decodeval() local [all...] |
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_fast_clear.c | 482 uint32_t width, height; in radv_process_color_image_layer() local 609 uint32_t width, height; in radv_process_color_image() local 740 uint32_t width, height; radv_decompress_dcc_compute() local [all...] |
H A D | radv_meta_decompress.c | 404 uint32_t width, height; in radv_process_depth_image_layer() local 502 uint32_t width = radv_minify(image->info.width, subresourceRange->baseMipLevel + l); in radv_process_depth_stencil() local 548 uint32_t width, heigh in radv_expand_depth_stencil_compute() local [all...] |
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_image.c | 78 uint32_t width = image->vk.extent.width; in v3d_setup_slices() local
|
/third_party/mesa3d/src/compiler/isaspec/ |
H A D | decode.c | 602 unsigned width = 1 + field->high - field->low; in display_field() local
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_sdma_copy_image.c | 47 static unsigned minify_as_blocks(unsigned width, unsigned level, unsigned blk_w) in minify_as_blocks() argument
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | drisw.c | 58 put_image(__DRIdrawable *dPriv, void *data, unsigned width, unsigned height) in put_image() argument 100 get_image(__DRIdrawable *dPriv, int x, int y, int width, int height, void *data) in get_image() argument 111 get_image2(__DRIdrawable *dPriv, int x, int y, int width, in argument 69 put_image2(__DRIdrawable *dPriv, void *data, int x, int y, unsigned width, unsigned height, unsigned stride) put_image2() argument 81 put_image_shm(__DRIdrawable *dPriv, int shmid, char *shmaddr, unsigned offset, unsigned offset_x, int x, int y, unsigned width, unsigned height, unsigned stride) put_image_shm() argument 126 get_image_shm(__DRIdrawable *dPriv, int x, int y, int width, int height, struct pipe_resource *res) get_image_shm() argument 158 drisw_get_image(struct dri_drawable *drawable, int x, int y, unsigned width, unsigned height, unsigned stride, void *data) drisw_get_image() argument 170 drisw_put_image(struct dri_drawable *drawable, void *data, unsigned width, unsigned height) drisw_put_image() argument 179 drisw_put_image2(struct dri_drawable *drawable, void *data, int x, int y, unsigned width, unsigned height, unsigned stride) drisw_put_image2() argument 189 drisw_put_image_shm(struct dri_drawable *drawable, int shmid, char *shmaddr, unsigned offset, unsigned offset_x, int x, int y, unsigned width, unsigned height, unsigned stride) drisw_put_image_shm() argument 352 unsigned width, height; drisw_allocate_textures() local [all...] |
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_pipe.h | 81 fit_rect_format_inclusive(enum pipe_format format, RECT *rect, int width, int height) in fit_rect_format_inclusive() argument 807 nine_format_get_stride(enum pipe_format format, unsigned width) nine_format_get_stride() argument 815 nine_format_get_level_alloc_size(enum pipe_format format, unsigned width, unsigned height, unsigned level) nine_format_get_level_alloc_size() argument 837 nine_format_get_size_and_offsets(enum pipe_format format, unsigned *offsets, unsigned width, unsigned height, unsigned last_level) nine_format_get_size_and_offsets() argument [all...] |
H A D | device9ex.c | 68 NineDevice9Ex_SetConvolutionMonoKernel( UNUSED struct NineDevice9Ex *This, UNUSED UINT width, UNUSED UINT height, UNUSED float *rows, UNUSED float *columns ) NineDevice9Ex_SetConvolutionMonoKernel() argument
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
H A D | output.c | 47 vlVdpOutputSurfaceCreate(VdpDevice device, VdpRGBAFormat rgba_format, uint32_t width, uint32_t height, VdpOutputSurface *surface) vlVdpOutputSurfaceCreate() argument 175 vlVdpOutputSurfaceGetParameters(VdpOutputSurface surface, VdpRGBAFormat *rgba_format, uint32_t *width, uint32_t *height) vlVdpOutputSurfaceGetParameters() argument [all...] |
/third_party/mesa3d/src/gallium/frontends/xa/ |
H A D | xa_composite.c | 546 xa_composite_rect(struct xa_context *ctx, int srcX, int srcY, int maskX, int maskY, int dstX, int dstY, int width, int height) xa_composite_rect() argument
|
/third_party/mesa3d/src/imgui/ |
H A D | imstb_rectpack.h | 181 int width; member 260 stbrp_init_target(stbrp_context *context, int width, int height, stbrp_node *nodes, int num_nodes) stbrp_init_target() argument 293 stbrp__skyline_find_min_y(stbrp_context *c, stbrp_node *first, int x0, int width, int *pwaste) stbrp__skyline_find_min_y() argument 349 stbrp__skyline_find_best_pos(stbrp_context *c, int width, int height) stbrp__skyline_find_best_pos() argument 444 stbrp__skyline_pack_rectangle(stbrp_context *context, int width, int height) stbrp__skyline_pack_rectangle() argument [all...] |
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | OutputMerger.cpp | 774 unsigned width, height; in SetRenderTargets() local
|
H A D | Resource.cpp | 159 unsigned width; in subResourceBox() local [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_combine_constants.cpp | 533 const uint32_t width = devinfo->ver == 8 && imm->is_half_float ? 2 : 1; in opt_combine_constants() local
|
H A D | test_eu_validate.cpp | 2840 unsigned width; in TEST_P() member
|
/third_party/mesa3d/src/gallium/winsys/virgl/vtest/ |
H A D | virgl_vtest_socket.c | 275 virgl_vtest_send_resource_create2(struct virgl_vtest_winsys *vws, uint32_t handle, enum pipe_texture_target target, uint32_t format, uint32_t bind, uint32_t width, uint32_t height, uint32_t depth, uint32_t array_size, uint32_t last_level, uint32_t nr_samples, uint32_t size, int *out_fd) virgl_vtest_send_resource_create2() argument 322 virgl_vtest_send_resource_create(struct virgl_vtest_winsys *vws, uint32_t handle, enum pipe_texture_target target, uint32_t format, uint32_t bind, uint32_t width, uint32_t height, uint32_t depth, uint32_t array_size, uint32_t last_level, uint32_t nr_samples, uint32_t size, int *out_fd) virgl_vtest_send_resource_create() argument
|
/third_party/mesa3d/src/hgl/ |
H A D | GLView.cpp | 249 BGLView::FrameResized(float width, float height) in FrameResized() argument
|
/third_party/mesa3d/src/glx/ |
H A D | glx_pbuffer.c | 735 int i, width, height; in glXCreatePbuffer() local 574 CreatePbuffer(Display * dpy, struct glx_config *config, unsigned int width, unsigned int height, const int *attrib_list, GLboolean size_in_attribs) CreatePbuffer() argument 718 glXCreateGLXPbufferSGIX(Display * dpy, GLXFBConfigSGIX config, unsigned int width, unsigned int height, int *attrib_list) glXCreateGLXPbufferSGIX() argument 828 unsigned int width, height, bd, depth; glXQueryDrawable() local [all...] |
/third_party/mesa3d/src/gallium/frontends/xvmc/ |
H A D | subpicture.c | 261 XvMCCreateSubpicture(Display *dpy, XvMCContext *context, XvMCSubpicture *subpicture, unsigned short width, unsigned short height, int xvimage_id) XvMCCreateSubpicture() argument 370 XvMCClearSubpicture(Display *dpy, XvMCSubpicture *subpicture, short x, short y, unsigned short width, unsigned short height, unsigned int color) XvMCClearSubpicture() argument 409 XvMCCompositeSubpicture(Display *dpy, XvMCSubpicture *subpicture, XvImage *image, short srcx, short srcy, unsigned short width, unsigned short height, short dstx, short dsty) XvMCCompositeSubpicture() argument [all...] |
/third_party/mesa3d/src/gallium/tests/graw/ |
H A D | gs-test.c | 191 set_viewport( float x, float y, float width, float height, float zNear, float zFar) set_viewport() argument
|