Home
last modified time | relevance | path

Searched defs:height (Results 1076 - 1100 of 2608) sorted by relevance

1...<<41424344454647484950>>...105

/third_party/libdrm/omap/
H A Domap_drm.h71 uint16_t height; member
H A Domap_drm.c240 omap_bo_new_tiled(struct omap_device *dev, uint32_t width, uint32_t height, uint32_t flags) omap_bo_new_tiled() argument
/third_party/littlefs/scripts/
H A Dplotmpl.py325 def height(self): member in Grid
[all...]
H A Dplot.py579 def height(self): global() member in Grid
[all...]
/third_party/libdrm/tests/amdgpu/
H A Duvd_enc_tests.c50 unsigned height; member
/third_party/libinput/src/
H A Devdev-mt-touchpad-edge-scroll.c308 double width, height; in tp_edge_scroll_init() local
/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 = 640, height in START_TEST() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dstate-values-utils.cc283 size_t height = 0; in GetNodeForValues() local
/third_party/node/deps/v8/src/deoptimizer/
H A Dtranslation-array.cc109 BeginBuiltinContinuationFrame( BytecodeOffset bytecode_offset, int literal_id, unsigned height) BeginBuiltinContinuationFrame() argument
120 BeginJSToWasmBuiltinContinuationFrame( BytecodeOffset bytecode_offset, int literal_id, unsigned height, base::Optional<wasm::ValueKind> return_kind) BeginJSToWasmBuiltinContinuationFrame() argument
133 BeginJavaScriptBuiltinContinuationFrame( BytecodeOffset bytecode_offset, int literal_id, unsigned height) BeginJavaScriptBuiltinContinuationFrame() argument
143 BeginJavaScriptBuiltinContinuationWithCatchFrame( BytecodeOffset bytecode_offset, int literal_id, unsigned height) BeginJavaScriptBuiltinContinuationWithCatchFrame() argument
154 BeginConstructStubFrame( BytecodeOffset bytecode_offset, int literal_id, unsigned height) BeginConstructStubFrame() argument
164 BeginArgumentsAdaptorFrame(int literal_id, unsigned height) BeginArgumentsAdaptorFrame() argument
173 BeginInterpretedFrame( BytecodeOffset bytecode_offset, int literal_id, unsigned height, int return_value_offset, int return_value_count) BeginInterpretedFrame() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_batch_cache.c81 uint32_t height; 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/util/
H A Du_transfer_helper.c254 unsigned height = box->height; in u_transfer_helper_transfer_map() local
373 unsigned height = box->height; flush_region() local
599 unsigned height = box->height; 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.h70 uint32_t height: 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.c304 uint32_t *height = alloca(sizeof(uint32_t) * height_len); in rbug_send_texture_info_reply() local
/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
H A Dvl_video_buffer.c177 unsigned height = tmpl->height; in vl_video_buffer_template() local
[all...]
/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.h45 unsigned height, padded_height; /* in samples */ member
H A Detnaviv_rs.h56 uint16_t height; /* source height */ 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/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...]

Completed in 16 milliseconds

1...<<41424344454647484950>>...105