Home
last modified time | relevance | path

Searched defs:width (Results 3001 - 3025 of 7379) sorted by relevance

1...<<121122123124125126127128129130>>...296

/third_party/libinput/test/
H A Dtest-touch.c321 const int width = 640, height = 480; in START_TEST() local
362 int width = 1024, height = 480; in START_TEST() local
453 const int width in START_TEST() local
[all...]
/third_party/ltp/testcases/realtime/lib/
H A Dlibstats.c264 long min, max, width; in stats_hist() local
/third_party/lwip/src/netif/ppp/
H A Dutils.c137 int width, prec, fillch; in ppp_vslprintf() local
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.h603 void bfi(const Register& rd, const Register& rn, int lsb, int width) { in bfi() argument
610 void bfxil(const Register& rd, const Register& rn, int lsb, int width) { in bfxil() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_batch_cache.c80 uint32_t width; member
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_clear.c736 iris_clear_render_target(struct pipe_context *ctx, struct pipe_surface *psurf, const union pipe_color_union *p_color, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, bool render_condition_enabled) iris_clear_render_target() argument
766 iris_clear_depth_stencil(struct pipe_context *ctx, struct pipe_surface *psurf, unsigned flags, double depth, unsigned stencil, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, bool render_condition_enabled) iris_clear_depth_stencil() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_intr.c66 unsigned width; in lp_format_intrinsic() local
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_transfer_helper.c253 unsigned width = box->width; in u_transfer_helper_transfer_map() local
372 unsigned width = box->width; flush_region() local
598 unsigned width = box->width; u_transfer_helper_deinterleave_transfer_map() local
[all...]
H A Du_debug_image.c49 debug_dump_image(const char *prefix, enum pipe_format format, UNUSED unsigned cpp, unsigned width, unsigned height, unsigned stride, const void *data) debug_dump_image() argument
236 debug_dump_float_rgba_bmp(const char *filename, unsigned width, unsigned height, float *rgba, unsigned stride) debug_dump_float_rgba_bmp() argument
292 debug_dump_ubyte_rgba_bmp(const char *filename, unsigned width, unsigned height, const ubyte *rgba, unsigned stride) debug_dump_ubyte_rgba_bmp() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_texture.c77 unsigned width, height, depth, layout, i; in lima_texture_desc_set_res() local
H A Dlima_texture.h69 uint32_t width: 13; member
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/
H A DSoftwareRenderer.cpp45 int32 width, height, stride; member
309 FrameResized(float width, float height) FrameResized() argument
[all...]
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_cs.h102 unsigned width, height; member
/third_party/mesa3d/src/gallium/auxiliary/rbug/
H A Drbug_texture.c282 rbug_send_texture_info_reply(struct rbug_connection *__con, uint32_t serial, uint32_t target, uint32_t format, uint32_t *width, uint32_t width_len, uint16_t *h16, uint32_t height_len, uint16_t *d16, uint32_t depth_len, uint32_t blockw, uint32_t blockh, uint32_t blocksize, uint32_t last_level, uint32_t nr_samples, uint32_t tex_usage, uint32_t *__serial) rbug_send_texture_info_reply() argument
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_bicubic_filter.c247 vl_bicubic_filter_init(struct vl_bicubic_filter *filter, struct pipe_context *pipe, unsigned width, unsigned height) vl_bicubic_filter_init() argument
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_clear_blit.c123 etna_clear_render_target(struct pipe_context *pctx, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) etna_clear_render_target() argument
137 etna_clear_depth_stencil(struct pipe_context *pctx, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) etna_clear_depth_stencil() argument
H A Detnaviv_resource.h44 unsigned width, padded_width; /* in pixels */ member
H A Detnaviv_rs.h55 uint16_t width; /* source width */ member
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_tiling.c60 vc4_size_is_lt(uint32_t width, uint32_t height, int cpp) in vc4_size_is_lt() argument
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dbuffer9.c550 int x, width; in u_box_try_remove_region_1d() local
[all...]
/third_party/mesa3d/src/gallium/frontends/va/
H A Dimage.c103 vlVaCreateImage(VADriverContextP ctx, VAImageFormat *format, int width, int height, VAImage *image) in vlVaCreateImage() argument
63 vlVaVideoSurfaceSize(vlVaSurface *p_surf, int component, unsigned *width, unsigned *height) vlVaVideoSurfaceSize() argument
467 vlVaGetImage(VADriverContextP ctx, VASurfaceID surface, int x, int y, unsigned int width, unsigned int height, VAImageID image) vlVaGetImage() argument
703 unsigned width, height; vlVaPutImage() local
[all...]
/third_party/mesa3d/src/gallium/tests/graw/
H A Dvs-test.c113 set_viewport( float x, float y, float width, float height, float zNear, float zFar) set_viewport() argument
/third_party/mesa3d/src/gbm/main/
H A Dgbm.c489 gbm_bo_create(struct gbm_device *gbm, uint32_t width, uint32_t height, uint32_t format, uint32_t flags) gbm_bo_create() argument
502 gbm_bo_create_with_modifiers(struct gbm_device *gbm, uint32_t width, uint32_t height, uint32_t format, const uint64_t *modifiers, const unsigned int count) gbm_bo_create_with_modifiers() argument
527 gbm_bo_create_with_modifiers2(struct gbm_device *gbm, uint32_t width, uint32_t height, uint32_t format, const uint64_t *modifiers, const unsigned int count, uint32_t flags) gbm_bo_create_with_modifiers2() argument
615 gbm_bo_map(struct gbm_bo *bo, uint32_t x, uint32_t y, uint32_t width, uint32_t height, uint32_t flags, uint32_t *stride, void **map_data) gbm_bo_map() argument
659 gbm_surface_create(struct gbm_device *gbm, uint32_t width, uint32_t height, uint32_t format, uint32_t flags) gbm_surface_create() argument
667 gbm_surface_create_with_modifiers(struct gbm_device *gbm, uint32_t width, uint32_t height, uint32_t format, const uint64_t *modifiers, const unsigned int count) gbm_surface_create_with_modifiers() argument
693 gbm_surface_create_with_modifiers2(struct gbm_device *gbm, uint32_t width, uint32_t height, uint32_t format, const uint64_t *modifiers, const unsigned int count, uint32_t flags) gbm_surface_create_with_modifiers2() argument
[all...]
H A Dgbm_backend_abi.h181 uint32_t width; member
210 uint32_t width; member
/third_party/mesa3d/src/glx/
H A Dpixel.c83 FillBitmap(struct glx_context * gc, GLint width, GLint height, in FillBitmap() argument
164 __glFillImage(struct glx_context * gc, GLint dim, GLint width, GLint height, in __glFillImage() argument
271 EmptyBitmap(struct glx_context * gc, GLint width, GLint height, in EmptyBitmap() argument
391 __glEmptyImage(struct glx_context * gc, GLint dim, GLint width, GLint height, GLint depth, GLenum format, GLenum type, const GLubyte * sourceImage, GLvoid * userdata) __glEmptyImage() argument
[all...]

Completed in 19 milliseconds

1...<<121122123124125126127128129130>>...296