| /third_party/libdrm/omap/ |
| H A D | omap_drm.h | 71 uint16_t height; member
|
| H A D | omap_drm.c | 240 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 D | plotmpl.py | 325 def height(self): member in Grid [all...] |
| H A D | plot.py | 579 def height(self): global() member in Grid [all...] |
| /third_party/libdrm/tests/amdgpu/ |
| H A D | uvd_enc_tests.c | 50 unsigned height; member
|
| /third_party/libinput/src/ |
| H A D | evdev-mt-touchpad-edge-scroll.c | 308 double width, height; in tp_edge_scroll_init() local
|
| /third_party/libinput/test/ |
| H A D | test-touch.c | 321 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 D | state-values-utils.cc | 283 size_t height = 0; in GetNodeForValues() local
|
| /third_party/node/deps/v8/src/deoptimizer/ |
| H A D | translation-array.cc | 109 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 D | freedreno_batch_cache.c | 81 uint32_t height; member
|
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| H A D | iris_clear.c | 736 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 D | u_transfer_helper.c | 254 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 D | u_debug_image.c | 49 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 D | lima_texture.c | 77 unsigned width, height, depth, layout, i; in lima_texture_desc_set_res() local
|
| H A D | lima_texture.h | 70 uint32_t height: 13; member
|
| /third_party/mesa3d/src/gallium/targets/haiku-softpipe/ |
| H A D | SoftwareRenderer.cpp | 45 int32 width, height, stride; member 309 FrameResized(float width, float height) FrameResized() argument [all...] |
| /third_party/mesa3d/src/panfrost/lib/ |
| H A D | pan_cs.h | 102 unsigned width, height; member
|
| /third_party/mesa3d/src/gallium/auxiliary/rbug/ |
| H A D | rbug_texture.c | 304 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 D | vl_bicubic_filter.c | 247 vl_bicubic_filter_init(struct vl_bicubic_filter *filter, struct pipe_context *pipe, unsigned width, unsigned height) vl_bicubic_filter_init() argument
|
| H A D | vl_video_buffer.c | 177 unsigned height = tmpl->height; in vl_video_buffer_template() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_clear_blit.c | 123 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 D | etnaviv_resource.h | 45 unsigned height, padded_height; /* in samples */ member
|
| H A D | etnaviv_rs.h | 56 uint16_t height; /* source height */ member
|
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_tiling.c | 60 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 D | image.c | 103 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...] |