| /third_party/lame/libmp3lame/ |
| H A D | l3side.h | 75 int width[SFBMAX]; member
|
| /third_party/mesa3d/src/freedreno/fdl/ |
| H A D | fd6_view.c | 166 uint32_t width = u_minify(layout->width0, args->base_miplevel); in fdl6_view_init() local [all...] |
| /third_party/mesa3d/src/egl/drivers/dri2/ |
| H A D | platform_android.h | 125 int width; member
|
| /third_party/mesa3d/src/freedreno/rnn/ |
| H A D | headergen2.c | 135 uint32_t width = 1 + ti->high - ti->low; in printtypeinfo() local
|
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_meta.h | 152 uint32_t width, height; member
|
| H A D | radv_meta_copy_vrs_htile.c | 291 uint32_t width = DIV_ROUND_UP(extent->width, 8); in radv_copy_vrs_htile() local
|
| H A D | radv_meta_dcc_retile.c | 259 unsigned width = DIV_ROUND_UP(image->info.width, vk_format_get_blockwidth(image->vk.format)); in radv_retile_dcc() local
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_lower_alu_width.c | 74 alu_is_swizzled_in_bounds(const nir_alu_instr *alu, unsigned width) in alu_is_swizzled_in_bounds() argument [all...] |
| /third_party/mesa3d/src/broadcom/vulkan/ |
| H A D | v3dv_pass.c | 344 uint32_t width, height; in subpass_get_granularity() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_pipe_clear.c | 497 svga_blitter_clear_render_target(struct svga_context *svga, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height) svga_blitter_clear_render_target() argument 525 svga_clear_render_target(struct pipe_context *pipe, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) svga_clear_render_target() argument [all...] |
| /third_party/mesa3d/src/gallium/frontends/clover/api/ |
| H A D | memory.cpp | 344 clCreateImage2D(cl_context d_ctx, cl_mem_flags d_flags, const cl_image_format *format, size_t width, size_t height, size_t row_pitch, void *host_ptr, cl_int *r_errcode) clCreateImage2D() argument 355 clCreateImage3D(cl_context d_ctx, cl_mem_flags d_flags, const cl_image_format *format, size_t width, size_t height, size_t depth, size_t row_pitch, size_t slice_pitch, void *host_ptr, cl_int *r_errcode) clCreateImage3D() argument
|
| /third_party/mesa3d/src/gallium/drivers/softpipe/ |
| H A D | sp_image.c | 82 bounds_check(int width, int height, int depth, in bounds_check() argument 214 unsigned width, height, depth; in sp_tgsi_load() local 147 get_dimensions(const struct pipe_image_view *iview, const struct softpipe_resource *spr, unsigned tgsi_tex_instr, enum pipe_format pformat, unsigned *width, unsigned *height, unsigned *depth) get_dimensions() argument 297 unsigned width, height, depth; sp_tgsi_store() local 630 unsigned width, height, depth; sp_tgsi_op() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/virgl/tests/ |
| H A D | virgl_staging_mgr_test.cpp | 44 fake_resource_create(struct virgl_winsys *vws, enum pipe_texture_target target, const void *map_front_private, 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 flags, uint32_t size) fake_resource_create() argument 318 failing_resource_create(struct virgl_winsys *vws, enum pipe_texture_target target, const void *map_front_private, 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 flags, uint32_t size) failing_resource_create() argument
|
| /third_party/mesa3d/src/gallium/frontends/vdpau/ |
| H A D | decode.c | 42 vlVdpDecoderCreate(VdpDevice device, VdpDecoderProfile profile, uint32_t width, uint32_t height, uint32_t max_references, VdpDecoder *decoder) vlVdpDecoderCreate() argument 177 vlVdpDecoderGetParameters(VdpDecoder decoder, VdpDecoderProfile *profile, uint32_t *width, uint32_t *height) vlVdpDecoderGetParameters() argument
|
| /third_party/mesa3d/src/gallium/frontends/xa/ |
| H A D | xa_context.c | 344 xa_solid(struct xa_context *ctx, int x, int y, int width, int height) in xa_solid() argument 252 xa_copy(struct xa_context *ctx, int dx, int dy, int sx, int sy, int width, int height) xa_copy() argument
|
| /third_party/mesa3d/src/gallium/winsys/sw/kms-dri/ |
| H A D | kms_dri_sw_winsys.c | 70 unsigned width; member 130 get_plane(struct kms_sw_displaytarget *kms_sw_dt, enum pipe_format format, unsigned width, unsigned height, unsigned stride, unsigned offset) get_plane() argument 164 kms_sw_displaytarget_create(struct sw_winsys *ws, unsigned tex_usage, enum pipe_format format, unsigned width, unsigned height, unsigned alignment, const void *front_private, unsigned *stride) kms_sw_displaytarget_create() argument 320 kms_sw_displaytarget_add_from_prime(struct kms_sw_winsys *kms_sw, int fd, enum pipe_format format, unsigned width, unsigned height, unsigned stride, unsigned offset) kms_sw_displaytarget_add_from_prime() argument [all...] |
| /third_party/mesa3d/src/gallium/winsys/sw/xlib/ |
| H A D | xlib_sw_winsys.c | 61 unsigned width; member 150 alloc_shm_ximage(struct xlib_displaytarget *xlib_dt, struct xlib_drawable *xmb, unsigned width, unsigned height) alloc_shm_ximage() argument 203 alloc_ximage(struct xlib_displaytarget *xlib_dt, struct xlib_drawable *xmb, unsigned width, unsigned height) alloc_ximage() argument 400 xlib_displaytarget_create(struct sw_winsys *winsys, unsigned tex_usage, enum pipe_format format, unsigned width, unsigned height, unsigned alignment, const void *front_private, unsigned *stride) xlib_displaytarget_create() argument [all...] |
| /third_party/mesa3d/src/glx/ |
| H A D | dri2.c | 402 DRI2GetBuffers(Display * dpy, XID drawable, int *width, int *height, unsigned int *attachments, int count, int *outCount) DRI2GetBuffers() argument 461 DRI2GetBuffersWithFormat(Display * dpy, XID drawable, int *width, int *height, unsigned int *attachments, int count, int *outCount) DRI2GetBuffersWithFormat() argument
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_kopper.h | 66 unsigned width; member
|
| /third_party/mesa3d/src/gallium/frontends/omx/ |
| H A D | vid_dec_common.h | 137 unsigned int width; member
|
| /third_party/mesa3d/src/gallium/frontends/wgl/ |
| H A D | stw_framebuffer.c | 135 LONG width, height; in stw_framebuffer_get_size() local [all...] |
| /third_party/mesa3d/src/gallium/tests/graw/ |
| H A D | fs-test.c | 133 set_viewport( float x, float y, float width, float height, float zNear, float zFar) set_viewport() argument
|
| /third_party/mesa3d/src/gallium/winsys/radeon/drm/ |
| H A D | radeon_drm_surface.c | 260 unsigned width = align(surf->u.legacy.level[0].nblk_x, cl_width*8); in si_compute_cmask() local 286 unsigned cl_width, cl_height, width, height; in si_compute_htile() local
|
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | r600_test_dma.c | 304 int width, height, depth; in r600_test_dma() local [all...] |
| /third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
| H A D | xm_st.c | 90 xmesa_st_framebuffer_copy_textures(struct st_framebuffer_iface *stfbi, enum st_attachment_type src_statt, enum st_attachment_type dst_statt, unsigned x, unsigned y, unsigned width, unsigned height) xmesa_st_framebuffer_copy_textures() argument 120 xmesa_st_framebuffer_validate_textures(struct st_framebuffer_iface *stfbi, unsigned width, unsigned height, unsigned mask) xmesa_st_framebuffer_validate_textures() argument
|