| /third_party/mesa3d/src/egl/drivers/dri2/ |
| H A D | platform_x11.c | 523 dri2_x11_get_buffers(__DRIdrawable * driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *loaderPrivate) dri2_x11_get_buffers() argument 560 dri2_x11_get_buffers_with_format(__DRIdrawable * driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *loaderPrivate) dri2_x11_get_buffers_with_format() argument 1000 dri2_x11_post_sub_buffer(_EGLDisplay *disp, _EGLSurface *draw, EGLint x, EGLint y, EGLint width, EGLint height) dri2_x11_post_sub_buffer() argument [all...] |
| /third_party/mesa3d/src/egl/main/ |
| H A D | eglapi.c | 2335 eglPostSubBufferNV(EGLDisplay dpy, EGLSurface surface, EGLint x, EGLint y, EGLint width, EGLint height) eglPostSubBufferNV() argument
|
| /third_party/mesa3d/src/freedreno/vulkan/ |
| H A D | tu_device.h | 383 uint32_t height; member
|
| /third_party/mesa3d/src/gallium/auxiliary/cso_cache/ |
| H A D | cso_context.c | 722 cso_set_viewport_dims(struct cso_context *ctx, float width, float height, boolean invert) cso_set_viewport_dims() argument
|
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_image.c | 456 unsigned height = image->info.height; in radv_patch_image_dimensions() local 954 gfx10_make_texture_descriptor(struct radv_device *device, struct radv_image *image, bool is_storage_image, VkImageViewType view_type, VkFormat vk_format, const VkComponentMapping *mapping, unsigned first_level, unsigned last_level, unsigned first_layer, unsigned last_layer, unsigned width, unsigned height, unsigned depth, float min_lod, uint32_t *state, uint32_t *fmask_state, VkImageCreateFlags img_create_flags) gfx10_make_texture_descriptor() argument 1114 si_make_texture_descriptor(struct radv_device *device, struct radv_image *image, bool is_storage_image, VkImageViewType view_type, VkFormat vk_format, const VkComponentMapping *mapping, unsigned first_level, unsigned last_level, unsigned first_layer, unsigned last_layer, unsigned width, unsigned height, unsigned depth, float min_lod, uint32_t *state, uint32_t *fmask_state, VkImageCreateFlags img_create_flags) si_make_texture_descriptor() argument 1328 radv_make_texture_descriptor(struct radv_device *device, struct radv_image *image, bool is_storage_image, VkImageViewType view_type, VkFormat vk_format, const VkComponentMapping *mapping, unsigned first_level, unsigned last_level, unsigned first_layer, unsigned last_layer, unsigned width, unsigned height, unsigned depth, float min_lod, uint32_t *state, uint32_t *fmask_state, VkImageCreateFlags img_create_flags) radv_make_texture_descriptor() argument [all...] |
| H A D | radv_meta_clear.c | 1393 uint32_t width, height; in radv_clear_dcc_comp_to_single() local 2060 uint32_t height = radv_minify(image->info.height, range->baseMipLevel + level); radv_clear_image_layer() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | r600_texture.c | 686 unsigned height = align(rtex->resource.b.b.height0, macro_tile_height); in r600_texture_get_cmask_info() local 753 unsigned cl_width, cl_height, width, height; in r600_texture_get_htile_size() local 1514 r600_create_surface_custom(struct pipe_context *pipe, struct pipe_resource *texture, const struct pipe_surface *templ, unsigned width0, unsigned height0, unsigned width, unsigned height) r600_create_surface_custom() argument 1548 unsigned height = u_minify(tex->height0, level); r600_create_surface() local [all...] |
| /third_party/mesa3d/src/gallium/frontends/dri/ |
| H A D | dri2.c | 296 dri2_allocate_buffer(__DRIscreen *sPriv, unsigned attachment, unsigned format, int width, int height) dri2_allocate_buffer() argument 844 dri2_create_image_from_winsys(__DRIscreen *_screen, int width, int height, const struct dri2_format_mapping *map, int num_handles, struct winsys_handle *whandle, unsigned bind, void *loaderPrivate) dri2_create_image_from_winsys() argument 982 dri2_create_image_from_name(__DRIscreen *_screen, int width, int height, int format, int name, int pitch, void *loaderPrivate) dri2_create_image_from_name() argument 1046 dri2_create_image_from_fd(__DRIscreen *_screen, int width, int height, int fourcc, uint64_t modifier, int *fds, int num_fds, int *strides, int *offsets, unsigned bind, unsigned *error, void *loaderPrivate) dri2_create_image_from_fd() argument 1107 dri2_create_image_common(__DRIscreen *_screen, int width, int height, int format, unsigned int use, const uint64_t *modifiers, const unsigned count, void *loaderPrivate) dri2_create_image_common() argument 1193 dri2_create_image(__DRIscreen *_screen, int width, int height, int format, unsigned int use, void *loaderPrivate) dri2_create_image() argument 1203 dri2_create_image_with_modifiers(__DRIscreen *dri_screen, int width, int height, int format, const uint64_t *modifiers, const unsigned count, void *loaderPrivate) dri2_create_image_with_modifiers() argument 1215 dri2_create_image_with_modifiers2(__DRIscreen *dri_screen, int width, int height, int format, const uint64_t *modifiers, const unsigned count, unsigned int use, void *loaderPrivate) dri2_create_image_with_modifiers2() argument 1490 dri2_from_names(__DRIscreen *screen, int width, int height, int format, int *names, int num_names, int *strides, int *offsets, void *loaderPrivate) dri2_from_names() argument 1564 dri2_from_fds(__DRIscreen *screen, int width, int height, int fourcc, int *fds, int num_fds, int *strides, int *offsets, void *loaderPrivate) dri2_from_fds() argument 1574 dri2_from_fds2(__DRIscreen *screen, int width, int height, int fourcc, int *fds, int num_fds, uint32_t flags, int *strides, int *offsets, void *loaderPrivate) dri2_from_fds2() argument 1652 dri2_from_dma_bufs(__DRIscreen *screen, int width, int height, int fourcc, int *fds, int num_fds, int *strides, int *offsets, enum __DRIYUVColorSpace yuv_color_space, enum __DRISampleRange sample_range, enum __DRIChromaSiting horizontal_siting, enum __DRIChromaSiting vertical_siting, unsigned *error, void *loaderPrivate) dri2_from_dma_bufs() argument 1681 dri2_from_dma_bufs2(__DRIscreen *screen, int width, int height, int fourcc, uint64_t modifier, int *fds, int num_fds, int *strides, int *offsets, enum __DRIYUVColorSpace yuv_color_space, enum __DRISampleRange sample_range, enum __DRIChromaSiting horizontal_siting, enum __DRIChromaSiting vertical_siting, unsigned *error, void *loaderPrivate) dri2_from_dma_bufs2() argument 1710 dri2_from_dma_bufs3(__DRIscreen *screen, int width, int height, int fourcc, uint64_t modifier, int *fds, int num_fds, int *strides, int *offsets, enum __DRIYUVColorSpace yuv_color_space, enum __DRISampleRange sample_range, enum __DRIChromaSiting horizontal_siting, enum __DRIChromaSiting vertical_siting, uint32_t flags, unsigned *error, void *loaderPrivate) dri2_from_dma_bufs3() argument 1791 dri2_map_image(__DRIcontext *context, __DRIimage *image, int x0, int y0, int width, int height, unsigned int flags, int *stride, void **data) dri2_map_image() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/tegra/ |
| H A D | tegra_context.c | 745 tegra_clear_render_target(struct pipe_context *pcontext, struct pipe_surface *pdst, const union pipe_color_union *color, unsigned int dstx, unsigned int dsty, unsigned int width, unsigned int height, bool render_condition) tegra_clear_render_target() argument 762 tegra_clear_depth_stencil(struct pipe_context *pcontext, struct pipe_surface *pdst, unsigned int flags, double depth, unsigned int stencil, unsigned int dstx, unsigned int dsty, unsigned int width, unsigned int height, bool render_condition) tegra_clear_depth_stencil() argument
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_texture.c | 2090 unsigned height = u_minify(tex->height0, level); si_create_surface() local [all...] |
| H A D | radeon_vcn_dec.c | 1352 unsigned height = align(dec->base.height, VL_MACROBLOCK_HEIGHT); in calc_ctx_size_h265_main() local 1374 unsigned height in calc_ctx_size_h265_main10() local 1595 unsigned width, height, size; rvcn_dec_dynamic_dpb_t2_message() local 2307 unsigned height = align(dec->base.height, VL_MACROBLOCK_HEIGHT); calc_ctx_size_h264_perf() local 2357 unsigned height = align(dec->base.height, VL_MACROBLOCK_HEIGHT); calc_dpb_size() local 2716 unsigned width = templ->width, height = templ->height; radeon_create_decoder() local [all...] |
| /third_party/mesa3d/src/gallium/winsys/svga/drm/ |
| H A D | vmwgfx_drm.h | 244 __u32 height; member 506 __u32 height; member
|
| /third_party/mesa3d/src/glx/ |
| H A D | glxcmds.c | 2352 glXCopySubBufferMESA(Display * dpy, GLXDrawable drawable, int x, int y, int width, int height) glXCopySubBufferMESA() argument
|
| /third_party/mesa3d/src/gallium/frontends/lavapipe/ |
| H A D | lvp_device.c | 458 lvp_get_image(struct dri_drawable *dri_drawable, int x, int y, unsigned width, unsigned height, unsigned stride, void *data) lvp_get_image() argument 465 lvp_put_image(struct dri_drawable *dri_drawable, void *data, unsigned width, unsigned height) lvp_put_image() argument 471 lvp_put_image2(struct dri_drawable *dri_drawable, void *data, int x, int y, unsigned width, unsigned height, unsigned stride) lvp_put_image2() argument
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_cb_drawpixels.c | 467 alloc_texture(struct st_context *st, GLsizei width, GLsizei height, in alloc_texture() argument 484 search_drawpixels_cache(struct st_context *st, GLsizei width, GLsizei height, GLenum format, GLenum type, const struct gl_pixelstore_attrib *unpack, const void *pixels) search_drawpixels_cache() argument 567 cache_drawpixels_image(struct st_context *st, GLsizei width, GLsizei height, GLenum format, GLenum type, const struct gl_pixelstore_attrib *unpack, const void *pixels, struct pipe_resource *pt) cache_drawpixels_image() argument 608 make_texture(struct st_context *st, GLsizei width, GLsizei height, GLenum format, GLenum type, const struct gl_pixelstore_attrib *unpack, const void *pixels) make_texture() argument 731 draw_textured_quad(struct gl_context *ctx, GLint x, GLint y, GLfloat z, GLsizei width, GLsizei height, GLfloat zoomX, GLfloat zoomY, struct pipe_sampler_view **sv, int num_sampler_view, void *driver_vp, void *driver_fp, struct st_fp_variant *fpv, const GLfloat *color, GLboolean invertTex, GLboolean write_depth, GLboolean write_stencil) draw_textured_quad() argument 958 draw_stencil_pixels(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, const struct gl_pixelstore_attrib *unpack, const void *pixels) draw_stencil_pixels() argument 1192 clamp_size(struct st_context *st, GLsizei *width, GLsizei *height, struct gl_pixelstore_attrib *unpack) clamp_size() argument 1272 st_DrawPixels(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, const struct gl_pixelstore_attrib *unpack, const void *pixels) st_DrawPixels() argument 1414 copy_stencil_pixels(struct gl_context *ctx, GLint srcx, GLint srcy, GLsizei width, GLsizei height, GLint dstx, GLint dsty) copy_stencil_pixels() argument 1518 blit_copy_pixels(struct gl_context *ctx, GLint srcx, GLint srcy, GLsizei width, GLsizei height, GLint dstx, GLint dsty, GLenum type) blit_copy_pixels() argument 1667 st_CopyPixels(struct gl_context *ctx, GLint srcx, GLint srcy, GLsizei width, GLsizei height, GLint dstx, GLint dsty, GLenum type) st_CopyPixels() argument [all...] |
| H A D | st_cb_texture.c | 158 create_dst_texture(struct gl_context *ctx, enum pipe_format dst_format, enum pipe_texture_target pipe_target, GLsizei width, GLsizei height, GLint depth, GLenum gl_target, unsigned bind) create_dst_texture() argument 182 copy_to_staging_dest(struct gl_context * ctx, struct pipe_resource *dst, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLenum format, GLenum type, void * pixels, struct gl_texture_image *texImage) copy_to_staging_dest() argument 675 guess_base_level_size(GLenum target, GLuint width, GLuint height, GLuint depth, GLuint level, GLuint *width0, GLuint *height0, GLuint *depth0) guess_base_level_size() argument 827 GLuint lastLevel, width, height, depth; guess_and_alloc_texture() local 930 GLuint height = texImage->Height; st_AllocTextureImageBuffer() local 1587 try_pbo_upload(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLenum format, GLenum type, enum pipe_format dst_format, GLint xoffset, GLint yoffset, GLint zoffset, GLint width, GLint height, GLint depth, const void *pixels, const struct gl_pixelstore_attrib *unpack) try_pbo_upload() argument 1702 try_pbo_download(struct st_context *st, struct gl_texture_image *texImage, enum pipe_format src_format, enum pipe_format dst_format, GLint xoffset, GLint yoffset, GLint zoffset, GLint width, GLint height, GLint depth, const struct gl_pixelstore_attrib *pack, void *pixels) try_pbo_download() argument 1879 st_TexSubImage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, GLint width, GLint height, GLint depth, GLenum format, GLenum type, const void *pixels, const struct gl_pixelstore_attrib *unpack) st_TexSubImage() argument 2402 st_GetTexSubImage(struct gl_context * ctx, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLenum format, GLenum type, void * pixels, struct gl_texture_image *texImage) st_GetTexSubImage() argument 2554 fallback_copy_texsubimage(struct gl_context *ctx, struct gl_renderbuffer *rb, struct gl_texture_image *stImage, GLenum baseFormat, GLint destX, GLint destY, GLint slice, GLint srcX, GLint srcY, GLsizei width, GLsizei height) fallback_copy_texsubimage() argument 2742 st_CopyTexSubImage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLint destX, GLint destY, GLint slice, struct gl_renderbuffer *rb, GLint srcX, GLint srcY, GLsizei width, GLsizei height) st_CopyTexSubImage() argument 2963 uint16_t height, depth; st_finalize_texture() local 3072 GLuint height; st_finalize_texture() local 3175 st_texture_storage(struct gl_context *ctx, struct gl_texture_object *texObj, GLsizei levels, GLsizei width, GLsizei height, GLsizei depth, struct gl_memory_object *memObj, GLuint64 offset) st_texture_storage() argument 3297 st_AllocTextureStorage(struct gl_context *ctx, struct gl_texture_object *texObj, GLsizei levels, GLsizei width, GLsizei height, GLsizei depth) st_AllocTextureStorage() argument 3309 st_TestProxyTexImage(struct gl_context *ctx, GLenum target, GLuint numLevels, GLint level, mesa_format format, GLuint numSamples, GLint width, GLint height, GLint depth) st_TestProxyTexImage() argument 3455 st_ClearTexSubImage(struct gl_context *ctx, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, const void *clearValue) st_ClearTexSubImage() argument 3511 st_SetTextureStorageForMemoryObject(struct gl_context *ctx, struct gl_texture_object *texObj, struct gl_memory_object *memObj, GLsizei levels, GLsizei width, GLsizei height, GLsizei depth, GLuint64 offset) st_SetTextureStorageForMemoryObject() argument 3540 st_TexturePageCommitment(struct gl_context *ctx, struct gl_texture_object *tex_obj, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, bool commit) st_TexturePageCommitment() argument [all...] |
| H A D | st_context.h | 90 GLsizei width, height; member
|
| /third_party/mesa3d/src/intel/vulkan/ |
| H A D | anv_blorp.c | 150 get_blorp_surf_for_anv_buffer(struct anv_device *device, struct anv_buffer *buffer, uint64_t offset, uint32_t width, uint32_t height, uint32_t row_pitch, enum isl_format format, bool is_dest, struct blorp_surf *blorp_surf, struct isl_surf *isl_surf) get_blorp_surf_for_anv_buffer() argument 960 uint64_t height = fillSize / (MAX_SURFACE_DIM * bs); anv_CmdFillBuffer() local 1363 anv_image_msaa_resolve(struct anv_cmd_buffer *cmd_buffer, const struct anv_image *src_image, enum isl_aux_usage src_aux_usage, uint32_t src_level, uint32_t src_base_layer, const struct anv_image *dst_image, enum isl_aux_usage dst_aux_usage, uint32_t dst_level, uint32_t dst_base_layer, VkImageAspectFlagBits aspect, uint32_t src_x, uint32_t src_y, uint32_t dst_x, uint32_t dst_y, uint32_t width, uint32_t height, uint32_t layer_count, enum blorp_filter filter) anv_image_msaa_resolve() argument [all...] |
| /third_party/mesa3d/src/loader/ |
| H A D | loader_dri3_helper.c | 208 loader_dri3_blit_image(struct loader_dri3_drawable *draw, __DRIimage *dst, __DRIimage *src, int dstx0, int dsty0, int width, int height, int srcx0, int srcy0, int flush_flag) loader_dri3_blit_image() argument 761 dri3_copy_area(xcb_connection_t *c, xcb_drawable_t src_drawable, xcb_drawable_t dst_drawable, xcb_gcontext_t gc, int16_t src_x, int16_t src_y, int16_t dst_x, int16_t dst_y, uint16_t width, uint16_t height) dri3_copy_area() argument 808 loader_dri3_copy_sub_buffer(struct loader_dri3_drawable *draw, int x, int y, int width, int height, bool flush) loader_dri3_copy_sub_buffer() argument 1401 dri3_alloc_render_buffer(struct loader_dri3_drawable *draw, unsigned int format, int width, int height, int depth) dri3_alloc_render_buffer() argument 1916 int height; dri3_get_pixmap_buffer() local [all...] |
| /third_party/mesa3d/src/intel/isl/ |
| H A D | isl.c | 433 unsigned height = 1 << (6 - (ffs(bs) / 2) + (2 * is_Ys)); in isl_tiling_get_info() local 724 isl_msaa_interleaved_scale_px_to_sa(uint32_t samples, uint32_t *width, uint32_t *height) isl_msaa_interleaved_scale_px_to_sa() argument [all...] |
| /third_party/mesa3d/src/panfrost/lib/genxml/ |
| H A D | decode.c | 191 unsigned height; member
|
| /third_party/mesa3d/src/panfrost/vulkan/ |
| H A D | panvk_vX_meta_copy.c | 646 unsigned height = u_minify(dst->pimage.layout.height, region->dstSubresource.mipLevel); in panvk_meta_copy_img2img() local [all...] |
| /third_party/mesa3d/include/drm-uapi/ |
| H A D | vc4_drm.h | 148 __u16 height; member
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_jit.h | 56 uint32_t height; member 89 uint32_t height; member
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_surface.c | 87 uint32_t width, height, depth; in nv50_2d_texture_set() local 276 nv50_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) nv50_clear_render_target() argument 365 nv50_clear_depth_stencil(struct pipe_context *pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) nv50_clear_depth_stencil() argument 711 unsigned width, height, elements; nv50_clear_buffer() local [all...] |