Home
last modified time | relevance | path

Searched defs:width (Results 2976 - 3000 of 7379) sorted by relevance

1...<<111112113114115116117118119120>>...296

/third_party/mesa3d/src/mesa/main/
H A Drenderbuffer.c87 renderbuffer_alloc_sw_storage(struct gl_context *ctx, struct gl_renderbuffer *rb, GLenum internalFormat, GLuint width, GLuint height) renderbuffer_alloc_sw_storage() argument
131 renderbuffer_alloc_storage(struct gl_context * ctx, struct gl_renderbuffer *rb, GLenum internalFormat, GLuint width, GLuint height) renderbuffer_alloc_storage() argument
H A Dframebuffer.c271 _mesa_resize_framebuffer(struct gl_context *ctx, struct gl_framebuffer *fb, GLuint width, GLuint height) _mesa_resize_framebuffer() argument
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_drawtex.c325 const GLfloat width = (GLfloat)_mesa_geometric_width(fb); in st_DrawTex() local
162 st_DrawTex(struct gl_context *ctx, GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height) st_DrawTex() argument
H A Dst_cb_readpixels.c96 try_pbo_readpixels(struct st_context *st, struct gl_renderbuffer *rb, bool invert_y, GLint x, GLint y, GLsizei width, GLsizei height, GLenum gl_format, enum pipe_format src_format, enum pipe_format dst_format, const struct gl_pixelstore_attrib *pack, void *pixels) try_pbo_readpixels() argument
276 blit_to_staging(struct st_context *st, struct gl_renderbuffer *rb, bool invert_y, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, enum pipe_format src_format, enum pipe_format dst_format) blit_to_staging() argument
344 try_cached_readpixels(struct st_context *st, struct gl_renderbuffer *rb, bool invert_y, GLsizei width, GLsizei height, GLenum format, enum pipe_format src_format, enum pipe_format dst_format) try_cached_readpixels() argument
412 st_ReadPixels(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, const struct gl_pixelstore_attrib *pack, void *pixels) st_ReadPixels() argument
[all...]
H A Dst_draw_feedback.c405 unsigned width, height, num_layers, row_stride, img_stride; in st_feedback_draw_vbo() local
/third_party/node/deps/icu-small/source/i18n/
H A Dudatpg.cpp185 udatpg_getFieldDisplayName(const UDateTimePatternGenerator *dtpg, UDateTimePatternField field, UDateTimePGDisplayWidth width, char16_t *fieldName, int32_t capacity, UErrorCode *pErrorCode) udatpg_getFieldDisplayName() argument
H A Dulocdata.cpp251 ulocdata_getPaperSize(const char* localeID, int32_t *height, int32_t *width, UErrorCode *status){ in ulocdata_getPaperSize() argument
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dwritesrc.cpp290 int32_t width= in usrc_writeUCPTrieArrays() local
349 int32_t width= in usrc_writeUCPTrie() local
148 usrc_writeArray(FILE *f, const char *prefix, const void *p, int32_t width, int32_t length, const char *indent, const char *postfix) usrc_writeArray() argument
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_gs_visitor.cpp62 unsigned width = REG_SIZE / 2 / MAX2(4, type_sz(type)); in attribute_to_hw_reg() local
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_texture.h101 unsigned width, height, depth; member
183 unsigned width; member
H A Dpan_layout.c164 pan_afbc_row_stride(uint64_t modifier, uint32_t width) in pan_afbc_row_stride() argument
239 unsigned width = u_minify(layout->width, level); in panfrost_get_legacy_stride() local
205 panfrost_compute_checksum_size( struct pan_image_slice_layout *slice, unsigned width, unsigned height) panfrost_compute_checksum_size() argument
257 unsigned width = legacy_stride / util_format_get_blocksize(format); panfrost_from_legacy_stride() local
346 unsigned width = layout->width; pan_image_layout_init() local
[all...]
/third_party/mesa3d/src/util/format/
H A Du_format_rgtc.c41 util_format_rgtc1_unorm_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_rgtc1_unorm_unpack_rgba_8unorm() argument
89 util_format_rgtc1_unorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_rgtc1_unorm_unpack_rgba_float() argument
114 util_format_rgtc1_unorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_rgtc1_unorm_pack_rgba_float() argument
66 util_format_rgtc1_unorm_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_rgtc1_unorm_pack_rgba_8unorm() argument
155 util_format_rgtc1_snorm_unpack_rgba_8unorm(UNUSED uint8_t *restrict dst_row, UNUSED unsigned dst_stride, UNUSED const uint8_t *restrict src_row, UNUSED unsigned src_stride, UNUSED unsigned width, UNUSED unsigned height) util_format_rgtc1_snorm_unpack_rgba_8unorm() argument
163 util_format_rgtc1_snorm_pack_rgba_8unorm(UNUSED uint8_t *restrict dst_row, UNUSED unsigned dst_stride, UNUSED const uint8_t *restrict src_row, UNUSED unsigned src_stride, UNUSED unsigned width, UNUSED unsigned height) util_format_rgtc1_snorm_pack_rgba_8unorm() argument
171 util_format_rgtc1_snorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_rgtc1_snorm_pack_rgba_float() argument
193 util_format_rgtc1_snorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_rgtc1_snorm_unpack_rgba_float() argument
240 util_format_rgtc2_unorm_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_rgtc2_unorm_unpack_rgba_8unorm() argument
265 util_format_rgtc2_unorm_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_rgtc2_unorm_pack_rgba_8unorm() argument
290 util_format_rxtc2_unorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height, unsigned chan2off) util_format_rxtc2_unorm_pack_rgba_float() argument
315 util_format_rgtc2_unorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_rgtc2_unorm_pack_rgba_float() argument
321 util_format_rgtc2_unorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_rgtc2_unorm_unpack_rgba_float() argument
368 util_format_rgtc2_snorm_unpack_rgba_8unorm(UNUSED uint8_t *restrict dst_row, UNUSED unsigned dst_stride, UNUSED const uint8_t *restrict src_row, UNUSED unsigned src_stride, UNUSED unsigned width, UNUSED unsigned height) util_format_rgtc2_snorm_unpack_rgba_8unorm() argument
376 util_format_rgtc2_snorm_pack_rgba_8unorm(UNUSED uint8_t *restrict dst_row, UNUSED unsigned dst_stride, UNUSED const uint8_t *restrict src_row, UNUSED unsigned src_stride, UNUSED unsigned width, UNUSED unsigned height) util_format_rgtc2_snorm_pack_rgba_8unorm() argument
384 util_format_rgtc2_snorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_rgtc2_snorm_unpack_rgba_float() argument
410 util_format_rxtc2_snorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height, unsigned chan2off) util_format_rxtc2_snorm_pack_rgba_float() argument
435 util_format_rgtc2_snorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_rgtc2_snorm_pack_rgba_float() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast_priv.h89 unsigned width, height; /**< width, height of current tile, in pixels */ member
H A Dlp_state_sampler.c473 unsigned width = img->width0; in prepare_shader_images() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_compute.c381 int width, height, depth; in nv50_compute_validate_surfaces() local
279 nv50_get_surface_dims(const struct pipe_image_view *view, int *width, int *height, int *depth) nv50_get_surface_dims() argument
327 nv50_set_surface_info(struct nouveau_pushbuf *push, const struct pipe_image_view *view, int width, int height, int depth) nv50_set_surface_info() argument
/third_party/icu/icu4c/source/tools/toolutil/
H A Dwritesrc.cpp281 int32_t width= in usrc_writeUCPTrieArrays() local
340 int32_t width= in usrc_writeUCPTrie() local
139 usrc_writeArray(FILE *f, const char *prefix, const void *p, int32_t width, int32_t length, const char *indent, const char *postfix) usrc_writeArray() argument
[all...]
/third_party/icu/icu4c/source/samples/layout/
H A Dcgnomelayout.c31 long width; member
H A Dclayout.c36 le_int32 width; member
/third_party/icu/icu4c/source/test/intltest/
H A Dtsdtfmsy.cpp68 DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED, DateFormatSymbols::NARROW}; in TestGetMonths2() local
93 DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED, DateFormatSymbols::NARROW}; in TestGetWeekdays2() local
/third_party/libdrm/omap/
H A Domap_drm.h70 uint16_t width; member
H A Domap_drm.c240 omap_bo_new_tiled(struct omap_device *dev, uint32_t width, in omap_bo_new_tiled() argument
/third_party/littlefs/scripts/
H A Dplotmpl.py321 def width(self): member in Grid
[all...]
H A Dplot.py575 def width(self): global() member in Grid
[all...]
/third_party/libdrm/tests/amdgpu/
H A Duvd_enc_tests.c49 unsigned width; member
[all...]
/third_party/libinput/src/
H A Devdev-mt-touchpad-edge-scroll.c308 double width, height; in tp_edge_scroll_init() local

Completed in 22 milliseconds

1...<<111112113114115116117118119120>>...296