Home
last modified time | relevance | path

Searched defs:width (Results 5401 - 5425 of 7379) sorted by relevance

1...<<211212213214215216217218219220>>...296

/third_party/mesa3d/src/mesa/main/
H A Dpack.c150 _mesa_pack_bitmap( GLint width, GLint height, const GLubyte *source, in _mesa_pack_bitmap() argument
1202 _mesa_unpack_image( GLuint dimensions, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels, const struct gl_pixelstore_attrib *unpack ) _mesa_unpack_image() argument
[all...]
H A Dtexobj.c794 GLuint width, height, depth, face; in _mesa_test_texobj_completeness() local
936 const GLsizei width = 1, height = 1; _mesa_get_fallback_texture() local
2131 _mesa_InvalidateTexSubImage_no_error(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth) _mesa_InvalidateTexSubImage_no_error() argument
2141 _mesa_InvalidateTexSubImage(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth) _mesa_InvalidateTexSubImage() argument
2312 texture_page_commitment(struct gl_context *ctx, GLenum target, struct gl_texture_object *tex_obj, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLboolean commit, const char *func) texture_page_commitment() argument
2364 _mesa_TexPageCommitmentARB(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLboolean commit) _mesa_TexPageCommitmentARB() argument
2383 _mesa_TexturePageCommitmentEXT(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLboolean commit) _mesa_TexturePageCommitmentEXT() argument
[all...]
H A Dtexgetimage.c80 get_tex_depth(struct gl_context *ctx, GLuint dimensions, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLenum format, GLenum type, GLvoid *pixels, struct gl_texture_image *texImage) get_tex_depth() argument
129 get_tex_depth_stencil(struct gl_context *ctx, GLuint dimensions, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLenum format, GLenum type, GLvoid *pixels, struct gl_texture_image *texImage) get_tex_depth_stencil() argument
185 get_tex_stencil(struct gl_context *ctx, GLuint dimensions, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLenum format, GLenum type, GLvoid *pixels, struct gl_texture_image *texImage) get_tex_stencil() argument
231 get_tex_ycbcr(struct gl_context *ctx, GLuint dimensions, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLenum format, GLenum type, GLvoid *pixels, struct gl_texture_image *texImage) get_tex_ycbcr() argument
317 get_tex_rgba_compressed(struct gl_context *ctx, GLuint dimensions, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLenum format, GLenum type, GLvoid *pixels, struct gl_texture_image *texImage, GLbitfield transferOps) get_tex_rgba_compressed() argument
434 get_tex_rgba_uncompressed(struct gl_context *ctx, GLuint dimensions, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLenum format, GLenum type, GLvoid *pixels, struct gl_texture_image *texImage, GLbitfield transferOps) get_tex_rgba_uncompressed() argument
574 get_tex_rgba(struct gl_context *ctx, GLuint dimensions, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLenum format, GLenum type, GLvoid *pixels, struct gl_texture_image *texImage) get_tex_rgba() argument
619 get_tex_memcpy(struct gl_context *ctx, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLenum format, GLenum type, GLvoid *pixels, struct gl_texture_image *texImage) get_tex_memcpy() argument
695 _mesa_GetTexSubImage_sw(struct gl_context *ctx, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLenum format, GLenum type, GLvoid *pixels, struct gl_texture_image *texImage) _mesa_GetTexSubImage_sw() argument
775 get_compressed_texsubimage_sw(struct gl_context *ctx, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLint height, GLint depth, GLvoid *img) get_compressed_texsubimage_sw() argument
915 dimensions_error_check(struct gl_context *ctx, struct gl_texture_object *texObj, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, const char *caller) dimensions_error_check() argument
1095 pbo_error_check(struct gl_context *ctx, GLenum target, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei clientMemSize, GLvoid *pixels, const char *caller) pbo_error_check() argument
1211 common_error_check(struct gl_context *ctx, struct gl_texture_object *texObj, GLenum target, GLint level, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei bufSize, GLvoid *pixels, const char *caller) common_error_check() argument
1263 getteximage_error_check(struct gl_context *ctx, struct gl_texture_object *texObj, GLenum target, GLint level, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei bufSize, GLvoid *pixels, const char *caller) getteximage_error_check() argument
1305 gettexsubimage_error_check(struct gl_context *ctx, struct gl_texture_object *texObj, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei bufSize, GLvoid *pixels, const char *caller) gettexsubimage_error_check() argument
1348 get_texture_image_dims(const struct gl_texture_object *texObj, GLenum target, GLint level, GLsizei *width, GLsizei *height, GLsizei *depth) get_texture_image_dims() argument
1386 get_texture_image(struct gl_context *ctx, struct gl_texture_object *texObj, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLenum format, GLenum type, GLvoid *pixels, const char *caller) get_texture_image() argument
1460 GLsizei width, height, depth; _get_texture_image() local
1571 GLsizei width, height, depth; _mesa_GetMultiTexImageEXT() local
1605 _mesa_GetTextureSubImage(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei bufSize, void *pixels) _mesa_GetTextureSubImage() argument
1645 packed_compressed_size(GLuint dimensions, mesa_format format, GLsizei width, GLsizei height, GLsizei depth, const struct gl_pixelstore_attrib *packing) packed_compressed_size() argument
1670 getcompressedteximage_error_check(struct gl_context *ctx, struct gl_texture_object *texObj, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLsizei bufSize, GLvoid *pixels, const char *caller) getcompressedteximage_error_check() argument
1764 get_compressed_texture_image(struct gl_context *ctx, struct gl_texture_object *texObj, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLvoid *pixels, const char *caller) get_compressed_texture_image() argument
1838 GLsizei width, height, depth; _mesa_GetnCompressedTexImageARB() local
1868 GLsizei width, height, depth; _mesa_GetCompressedTexImage() local
1900 GLsizei width, height, depth; _mesa_GetCompressedTextureImageEXT() local
1927 GLsizei width, height, depth; _mesa_GetCompressedMultiTexImageEXT() local
1956 GLsizei width, height, depth; _mesa_GetCompressedTextureImage() local
1980 _mesa_GetCompressedTextureSubImage(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLsizei bufSize, void *pixels) _mesa_GetCompressedTextureSubImage() argument
[all...]
H A Dtexcompress_s3tc_tmp.h910 tx_compress_dxt1(int srccomps, int width, int height, in tx_compress_dxt1() argument
943 tx_compress_dxt3(int srccomps, int width, int height, const GLubyte *srcPixData, GLubyte *dest, int dstRowStride) tx_compress_dxt3() argument
981 tx_compress_dxt5(int srccomps, int width, int height, const GLubyte *srcPixData, GLubyte *dest, int dstRowStride) tx_compress_dxt5() argument
1012 tx_compress_dxtn(GLint srccomps, GLint width, GLint height, const GLubyte *srcPixData, GLenum destFormat, GLubyte *dest, GLint dstRowStride) tx_compress_dxtn() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dreldatefmt.cpp1321 ureldatefmt_open( const char* locale, UNumberFormat* nfToAdopt, UDateRelativeDateTimeFormatterStyle width, UDisplayContext capitalizationContext, UErrorCode* status ) ureldatefmt_open() argument
H A Dtzfmt.cpp247 GMTOffsetField::createTimeField(FieldType type, uint8_t width, UErrorCode& status) { in createTimeField() argument
265 GMTOffsetField::isValid(FieldType type, int32_t width) { in isValid() argument
/third_party/node/deps/icu-small/source/tools/icuexportdata/
H A Dicuexportdata.cpp239 UCPTrieValueWidth width = UCPTRIE_VALUE_BITS_32; in dumpEnumeratedProperty() local
271 UCPTrieValueWidth width = UCPTRIE_VALUE_BITS_32; in dumpBidiMirroringGlyph() local
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_manager.c225 uint width, height; in st_framebuffer_validate() local
841 GLuint width, height, depth; in st_context_teximage() local
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_android.c1031 vn_android_ahb_allocate(uint32_t width, in vn_android_ahb_allocate() argument
1273 uint32_t width = 0; in vn_android_device_allocate_ahb() local
/third_party/mesa3d/src/util/format/
H A Du_format_fxt1.c1172 fxt1_encode (uint32_t width, uint32_t height, int32_t comps, in fxt1_encode() argument
1549 util_format_fxtn_rgb_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height, boolean rgba) util_format_fxtn_rgb_unpack_rgba_8unorm() argument
1574 util_format_fxt1_rgb_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_fxt1_rgb_unpack_rgba_8unorm() argument
1585 util_format_fxt1_rgba_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_fxt1_rgba_unpack_rgba_8unorm() argument
1596 util_format_fxtn_rgb_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height, boolean rgba) util_format_fxtn_rgb_unpack_rgba_float() argument
1627 util_format_fxt1_rgb_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_fxt1_rgb_unpack_rgba_float() argument
1638 util_format_fxt1_rgba_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_fxt1_rgba_unpack_rgba_float() argument
1653 util_format_fxt1_rgb_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src, unsigned src_stride, unsigned width, unsigned height) util_format_fxt1_rgb_pack_rgba_8unorm() argument
1679 util_format_fxt1_rgba_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src, unsigned src_stride, unsigned width, unsigned height) util_format_fxt1_rgba_pack_rgba_8unorm() argument
1687 util_format_fxt1_rgb_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src, unsigned src_stride, unsigned width, unsigned height) util_format_fxt1_rgb_pack_rgba_float() argument
1708 util_format_fxt1_rgba_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src, unsigned src_stride, unsigned width, unsigned height) util_format_fxt1_rgba_pack_rgba_float() argument
[all...]
/third_party/mesa3d/include/android_stub/hardware/
H A Dgralloc1.h702 uint32_t width; member
875 int32_t width; global() member
[all...]
/third_party/mesa3d/include/android_stub/system/
H A Dwindow.h122 int width; member
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c353 get_z_shift_and_mask(const struct util_format_description *format_desc, unsigned *shift, unsigned *width, unsigned *mask) get_z_shift_and_mask() argument
[all...]
H A Dlp_linear_sampler.c92 const int width = samp->width; in fetch_bgra_memcpy() local
122 const int width = samp->width; in fetch_bgrx_memcpy() local
155 const int width = samp->width; in fetch_bgra_axis_aligned() local
178 const int width in fetch_bgrx_axis_aligned() local
203 const int width = samp->width; fetch_bgra() local
234 const int width = samp->width; fetch_bgrx() local
268 const int width = samp->width; fetch_bgra_clamp() local
301 const int width = samp->width; fetch_bgrx_clamp() local
333 const int width = samp->width; fetch_and_stretch_bgra_row() local
395 const int width = samp->width; fetch_bgra_axis_aligned_linear() local
437 const int width = samp->width; fetch_bgra_linear() local
493 const int width = samp->width; fetch_bgra_clamp_linear() local
602 const int width = samp->width; fetch_bgrx_axis_aligned_linear() local
620 const int width = samp->width; fetch_bgrx_clamp_linear() local
640 const int width = samp->width; fetch_bgrx_linear() local
717 lp_linear_init_sampler(struct lp_linear_sampler *samp, const struct lp_tgsi_texture_info *info, const struct lp_sampler_static_state *sampler_state, const struct lp_jit_texture *texture, int x0, int y0, int width, int height, const float (*a0)[4], const float (*dadx)[4], const float (*dady)[4]) lp_linear_init_sampler() argument
[all...]
H A Dlp_texture.c79 unsigned width = pt->width0; in llvmpipe_texture_layout() local
213 const unsigned width = MAX2(1, align(lpr->base.width0, TILE_SIZE)); in llvmpipe_displaytarget_layout() local
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_vp3_video_vp.c26 uint16_t width; // 00 in mb units member
54 uint32_t width; // 00 in normal units member
98 uint16_t width; // 2c member
113 uint16_t width, height; member
[all...]
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DDemo.java109 public Demo(int width, int height) { in Demo() argument
/third_party/icu/icu4c/source/tools/icuexportdata/
H A Dicuexportdata.cpp164 UCPTrieValueWidth width = UCPTRIE_VALUE_BITS_32; in dumpEnumeratedProperty() local
[all...]
/third_party/libdrm/
H A Dxf86drmMode.h105 uint32_t width, height; member
115 uint32_t width, height; member
162 uint32_t width, height; member
/third_party/libinput/test/
H A Dtest-touchpad.c409 double width, height; in START_TEST() local
748 double width, height; in touchpad_has_horiz_edge_scroll_size() local
901 double width = 0, height = 0; in START_TEST() local
1236 double width, height; in touchpad_has_top_palm_detect_size() local
/third_party/ltp/tools/sparse/sparse-src/
H A Dsparse-llvm.c898 unsigned int width = otype->bit_size; in output_op_cast() local
/third_party/node/deps/v8/src/codegen/s390/
H A Dmacro-assembler-s390.h966 int width = rangeStart - rangeEnd + 1; in ExtractBitRange() local
/third_party/node/deps/v8/src/codegen/ppc/
H A Dmacro-assembler-ppc.h822 int width = rangeStart - rangeEnd + 1; in ExtractBitRange() local
/third_party/node/deps/v8/src/diagnostics/arm/
H A Ddisasm-arm.cc463 uint32_t width = instr->Bits(20, 16) + 1; in FormatOption() local
485 int width = (format[3] - '0') * 10 + (format[4] - '0'); in FormatOption() local
[all...]
/third_party/node/deps/v8/src/diagnostics/riscv64/
H A Ddisasm-riscv64.cc2732 int width = 0; in switch_sew() local
[all...]

Completed in 49 milliseconds

1...<<211212213214215216217218219220>>...296