| /third_party/node/deps/v8/third_party/jinja2/ |
| H A D | filters.py | 750 width=width, global() variable [all...] |
| /third_party/node/src/ |
| H A D | node_i18n.cc | 835 uint32_t width = 0; in GetStringWidth() local [all...] |
| /third_party/mesa3d/src/mesa/main/ |
| H A D | externalobjects.c | 331 texstorage_memory(GLuint dims, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLuint memory, GLuint64 offset, const char *func) texstorage_memory() argument 375 texstorage_memory_ms(GLuint dims, GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset, const char* func) texstorage_memory_ms() argument 407 texturestorage_memory(GLuint dims, GLuint texture, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLuint memory, GLuint64 offset, const char *func) texturestorage_memory() argument 451 texturestorage_memory_ms(GLuint dims, GLuint texture, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset, const char* func) texturestorage_memory_ms() argument 480 _mesa_TexStorageMem2DEXT(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLuint memory, GLuint64 offset) _mesa_TexStorageMem2DEXT() argument 493 _mesa_TexStorageMem2DMultisampleEXT(GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset) _mesa_TexStorageMem2DMultisampleEXT() argument 508 _mesa_TexStorageMem3DEXT(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLuint memory, GLuint64 offset) _mesa_TexStorageMem3DEXT() argument 522 _mesa_TexStorageMem3DMultisampleEXT(GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset) _mesa_TexStorageMem3DMultisampleEXT() argument 538 _mesa_TextureStorageMem2DEXT(GLuint texture, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLuint memory, GLuint64 offset) _mesa_TextureStorageMem2DEXT() argument 551 _mesa_TextureStorageMem2DMultisampleEXT(GLuint texture, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset) _mesa_TextureStorageMem2DMultisampleEXT() argument 566 _mesa_TextureStorageMem3DEXT(GLuint texture, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLuint memory, GLuint64 offset) _mesa_TextureStorageMem3DEXT() argument 580 _mesa_TextureStorageMem3DMultisampleEXT(GLuint texture, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset) _mesa_TextureStorageMem3DMultisampleEXT() argument 596 _mesa_TexStorageMem1DEXT(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLuint memory, GLuint64 offset) _mesa_TexStorageMem1DEXT() argument 608 _mesa_TextureStorageMem1DEXT(GLuint texture, GLsizei levels, GLenum internalFormat, GLsizei width, GLuint memory, GLuint64 offset) _mesa_TextureStorageMem1DEXT() argument [all...] |
| H A D | textureview.c | 538 GLsizei width, height, depth; in texture_view() local 307 initialize_texture_fields(struct gl_context *ctx, GLenum target, struct gl_texture_object *texObj, GLint levels, GLsizei width, GLsizei height, GLsizei depth, GLenum internalFormat, mesa_format texFormat, GLuint numSamples, GLboolean fixedSampleLocations) initialize_texture_fields() argument [all...] |
| H A D | texstore.c | 974 store_texsubimage(struct gl_context *ctx, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, GLint width, GLint height, GLint depth, GLenum format, GLenum type, const GLvoid *pixels, const struct gl_pixelstore_attrib *packing, const char *caller) store_texsubimage() argument 1138 _mesa_store_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 *packing) _mesa_store_texsubimage() argument 1151 clear_image_to_zero(GLubyte *dstMap, GLint dstRowStride, GLsizei width, GLsizei height, GLsizei clearValueSize) clear_image_to_zero() argument 1164 clear_image_to_value(GLubyte *dstMap, GLint dstRowStride, GLsizei width, GLsizei height, const GLvoid *clearValue, GLsizei clearValueSize) clear_image_to_value() argument 1184 _mesa_store_cleartexsubimage(struct gl_context *ctx, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, const GLvoid *clearValue) _mesa_store_cleartexsubimage() argument 1270 _mesa_compute_compressed_pixelstore(GLuint dims, mesa_format texFormat, GLsizei width, GLsizei height, GLsizei depth, const struct gl_pixelstore_attrib *packing, struct compressed_pixelstore *store) _mesa_compute_compressed_pixelstore() argument 1329 _mesa_store_compressed_texsubimage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data) _mesa_store_compressed_texsubimage() argument [all...] |
| H A D | es1_conversion.c | 536 _mesa_LineWidthx(GLfixed width) in _mesa_LineWidthx() argument
|
| H A D | formats.c | 813 _mesa_format_image_size(mesa_format format, int width, in _mesa_format_image_size() argument 841 _mesa_format_image_size64(mesa_format format, int width, in _mesa_format_image_size64() argument 867 _mesa_format_row_stride(mesa_format format, int width) in _mesa_format_row_stride() argument [all...] |
| H A D | image.c | 116 _mesa_image_offset( GLuint dimensions, const struct gl_pixelstore_attrib *packing, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint img, GLint row, GLint column ) _mesa_image_offset() argument 231 _mesa_image_address( GLuint dimensions, const struct gl_pixelstore_attrib *packing, const GLvoid *image, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint img, GLint row, GLint column ) _mesa_image_address() argument 248 _mesa_image_address1d( const struct gl_pixelstore_attrib *packing, const GLvoid *image, GLsizei width, GLenum format, GLenum type, GLint column ) _mesa_image_address1d() argument 260 _mesa_image_address2d( const struct gl_pixelstore_attrib *packing, const GLvoid *image, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint row, GLint column ) _mesa_image_address2d() argument 272 _mesa_image_address3d( const struct gl_pixelstore_attrib *packing, const GLvoid *image, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint img, GLint row, GLint column ) _mesa_image_address3d() argument 295 _mesa_image_row_stride( const struct gl_pixelstore_attrib *packing, GLint width, GLenum format, GLenum type ) _mesa_image_row_stride() argument 342 _mesa_image_image_stride( const struct gl_pixelstore_attrib *packing, GLint width, GLint height, GLenum format, GLenum type ) _mesa_image_image_stride() argument 399 _mesa_expand_bitmap(GLsizei width, GLsizei height, const struct gl_pixelstore_attrib *unpack, const GLubyte *bitmap, GLubyte *destBuffer, GLint destStride, GLubyte onValue) _mesa_expand_bitmap() argument 481 _mesa_clip_drawpixels(const struct gl_context *ctx, GLint *destX, GLint *destY, GLsizei *width, GLsizei *height, struct gl_pixelstore_attrib *unpack) _mesa_clip_drawpixels() argument 552 _mesa_clip_readpixels(const struct gl_context *ctx, GLint *srcX, GLint *srcY, GLsizei *width, GLsizei *height, struct gl_pixelstore_attrib *pack) _mesa_clip_readpixels() argument 614 _mesa_clip_copytexsubimage(const struct gl_context *ctx, GLint *destX, GLint *destY, GLint *srcX, GLint *srcY, GLsizei *width, GLsizei *height) _mesa_clip_copytexsubimage() argument 642 _mesa_clip_to_region(GLint xmin, GLint ymin, GLint xmax, GLint ymax, GLint *x, GLint *y, GLsizei *width, GLsizei *height ) _mesa_clip_to_region() argument 865 _mesa_swap_bytes_2d_image(GLenum format, GLenum type, const struct gl_pixelstore_attrib *packing, GLsizei width, GLsizei height, GLvoid *dst, const GLvoid *src) _mesa_swap_bytes_2d_image() argument [all...] |
| H A D | readpix.c | 226 readpixels_memcpy(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels, const struct gl_pixelstore_attrib *packing) readpixels_memcpy() argument 278 read_uint_depth_pixels( struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height, GLenum type, GLvoid *pixels, const struct gl_pixelstore_attrib *packing ) read_uint_depth_pixels() argument 325 read_depth_pixels( struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height, GLenum type, GLvoid *pixels, const struct gl_pixelstore_attrib *packing ) read_depth_pixels() argument 389 read_stencil_pixels( struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height, GLenum type, GLvoid *pixels, const struct gl_pixelstore_attrib *packing ) read_stencil_pixels() argument 440 read_rgba_pixels( struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels, const struct gl_pixelstore_attrib *packing ) read_rgba_pixels() argument 647 fast_read_depth_stencil_pixels(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height, GLubyte *dst, int dstStride) fast_read_depth_stencil_pixels() argument 691 fast_read_depth_stencil_pixels_separate(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height, uint32_t *dst, int dstStride) fast_read_depth_stencil_pixels_separate() argument 750 slow_read_depth_stencil_pixels_separate(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height, GLenum type, const struct gl_pixelstore_attrib *packing, GLubyte *dst, int dstStride) slow_read_depth_stencil_pixels_separate() argument 828 read_depth_stencil_pixels(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height, GLenum type, GLvoid *pixels, const struct gl_pixelstore_attrib *packing ) read_depth_stencil_pixels() argument 872 _mesa_readpixels(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, const struct gl_pixelstore_attrib *packing, GLvoid *pixels) _mesa_readpixels() argument 1038 read_pixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLvoid *pixels, bool no_error) read_pixels() argument 1183 _mesa_ReadnPixelsARB_no_error(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLvoid *pixels) _mesa_ReadnPixelsARB_no_error() argument 1191 _mesa_ReadnPixelsARB(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLvoid *pixels) _mesa_ReadnPixelsARB() argument 1199 _mesa_ReadPixels_no_error(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) _mesa_ReadPixels_no_error() argument 1207 _mesa_ReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) _mesa_ReadPixels() argument [all...] |
| /third_party/mesa3d/src/loader/ |
| H A D | loader_dri3_helper.h | 79 uint32_t width, height; member 133 int width; member
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_cb_copyimage.c | 374 create_texture(struct pipe_screen *screen, enum pipe_format format, unsigned nr_samples, unsigned nr_storage_samples, unsigned width, unsigned height, unsigned depth) create_texture() argument
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | measfmt.cpp | 84 static UMeasureFormatWidth getRegularWidth(UMeasureFormatWidth width) { in getRegularWidth() argument 91 static UNumberUnitWidth getUnitWidth(UMeasureFormatWidth width) { in getUnitWidth() argument
|
| H A D | listformatter.cpp | 355 static const char* typeWidthToStyleString(UListFormatterType type, UListFormatterWidth width) { in typeWidthToStyleString() argument 514 createInstance( const Locale& locale, UListFormatterType type, UListFormatterWidth width, UErrorCode& errorCode) createInstance() argument
|
| /third_party/mesa3d/src/util/ |
| H A D | u_math.h | 590 util_mask_sign_extend(uint64_t val, unsigned width) in util_mask_sign_extend() argument 604 util_sign_extend(uint64_t val, unsigned width) in util_sign_extend() argument [all...] |
| /third_party/mesa3d/include/drm-uapi/ |
| H A D | virtgpu_drm.h | 97 __u32 width; member
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_rast.c | 192 const unsigned width = task->width; in lp_rast_clear_zstencil() local [all...] |
| H A D | lp_state_fs_linear.c | 59 int width; member 71 int width; /* rounded up to multiple of 4 */ member 83 int width; /* the exact width */ member 95 int width; /* rounded up to multiple of 4 */ member 114 const int width = blend->width; in blend_premul() local 150 init_blend(struct color_blend *blend, int x, int y, int width, int height, uint8_t *color, int stride) init_blend() argument 186 const int width = samp->width; fetch_row() local 214 const int width = samp->width; fetch_row_clamped() local 237 const int width = samp->width; fetch_row_xy_clamped() local 256 init_nearest_sampler(struct nearest_sampler *samp, const struct lp_jit_texture *texture, int x0, int y0, int width, int height, float s0, float dsdx, float dsdy, float t0, float dtdx, float dtdy, float w0, float dwdx, float dwdy) init_nearest_sampler() argument 330 int width = shader->width; shade_rgb1() local 343 init_shader(struct shader *shader, int x, int y, int width, int height) init_shader() argument 354 blit_rgba_blit(const struct lp_rast_state *state, unsigned x, unsigned y, unsigned width, unsigned height, const float (*a0)[4], const float (*dadx)[4], const float (*dady)[4], uint8_t *color, unsigned stride) blit_rgba_blit() argument 406 blit_rgb1_blit(const struct lp_rast_state *state, unsigned x, unsigned y, unsigned width, unsigned height, const float (*a0)[4], const float (*dadx)[4], const float (*dady)[4], uint8_t *color, unsigned stride) blit_rgb1_blit() argument 466 blit_rgba(const struct lp_rast_state *state, unsigned x, unsigned y, unsigned width, unsigned height, const float (*a0)[4], const float (*dadx)[4], const float (*dady)[4], uint8_t *color, unsigned stride) blit_rgba() argument 505 blit_rgb1(const struct lp_rast_state *state, unsigned x, unsigned y, unsigned width, unsigned height, const float (*a0)[4], const float (*dadx)[4], const float (*dady)[4], uint8_t *color, unsigned stride) blit_rgb1() argument 549 blit_rgba_blend_premul(const struct lp_rast_state *state, unsigned x, unsigned y, unsigned width, unsigned height, const float (*a0)[4], const float (*dadx)[4], const float (*dady)[4], uint8_t *color, unsigned stride) blit_rgba_blend_premul() argument 588 linear_red(const struct lp_rast_state *state, unsigned x, unsigned y, unsigned width, unsigned height, const float (*a0)[4], const float (*dadx)[4], const float (*dady)[4], uint8_t *color, unsigned stride) linear_red() argument 618 linear_no_op(const struct lp_rast_state *state, unsigned x, unsigned y, unsigned width, unsigned height, const float (*a0)[4], const float (*dadx)[4], const float (*dady)[4], uint8_t *color, unsigned stride) linear_no_op() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/nouveau/ |
| H A D | nouveau_video.c | 241 unsigned width = dec->base.width; in nouveau_vpe_mb_mv() local 504 unsigned width = templ->width, height = templ->height; in nouveau_create_decoder() local 774 unsigned width, height; nouveau_video_buffer_create() local [all...] |
| H A D | nouveau_vp3_video_bsp.c | 33 uint16_t width; member 46 uint16_t width; member 54 uint16_t width; member [all...] |
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv84_video_vp.c | 30 uint32_t width; // e0 member 49 uint32_t width; // 00 member 72 int i, width = align(dest->base.width, 16), in nv84_decoder_vp_h264() local 468 uint32_t width; // 1c global() member [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | listformattertest.cpp | 650 UListFormatterWidth width; in TestCreateStyled() member 614 DoTheRealListStyleTesting( Locale locale, UnicodeString items[], int itemCount, UListFormatterType type, UListFormatterWidth width, const char* expected, IcuTestErrorCode status) DoTheRealListStyleTesting() argument [all...] |
| /third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
| H A D | DumbTextComponent.java | 695 fixLineStarts(int width) fixLineStarts() argument 717 nextLine(FontMetrics fMtr, int start, int width) nextLine() argument 757 findFittingBreak(FontMetrics fMtr, String line, int width, BreakIterator breaker) findFittingBreak() argument [all...] |
| /third_party/libinput/tools/ |
| H A D | libinput-debug-tablet.c | 81 const int width = 80; in print_line() local 118 const int width = max(10, min(78, termwidth - 32)); in print_bar() local
|
| /third_party/ltp/testcases/kernel/ipc/pipeio/ |
| H A D | pipeio.c | 760 int width; /* number of columns */ in prt_buf() local [all...] |
| /third_party/libdrm/tests/tegra/ |
| H A D | vic.h | 162 unsigned int width; member
|