Home
last modified time | relevance | path

Searched defs:height (Results 1351 - 1375 of 2608) sorted by relevance

1...<<51525354555657585960>>...105

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_fast_clear.c482 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 Dradv_meta_decompress.c404 uint32_t width, height; in radv_process_depth_image_layer() local
503 uint32_t height = radv_minify(image->info.height, subresourceRange->baseMipLevel + l); in radv_process_depth_stencil() local
548 uint32_t width, height; in radv_expand_depth_stencil_compute() local
[all...]
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_image.c40 v3d_get_ub_pad(uint32_t cpp, uint32_t height) in v3d_get_ub_pad() argument
79 uint32_t height = image->vk.extent.height; in v3d_setup_slices() local
[all...]
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddrisw.c58 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, int height, 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 Dnine_pipe.h81 fit_rect_format_inclusive(enum pipe_format format, RECT *rect, int width, int height) in fit_rect_format_inclusive() 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 Ddevice9ex.c68 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 Doutput.c47 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 Dxa_composite.c546 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 Dimstb_rectpack.h182 int height; member
260 STBRP_DEF void stbrp_init_target(stbrp_context *context, int width, int height, stbrp_node *nodes, int num_nodes) in stbrp_init_target() argument
349 static stbrp__findresult stbrp__skyline_find_best_pos(stbrp_context *c, int width, int height) in 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 DOutputMerger.cpp774 unsigned width, height; in SetRenderTargets() local
H A DResource.cpp160 unsigned height; in subResourceBox() local
[all...]
/third_party/mesa3d/src/gallium/winsys/virgl/vtest/
H A Dvirgl_vtest_socket.c275 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 DGLView.cpp249 BGLView::FrameResized(float width, float height) in FrameResized() argument
/third_party/mesa3d/src/glx/
H A Dglx_pbuffer.c735 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 Dsubpicture.c261 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 Dgs-test.c191 set_viewport( float x, float y, float width, float height, float zNear, float zFar) set_viewport() argument
/third_party/mesa3d/src/mesa/main/
H A Ddebug.c227 write_ppm(const char *filename, const GLubyte *buffer, int width, int height, in write_ppm() argument
H A Dviewport.c131 _mesa_Viewport_no_error(GLint x, GLint y, GLsizei width, GLsizei height) in _mesa_Viewport_no_error() argument
43 clamp_viewport(struct gl_context *ctx, GLfloat *x, GLfloat *y, GLfloat *width, GLfloat *height) clamp_viewport() argument
68 set_viewport_no_notify(struct gl_context *ctx, unsigned idx, GLfloat x, GLfloat y, GLfloat width, GLfloat height) set_viewport_no_notify() argument
97 viewport(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height) viewport() argument
138 _mesa_Viewport(GLint x, GLint y, GLsizei width, GLsizei height) _mesa_Viewport() argument
166 _mesa_set_viewport(struct gl_context *ctx, unsigned idx, GLfloat x, GLfloat y, GLfloat width, GLfloat height) _mesa_set_viewport() argument
[all...]
H A Dtexstorage.c141 initialize_texture_fields(struct gl_context *ctx, struct gl_texture_object *texObj, GLint levels, GLsizei width, GLsizei height, GLsizei depth, GLenum internalFormat, mesa_format texFormat) initialize_texture_fields() argument
271 tex_storage_error_check(struct gl_context *ctx, struct gl_texture_object *texObj, struct gl_memory_object *memObj, GLuint dims, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, bool dsa) tex_storage_error_check() argument
353 _mesa_sparse_texture_error_check(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, mesa_format format, GLenum target, GLsizei levels, GLsizei width, GLsizei height, GLsizei depth, const char *func) _mesa_sparse_texture_error_check() argument
436 texture_storage(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, struct gl_memory_object *memObj, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLuint64 offset, bool dsa, bool no_error) texture_storage() argument
548 texture_storage_error(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, bool dsa) texture_storage_error() argument
560 texture_storage_no_error(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, bool dsa) texture_storage_no_error() argument
575 texstorage_error(GLuint dims, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, const char *caller) texstorage_error() argument
616 texstorage_no_error(GLuint dims, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) texstorage_no_error() argument
632 texturestorage_error(GLuint dims, GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, const char *caller) texturestorage_error() argument
673 texturestorage_no_error(GLuint dims, GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) texturestorage_no_error() argument
703 _mesa_TexStorage2D_no_error(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) _mesa_TexStorage2D_no_error() argument
712 _mesa_TexStorage2D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) _mesa_TexStorage2D() argument
721 _mesa_TexStorage3D_no_error(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) _mesa_TexStorage3D_no_error() argument
730 _mesa_TexStorage3D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) _mesa_TexStorage3D() argument
756 _mesa_TextureStorage2D_no_error(GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) _mesa_TextureStorage2D_no_error() argument
765 _mesa_TextureStorage2D(GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) _mesa_TextureStorage2D() argument
775 _mesa_TextureStorage3D_no_error(GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) _mesa_TextureStorage3D_no_error() argument
785 _mesa_TextureStorage3D(GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) _mesa_TextureStorage3D() argument
811 _mesa_TextureStorage2DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) _mesa_TextureStorage2DEXT() argument
828 _mesa_TextureStorage3DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) _mesa_TextureStorage3DEXT() argument
845 _mesa_texture_storage_memory(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, struct gl_memory_object *memObj, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLuint64 offset, bool dsa) _mesa_texture_storage_memory() argument
[all...]
H A Dcontext.c1352 check_init_viewport(struct gl_context *ctx, GLuint width, GLuint height) in check_init_viewport() argument
H A Dcopyimage.c62 prepare_target_err(struct gl_context *ctx, GLuint name, GLenum target, int level, int z, int depth, struct gl_texture_image **tex_image, struct gl_renderbuffer **renderbuffer, mesa_format *format, GLenum *internalFormat, GLuint *width, GLuint *height, GLuint *num_samples, const char *dbg_prefix, bool is_arb_version) prepare_target_err() argument
308 check_region_bounds(struct gl_context *ctx, GLenum target, const struct gl_texture_image *tex_image, const struct gl_renderbuffer *renderbuffer, int x, int y, int z, int width, int height, int depth, const char *dbg_prefix, bool is_arb_version) check_region_bounds() argument
[all...]
H A Dformat_utils.c199 convert_ubyte_rgba_to_bgra(size_t width, size_t height, in convert_ubyte_rgba_to_bgra() argument
278 _mesa_format_convert(void *void_dst, uint32_t dst_format, size_t dst_stride, void *void_src, uint32_t src_format, size_t src_stride, size_t width, size_t height, uint8_t *rebase_swizzle) _mesa_format_convert() argument
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_texture.c359 GLuint height = u_minify(dst->height0, dstLevel); in st_texture_image_copy() local
H A Dst_cb_bitmap.c120 make_bitmap_texture(struct gl_context *ctx, GLsizei width, GLsizei height, in make_bitmap_texture() argument
103 unpack_bitmap(struct st_context *st, GLint px, GLint py, GLsizei width, GLsizei height, const struct gl_pixelstore_attrib *unpack, const GLubyte *bitmap, ubyte *destBuffer, uint destStride) unpack_bitmap() argument
294 draw_bitmap_quad(struct gl_context *ctx, GLint x, GLint y, GLfloat z, GLsizei width, GLsizei height, struct pipe_sampler_view *sv, const GLfloat *color) draw_bitmap_quad() argument
472 accum_bitmap(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height, const struct gl_pixelstore_attrib *unpack, const GLubyte *bitmap ) accum_bitmap() argument
600 st_Bitmap(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height, const struct gl_pixelstore_attrib *unpack, const GLubyte *bitmap) st_Bitmap() argument
[all...]
/third_party/mesa3d/src/intel/tools/imgui/
H A Dimgui_impl_opengl3.cpp235 int width, height; in ImGui_ImplOpenGL3_CreateFontsTexture() local

Completed in 23 milliseconds

1...<<51525354555657585960>>...105