Home
last modified time | relevance | path

Searched defs:width (Results 926 - 950 of 3357) sorted by relevance

1...<<31323334353637383940>>...135

/third_party/mesa3d/src/gallium/tests/graw/
H A Docclusion-query.c10 static int width = 300; variable
H A Dtri-gs.c52 set_viewport( float x, float y, float width, float height, float zNear, float zFar) set_viewport() argument
/third_party/mesa3d/src/gallium/frontends/xvmc/
H A Dcontext.c45 Validate(Display *dpy, XvPortID port, int surface_type_id, unsigned int width, unsigned int height, int flags, bool *found_port, int *screen, int *chroma_format, int *mc_type, int *surface_flags, unsigned short *subpic_max_w, unsigned short *subpic_max_h) Validate() argument
181 XvMCCreateContext(Display *dpy, XvPortID port, int surface_type_id, int width, int height, int flags, XvMCContext *context) XvMCCreateContext() argument
[all...]
/third_party/node/src/
H A Dnode_report_utils.cc195 int height, width, rc; in WalkHandle() local
/third_party/musl/src/stdio/
H A Dvfwscanf.c88 int width; in vfwscanf() local
[all...]
H A Dvfscanf.c67 int width; in vfscanf() local
[all...]
/third_party/musl/porting/linux/user/src/stdio/
H A Dvfscanf.c67 int width; in vfscanf() local
[all...]
/third_party/mesa3d/src/intel/isl/tests/
H A Disl_surf_get_image_offset_test.c45 t_assert_extent4d(const struct isl_extent4d *e, uint32_t width, in t_assert_extent4d() argument
97 t_assert_phys_level0_sa(const struct isl_surf *surf, uint32_t width, in t_assert_phys_level0_sa() argument
/third_party/mesa3d/src/mesa/main/
H A Daccum.c65 GLuint x, y, width, height; in _mesa_clear_accum_buffer() local
129 accum_scale_or_bias(struct gl_context *ctx, GLfloat value, GLint xpos, GLint ypos, GLint width, GLint height, GLboolean bias) accum_scale_or_bias() argument
188 accum_or_load(struct gl_context *ctx, GLfloat value, GLint xpos, GLint ypos, GLint width, GLint height, GLboolean load) accum_or_load() argument
284 accum_return(struct gl_context *ctx, GLfloat value, GLint xpos, GLint ypos, GLint width, GLint height) accum_return() argument
399 GLint xpos, ypos, width, height; accum() local
[all...]
H A Dscissor.c67 scissor(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height) in scissor() argument
91 _mesa_Scissor_no_error(GLint x, GLint y, GLsizei width, GLsizei height) in _mesa_Scissor_no_error() argument
98 _mesa_Scissor(GLint x, GLint y, GLsizei width, GLsizei height) in _mesa_Scissor() argument
45 set_scissor_no_notify(struct gl_context *ctx, unsigned idx, GLint x, GLint y, GLsizei width, GLsizei height) set_scissor_no_notify() argument
128 _mesa_set_scissor(struct gl_context *ctx, unsigned idx, GLint x, GLint y, GLsizei width, GLsizei height) _mesa_set_scissor() argument
202 scissor_indexed_err(struct gl_context *ctx, GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height, const char *function) scissor_indexed_err() argument
228 _mesa_ScissorIndexed_no_error(GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height) _mesa_ScissorIndexed_no_error() argument
236 _mesa_ScissorIndexed(GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height) _mesa_ScissorIndexed() argument
[all...]
H A Dtexcompress_cpal.c109 _mesa_cpal_compressed_size(int level, GLenum internalFormat, unsigned width, unsigned height) _mesa_cpal_compressed_size() argument
149 _mesa_cpal_compressed_teximage2d(GLenum target, GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei imageSize, const void *palette) _mesa_cpal_compressed_teximage2d() argument
H A Dpbo.c66 _mesa_validate_pbo_access(GLuint dimensions, const struct gl_pixelstore_attrib *pack, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei clientMemSize, const GLvoid *ptr) _mesa_validate_pbo_access() argument
178 _mesa_validate_pbo_source(struct gl_context *ctx, GLuint dimensions, const struct gl_pixelstore_attrib *unpack, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei clientMemSize, const GLvoid *ptr, const char *where) _mesa_validate_pbo_source() argument
258 _mesa_map_validate_pbo_source(struct gl_context *ctx, GLuint dimensions, const struct gl_pixelstore_attrib *unpack, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei clientMemSize, const GLvoid *ptr, const char *where) _mesa_map_validate_pbo_source() argument
336 _mesa_map_validate_pbo_dest(struct gl_context *ctx, GLuint dimensions, const struct gl_pixelstore_attrib *unpack, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei clientMemSize, GLvoid *ptr, const char *where) _mesa_map_validate_pbo_dest() argument
395 _mesa_validate_pbo_teximage(struct gl_context *ctx, GLuint dimensions, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels, const struct gl_pixelstore_attrib *unpack, const char *funcName) _mesa_validate_pbo_teximage() argument
[all...]
H A Dtexcompress_etc_tmp.h139 etc1_unpack_rgba8888(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) etc1_unpack_rgba8888() argument
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_eglimage.c377 uint32_t width = u_minify(stimg->texture->width0, stimg->level); in st_bind_egl_image() local
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_cse.cpp213 const unsigned width = entry->generator->exec_size; in opt_cse_local() local
234 const unsigned width = inst->exec_size; in opt_cse_local() local
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_tiler.c230 pan_tile_count(unsigned width, unsigned height, unsigned tile_width, unsigned tile_height) in pan_tile_count() argument
287 panfrost_flat_size(unsigned width, unsigned height, unsigned dim, unsigned bytes_per_tile) in panfrost_flat_size() argument
304 panfrost_tiler_header_size(unsigned width, unsigned height, unsigned mask, bool hierarchy) in panfrost_tiler_header_size() argument
249 panfrost_hierarchy_size( unsigned width, unsigned height, unsigned mask, unsigned bytes_per_tile) panfrost_hierarchy_size() argument
318 panfrost_tiler_full_size(unsigned width, unsigned height, unsigned mask, bool hierarchy) panfrost_tiler_full_size() argument
330 panfrost_choose_tile_size( unsigned width, unsigned height, unsigned vertex_count) panfrost_choose_tile_size() argument
359 panfrost_choose_hierarchy_mask( unsigned width, unsigned height, unsigned vertex_count, bool hierarchy) panfrost_choose_hierarchy_mask() argument
[all...]
/third_party/mesa3d/src/util/format/
H A Du_format_yuv.c42 util_format_r8g8_b8g8_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_r8g8_b8g8_unorm_unpack_rgba_float() argument
96 util_format_r8g8_b8g8_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_r8g8_b8g8_unorm_unpack_rgba_8unorm() argument
150 util_format_r8g8_b8g8_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_r8g8_b8g8_unorm_pack_rgba_float() argument
199 util_format_r8g8_b8g8_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_r8g8_b8g8_unorm_pack_rgba_8unorm() argument
264 util_format_g8r8_g8b8_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_g8r8_g8b8_unorm_unpack_rgba_float() argument
318 util_format_g8r8_g8b8_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_g8r8_g8b8_unorm_unpack_rgba_8unorm() argument
372 util_format_g8r8_g8b8_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_g8r8_g8b8_unorm_pack_rgba_float() argument
421 util_format_g8r8_g8b8_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_g8r8_g8b8_unorm_pack_rgba_8unorm() argument
486 util_format_uyvy_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_uyvy_unpack_rgba_float() argument
534 util_format_uyvy_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_uyvy_unpack_rgba_8unorm() argument
582 util_format_uyvy_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_uyvy_pack_rgba_float() argument
635 util_format_uyvy_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_uyvy_pack_rgba_8unorm() argument
708 util_format_yuyv_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_yuyv_unpack_rgba_float() argument
756 util_format_yuyv_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_yuyv_unpack_rgba_8unorm() argument
804 util_format_yuyv_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_yuyv_pack_rgba_float() argument
857 util_format_yuyv_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_yuyv_pack_rgba_8unorm() argument
[all...]
H A Du_format_latc.c46 util_format_latc1_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_latc1_unorm_unpack_rgba_8unorm() argument
59 util_format_latc1_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_latc1_unorm_unpack_rgba_float() argument
85 util_format_latc1_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_latc1_unorm_pack_rgba_float() argument
52 util_format_latc1_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_latc1_unorm_pack_rgba_8unorm() argument
111 util_format_latc1_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_latc1_snorm_unpack_rgba_8unorm() argument
119 util_format_latc1_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_latc1_snorm_pack_rgba_8unorm() argument
127 util_format_latc1_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_latc1_snorm_pack_rgba_float() argument
133 util_format_latc1_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_latc1_snorm_unpack_rgba_float() argument
182 util_format_latc2_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_latc2_unorm_unpack_rgba_8unorm() argument
188 util_format_latc2_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_latc2_unorm_pack_rgba_8unorm() argument
194 util_format_latc2_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_latc2_unorm_pack_rgba_float() argument
200 util_format_latc2_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_latc2_unorm_unpack_rgba_float() argument
249 util_format_latc2_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_latc2_snorm_unpack_rgba_8unorm() argument
257 util_format_latc2_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_latc2_snorm_pack_rgba_8unorm() argument
265 util_format_latc2_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_latc2_snorm_unpack_rgba_float() argument
292 util_format_latc2_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_latc2_snorm_pack_rgba_float() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_linear.c52 linear_fallback(const struct lp_rast_state *state, unsigned x, unsigned y, unsigned width, unsigned height, uint8_t *color, unsigned stride) linear_fallback() argument
77 lp_fs_linear_run(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) lp_fs_linear_run() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_resource.h99 uint32_t width; member
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
H A DAppletFrame.java71 public AppletFrame(String name, Applet applet, int width, int height) { in AppletFrame() argument
92 public void appletResize(int width, int height) { in appletResize() argument
/third_party/libdrm/tests/etnaviv/
H A Detnaviv_2d_test.c73 static void gen_cmd_stream(struct etna_cmd_stream *stream, struct etna_bo *bmp, const int width, const int height) in gen_cmd_stream() argument
150 int etna_check_image(uint32_t *p, int width, int height) in etna_check_image() argument
173 const int width in main() local
267 bmp_dump32(etna_bo_map(bmp), width, height, false, argv[2]); main() local
[all...]
H A Dwrite_bmp.c48 unsigned int width; member
67 bmp_header_write(int fd, int width, int height, int bgra, int noflip, int alpha) in bmp_header_write() argument
104 bmp_dump32(char *buffer, unsigned width, unsigned height, bool bgra, const char *filename) in bmp_dump32() argument
120 bmp_dump32_noflip(char *buffer, unsigned width, unsigne argument
136 bmp_dump32_ex(char *buffer, unsigned width, unsigned height, bool flip, bool bgra, bool alpha, const char *filename) bmp_dump32_ex() argument
[all...]
/third_party/libevdev/tools/
H A Dtouchpad-edge-detector.c179 int width = x->maximum - x->minimum, in print_udev_override_rule() local
/third_party/libinput/tools/
H A Dlibinput-measure-touchpad-pressure.py50 def width(self): member in TableFormatter
[all...]

Completed in 14 milliseconds

1...<<31323334353637383940>>...135