Home
last modified time | relevance | path

Searched defs:height (Results 3276 - 3300 of 4254) sorted by relevance

1...<<131132133134135136137138139140>>...171

/third_party/libdrm/include/drm/
H A Dmach64_drm.h245 unsigned short width, height; member
/third_party/lzma/CPP/Windows/
H A DWindow.h211 bool Move(int x, int y, int width, int height, bool repaint = true) in Move() argument
163 CreateEx(DWORD exStyle, LPCTSTR className, LPCTSTR windowName, DWORD style, int x, int y, int width, int height, HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance, LPVOID createParam) CreateEx() argument
175 Create(LPCTSTR className, LPCTSTR windowName, DWORD style, int x, int y, int width, int height, HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance, LPVOID createParam) Create() argument
/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_android.c1229 droid_get_buffers_with_format(__DRIdrawable * driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *loaderPrivate) global() argument
[all...]
H A Dplatform_ohos.c820 ohos_get_buffers_with_format(__DRIdrawable *driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *loaderPrivate) ohos_get_buffers_with_format() argument
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dvx_meta_common.c511 uint32_t width, height; in emit_copy_layer_to_buffer_per_tile_list() local
832 meta_emit_tfu_job(struct v3dv_cmd_buffer *cmd_buffer, uint32_t dst_bo_handle, uint32_t dst_offset, enum v3d_tiling_mode dst_tiling, uint32_t dst_padded_height_or_stride, uint32_t dst_cpp, uint32_t src_bo_handle, uint32_t src_offset, enum v3d_tiling_mode src_tiling, uint32_t src_padded_height_or_stride, uint32_t src_cpp, uint32_t width, uint32_t height, const struct v3dv_format *format) meta_emit_tfu_job() argument
1067 uint32_t width, height; emit_copy_buffer_to_layer_per_tile_list() local
1193 framebuffer_size_for_pixel_count(uint32_t num_pixels, uint32_t *width, uint32_t *height) framebuffer_size_for_pixel_count() argument
[all...]
H A Dv3dv_meta_clear.c114 uint32_t height = u_minify(image->vk.extent.height, level); in clear_image_tlb() local
/third_party/mesa3d/src/gallium/frontends/dri/
H A Dkopper.c419 int height; in kopper_get_pixmap_buffer() local
492 unsigned width, height; in kopper_allocate_textures() local
762 get_image(__DRIdrawable *dPriv, int x, int y, int width, int height, void *data) get_image() argument
773 get_image_shm(__DRIdrawable *dPriv, int x, int y, int width, int height, struct pipe_resource *res) get_image_shm() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_uvd.c223 unsigned height = align(dec->base.height, VL_MACROBLOCK_HEIGHT); in calc_ctx_size_h264_perf() local
276 unsigned height = align(dec->base.height, VL_MACROBLOCK_HEIGHT); in calc_ctx_size_h265_main() local
298 unsigned height = align(dec->base.height, VL_MACROBLOCK_HEIGHT); calc_ctx_size_h265_main10() local
340 unsigned height = align(dec->base.height, VL_MACROBLOCK_HEIGHT); calc_dpb_size() local
1222 unsigned width = templ->width, height = templ->height; si_common_uvd_create_decoder() local
[all...]
H A Dsi_test_image_copy_region.c49 unsigned height = u_minify(templ->height0, level); in alloc_cpu_texture() local
65 unsigned height = u_minify(tex->height0, level); in set_random_pixels() local
101 unsigned height = align(u_minify(tex1->height0, level), util_format_get_blockheight(tex1->format)); in set_random_pixels_for_2_textures() local
145 unsigned height in compare_textures() local
178 unsigned height = u_minify(tex1->height0, level); compare_gpu_textures() local
563 int width, height, depth; si_test_image_copy_region() local
[all...]
H A Dsi_clear.c1216 si_try_normal_clear(struct si_context *sctx, struct pipe_surface *dst, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled, unsigned buffers, const union pipe_color_union *color, float depth, unsigned stencil) si_try_normal_clear() argument
1258 si_clear_render_target(struct pipe_context *ctx, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) si_clear_render_target() argument
1284 si_clear_depth_stencil(struct pipe_context *ctx, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) si_clear_depth_stencil() argument
[all...]
H A Dsi_compute_blit.c805 unsigned height = DIV_ROUND_UP(tex->buffer.b.b.height0, tex->surface.u.gfx9.color.dcc_block_height); in si_retile_dcc() local
857 unsigned height in gfx9_clear_dcc_msaa() local
954 si_compute_clear_render_target(struct pipe_context *ctx, struct pipe_surface *dstsurf, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) si_compute_clear_render_target() argument
[all...]
/third_party/mesa3d/src/glx/
H A Ddri2_glx.c72 int width, height; member
482 __dri2CopySubBuffer(__GLXDRIdrawable *pdraw, int x, int y, int width, int height, enum __DRI2throttleReason reason, Bool flush) __dri2CopySubBuffer() argument
522 dri2CopySubBuffer(__GLXDRIdrawable *pdraw, int x, int y, int width, int height, Bool flush) dri2CopySubBuffer() argument
761 dri2GetBuffers(__DRIdrawable * driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *loaderPrivate) dri2GetBuffers() argument
784 dri2GetBuffersWithFormat(__DRIdrawable * driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *loaderPrivate) dri2GetBuffersWithFormat() argument
[all...]
H A Ddri3_glx.c91 glx_dri3_set_drawable_size(struct loader_dri3_drawable *draw, int width, int height) glx_dri3_set_drawable_size() argument
463 dri3_copy_sub_buffer(__GLXDRIdrawable *pdraw, int x, int y, int width, int height, Bool flush) dri3_copy_sub_buffer() argument
H A Ddrisw_glx.c768 driswCopySubBuffer(__GLXDRIdrawable * pdraw, int x, int y, int width, int height, Bool flush) driswCopySubBuffer() argument
H A Dg_glxglvnddispatchfuncs.c228 dispatch_CreateGLXPbufferSGIX(Display *dpy, GLXFBConfig config, unsigned int width, unsigned int height, int *attrib_list) dispatch_CreateGLXPbufferSGIX() argument
604 dispatch_CopySubBufferMESA(Display *dpy, GLXDrawable drawable, int x, int y, int width, int height) dispatch_CopySubBufferMESA() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd.c323 SVGA3D_DefineSurface2D(struct svga_winsys_context *swc, struct svga_winsys_surface *sid, uint32 width, uint32 height, SVGA3dSurfaceFormat format) SVGA3D_DefineSurface2D() argument
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dxm_api.c378 xmesa_get_window_size(Display *dpy, XMesaBuffer b, GLuint *width, GLuint *height) xmesa_get_window_size() argument
1197 XMesaCreatePBuffer(XMesaVisual v, Colormap cmap, unsigned int width, unsigned int height) XMesaCreatePBuffer() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/va/
H A Dsurface.c56 vlVaCreateSurfaces(VADriverContextP ctx, int width, int height, int format, in vlVaCreateSurfaces() argument
827 vlVaCreateSurfaces2(VADriverContextP ctx, unsigned int format, unsigned int width, unsigned int height, VASurfaceID *surfaces, unsigned int num_surfaces, VASurfaceAttrib *attrib_list, unsigned int num_attribs) vlVaCreateSurfaces2() argument
[all...]
/third_party/mesa3d/src/gallium/winsys/virgl/drm/
H A Dvirgl_drm_winsys.c165 virgl_drm_winsys_resource_create_blob(struct virgl_winsys *qws, 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 flags, uint32_t size) virgl_drm_winsys_resource_create_blob() argument
248 virgl_drm_winsys_resource_create(struct virgl_winsys *qws, 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, bool for_fencing) virgl_drm_winsys_resource_create() argument
403 virgl_drm_winsys_resource_cache_create(struct virgl_winsys *qws, 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) virgl_drm_winsys_resource_cache_create() argument
572 virgl_drm_winsys_resource_set_type(struct virgl_winsys *qws, struct virgl_hw_res *res, uint32_t format, uint32_t bind, uint32_t width, uint32_t height, uint32_t usage, uint64_t modifier, uint32_t plane_count, const uint32_t *plane_strides, const uint32_t *plane_offsets) virgl_drm_winsys_resource_set_type() argument
[all...]
/third_party/mesa3d/src/gbm/backends/dri/
H A Dgbm_dri.c95 dri_get_buffers(__DRIdrawable * driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *data) dri_get_buffers() argument
121 dri_get_buffers_with_format(__DRIdrawable * driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *data) dri_get_buffers_with_format() argument
168 swrast_get_drawable_info(__DRIdrawable *driDrawable, int *x, int *y, int *width, int *height, void *loaderPrivate) swrast_get_drawable_info() argument
184 swrast_put_image2(__DRIdrawable *driDrawable, int op, int x, int y, int width, int height, int stride, char *data, void *loaderPrivate) swrast_put_image2() argument
204 swrast_put_image(__DRIdrawable *driDrawable, int op, int x, int y, int width, int height, char *data, void *loaderPrivate) swrast_put_image() argument
218 swrast_get_image(__DRIdrawable *driDrawable, int x, int y, int width, int height, char *data, void *loaderPrivate) swrast_get_image() argument
1150 create_dumb(struct gbm_device *gbm, uint32_t width, uint32_t height, uint32_t format, uint32_t usage) create_dumb() argument
1208 gbm_dri_bo_create(struct gbm_device *gbm, uint32_t width, uint32_t height, uint32_t format, uint32_t usage, const uint64_t *modifiers, const unsigned int count) gbm_dri_bo_create() argument
1279 gbm_dri_bo_map(struct gbm_bo *_bo, uint32_t x, uint32_t y, uint32_t width, uint32_t height, uint32_t flags, uint32_t *stride, void **map_data) gbm_dri_bo_map() argument
1342 gbm_dri_surface_create(struct gbm_device *gbm, uint32_t width, uint32_t height, uint32_t format, uint32_t flags, const uint64_t *modifiers, const unsigned count) gbm_dri_surface_create() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dradeon_uvd.c242 unsigned height = align(dec->base.height, VL_MACROBLOCK_HEIGHT); in calc_dpb_size() local
1041 unsigned width = templ->width, height = templ->height; in ruvd_create_decoder() local
[all...]
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_resource.c358 uint32_t height = prsc->height0; in vc4_setup_slices() local
781 uint32_t height in vc4_dump_surface_non_msaa() local
1033 unsigned height = u_minify(shadow->base.height0, i); vc4_update_shadow_baselevel_texture() local
[all...]
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_job_render.c108 uint32_t height; member
309 pvr_rt_mtile_info_init(struct pvr_device *device, struct pvr_rt_mtile_info *info, uint32_t width, uint32_t height, uint32_t samples) pvr_rt_mtile_info_init() argument
1047 pvr_render_target_dataset_create(struct pvr_device *device, uint32_t width, uint32_t height, uint32_t samples, uint32_t layers, struct pvr_rt_dataset **const rt_dataset_out) pvr_render_target_dataset_create() argument
1243 pvr_get_isp_num_tiles_xy(const struct pvr_device_info *dev_info, uint32_t samples, uint32_t width, uint32_t height, uint32_t *const x_out, uint32_t *const y_out) pvr_get_isp_num_tiles_xy() argument
[all...]
/third_party/mesa3d/src/intel/blorp/
H A Dblorp_clear.c991 uint32_t width = 0, height in blorp_can_clear_full_surface() local
[all...]
H A Dblorp_priv.h435 uint32_t height = params->y1 - params->y0; in blorp_get_cs_local_y() local

Completed in 42 milliseconds

1...<<131132133134135136137138139140>>...171