Home
last modified time | relevance | path

Searched defs:height (Results 3626 - 3650 of 4169) sorted by relevance

1...<<141142143144145146147148149150>>...167

/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_texture.c158 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 Dst_context.h90 GLsizei width, height; member
/third_party/mesa3d/src/intel/vulkan/
H A Danv_blorp.c150 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 Dloader_dri3_helper.c208 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 Disl.c433 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 Ddecode.c191 unsigned height; member
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_meta_copy.c646 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 Dvc4_drm.h148 __u16 height; member
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_jit.h56 uint32_t height; member
89 uint32_t height; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_surface.c87 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...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcldrtest.c1094 int32_t height=0, width=0; in VerifyTranslation() local
1107 int32_t height = 0, width = 0; in VerifyTranslation() local
/third_party/libdrm/tests/modetest/
H A Dmodetest.c122 unsigned int height; member
/third_party/libinput/tools/
H A Dlibinput-debug-gui.c105 int width, height; /* of window */ member
447 int width, height; in draw_evdev_abs() local
1007 draw_gtk4(GtkDrawingArea *widget, cairo_t *cr, int width, int height, gpointer data) draw_gtk4() argument
1053 map_event_cb(GtkDrawingArea *widget, int width, int height, gpointer data) map_event_cb() argument
[all...]
/third_party/libinput/src/
H A Devdev.h985 int width, height; in evdev_device_init_abs_range_warnings() local
/third_party/libdrm/
H A Dxf86drmMode.c259 drm_public int drmModeAddFB(int fd, uint32_t width, uint32_t height, uint8_t depth, in drmModeAddFB() argument
307 drm_public int drmModeAddFB2(int fd, uint32_t width, uint32_t height, in drmModeAddFB2() argument
281 drmModeAddFB2WithModifiers(int fd, uint32_t width, uint32_t height, uint32_t pixel_format, const uint32_t bo_handles[4], const uint32_t pitches[4], const uint32_t offsets[4], const uint64_t modifier[4], uint32_t *buf_id, uint32_t flags) drmModeAddFB2WithModifiers() argument
422 drmModeSetCursor(int fd, uint32_t crtcId, uint32_t bo_handle, uint32_t width, uint32_t height) drmModeSetCursor() argument
437 drmModeSetCursor2(int fd, uint32_t crtcId, uint32_t bo_handle, uint32_t width, uint32_t height, int32_t hot_x, int32_t hot_y) drmModeSetCursor2() argument
[all...]
/third_party/libinput/test/
H A Dlitest.h1298 double width, height; in litest_has_palm_detect_size() local
/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator.cc1058 const unsigned int height = in BuildTranslationForFrameStateDescriptor() local
/third_party/node/deps/v8/src/deoptimizer/
H A Dtranslated-state.cc61 unsigned height = iterator.Next(); in TranslationArrayPrintSingleFrame() local
77 unsigned height = iterator.Next(); in TranslationArrayPrintSingleFrame() local
92 unsigned height = iterator.Next(); in TranslationArrayPrintSingleFrame() local
105 unsigned height in TranslationArrayPrintSingleFrame() local
119 unsigned height = iterator.Next(); TranslationArrayPrintSingleFrame() local
623 UnoptimizedFrame( BytecodeOffset bytecode_offset, SharedFunctionInfo shared_info, int height, int return_value_offset, int return_value_count) UnoptimizedFrame() argument
632 ArgumentsAdaptorFrame( SharedFunctionInfo shared_info, int height) ArgumentsAdaptorFrame() argument
637 ConstructStubFrame( BytecodeOffset bytecode_offset, SharedFunctionInfo shared_info, int height) ConstructStubFrame() argument
645 BuiltinContinuationFrame( BytecodeOffset bytecode_offset, SharedFunctionInfo shared_info, int height) BuiltinContinuationFrame() argument
654 JSToWasmBuiltinContinuationFrame( BytecodeOffset bytecode_offset, SharedFunctionInfo shared_info, int height, base::Optional<wasm::ValueKind> return_kind) JSToWasmBuiltinContinuationFrame() argument
664 JavaScriptBuiltinContinuationFrame( BytecodeOffset bytecode_offset, SharedFunctionInfo shared_info, int height) JavaScriptBuiltinContinuationFrame() argument
672 JavaScriptBuiltinContinuationWithCatchFrame( BytecodeOffset bytecode_offset, SharedFunctionInfo shared_info, int height) JavaScriptBuiltinContinuationWithCatchFrame() argument
736 int height = iterator->Next(); CreateNextTranslatedFrame() local
758 int height = iterator->Next(); CreateNextTranslatedFrame() local
771 int height = iterator->Next(); CreateNextTranslatedFrame() local
786 int height = iterator->Next(); CreateNextTranslatedFrame() local
803 int height = iterator->Next(); CreateNextTranslatedFrame() local
827 int height = iterator->Next(); CreateNextTranslatedFrame() local
843 int height = iterator->Next(); CreateNextTranslatedFrame() local
1985 const int height = frames_[i].height() + kTheContext; GetArgumentsInfoFromJSFrameIndex() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_draw.c1549 dd_context_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) dd_context_clear_render_target() argument
1569 dd_context_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) dd_context_clear_depth_stencil() argument
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h238 (*height)(const struct lp_sampler_dynamic_state *state, member
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_resource.cpp772 int height = util_format_get_plane_height(res->base.b.format, plane_slice, res->first_plane->height0); in d3d12_resource_get_planes_info() local
1342 int height = copy_whole_resource ? res->base.b.height0 : box->height; prepare_zs_layer_strides() local
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_descriptors.c790 unsigned height = res->b.b.height0; in si_set_shader_image_desc() local
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_surfacedefs.h1366 svga3dsurface_get_pixel_offset(SVGA3dSurfaceFormat format, uint32 width, uint32 height, uint32 x, uint32 y, uint32 z) svga3dsurface_get_pixel_offset() argument
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_nv50.cpp1742 Value *height = loadSuInfo16(slot, NV50_SU_INFO_STRIDE_Y); in processSurfaceCoords() local
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_context.c1440 trace_context_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) trace_context_clear_render_target() argument
1470 trace_context_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) trace_context_clear_depth_stencil() argument

Completed in 60 milliseconds

1...<<141142143144145146147148149150>>...167