Home
last modified time | relevance | path

Searched defs:height (Results 1026 - 1050 of 2608) sorted by relevance

1...<<41424344454647484950>>...105

/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_clear.c497 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 Dtransfer.cpp107 size_t height = img.type() == CL_MEM_OBJECT_IMAGE1D_ARRAY ? img.array_size() : img.height(); in validate_object() local
H A Dmemory.cpp344 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 Dsp_image.c82 bounds_check(int width, int height, int depth, in bounds_check() argument
214 unsigned width, height, depth; in sp_tgsi_load() local
297 unsigned width, height, depth; in sp_tgsi_store() 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
630 unsigned width, height, depth; sp_tgsi_op() local
[all...]
H A Dsp_texture.c62 unsigned height = pt->height0; in softpipe_resource_layout() local
/third_party/mesa3d/src/gallium/drivers/virgl/tests/
H A Dvirgl_staging_mgr_test.cpp44 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 Ddecode.c42 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
H A Dsurface.c55 vlVdpVideoSurfaceCreate(VdpDevice device, VdpChromaType chroma_type, uint32_t width, uint32_t height, VdpVideoSurface *surface) vlVdpVideoSurfaceCreate() argument
157 vlVdpVideoSurfaceGetParameters(VdpVideoSurface surface, VdpChromaType *chroma_type, uint32_t *width, uint32_t *height) vlVdpVideoSurfaceGetParameters() argument
182 vlVdpVideoSurfaceSize(vlVdpSurface *p_surf, int component, unsigned *width, unsigned *height) vlVdpVideoSurfaceSize() argument
249 unsigned width, height; vlVdpVideoSurfaceGetBitsYCbCr() local
385 unsigned width, height; vlVdpVideoSurfacePutBitsYCbCr() local
[all...]
/third_party/mesa3d/src/gallium/frontends/xa/
H A Dxa_context.c344 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 Dkms_dri_sw_winsys.c71 unsigned height; 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 Dxlib_sw_winsys.c62 unsigned height; 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 Ddri2.c402 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 Dzink_kopper.h67 unsigned height; member
H A Dzink_surface.c398 zink_surface_create_null(struct zink_context *ctx, enum pipe_texture_target target, unsigned width, unsigned height, unsigned samples) in zink_surface_create_null() argument
/third_party/mesa3d/src/gallium/frontends/omx/
H A Dvid_dec_common.h138 unsigned int height; member
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_framebuffer.c135 LONG width, height; in stw_framebuffer_get_size() local
[all...]
/third_party/mesa3d/src/gallium/tests/graw/
H A Dfs-test.c133 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 Dradeon_drm_surface.c261 unsigned height = align(surf->u.legacy.level[0].nblk_y, cl_height*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 Dr600_test_dma.c304 int width, height, depth; in r600_test_dma() local
[all...]
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dxm_st.c90 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
H A Dxm_api.h355 unsigned width, height; member
H A Dglx_usefont.c78 dump_bitmap(unsigned int width, unsigned int height, GLubyte * bitmap) in dump_bitmap() argument
128 fill_bitmap(Display * dpy, Window win, GC gc, unsigned int width, unsigned int height, int x0, int y0, unsigned int c, GLubyte * bitmap) fill_bitmap() argument
295 unsigned int width, height, bm_width, bm_height; glXUseXFont() local
[all...]
/third_party/mesa3d/src/gallium/frontends/va/
H A Dpostproc.c94 unsigned x, y, width, height; in vlVaGetBox() local
[all...]
/third_party/mesa3d/src/glx/windows/
H A Dwindowsgl.c264 glAddSwapHintRectWIN(GLint x, GLint y, GLsizei width, GLsizei height) glAddSwapHintRectWIN() argument
273 windows_copy_subbuffer(windowsDrawable *draw, int x, int y, int width, int height) windows_copy_subbuffer() argument
/third_party/mesa3d/src/gallium/winsys/sw/dri/
H A Ddri_sw_winsys.c56 unsigned height; member
250 unsigned width, height, x = 0, y = 0; in dri_sw_displaytarget_display() local
118 dri_sw_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) dri_sw_displaytarget_create() argument
[all...]

Completed in 17 milliseconds

1...<<41424344454647484950>>...105