Home
last modified time | relevance | path

Searched defs:width (Results 2776 - 2800 of 5097) sorted by relevance

1...<<111112113114115116117118119120>>...204

/third_party/libdrm/tests/tegra/
H A Dvic.h162 unsigned int width; member
/third_party/libinput/src/
H A Devdev-mt-touchpad-buttons.c628 double width, height; in tp_init_softbuttons() local
698 double width, height; in tp_init_top_softbuttons() local
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_blitter.c582 uint32_t width = u_minify(src->b.b.width0, info->src.level) * nr_samples; emit_blit_src() local
784 fd6_clear_surface(struct fd_context *ctx, struct fd_ringbuffer *ring, struct pipe_surface *psurf, uint32_t width, uint32_t height, union pipe_color_union *color, uint32_t unknown_8c01) fd6_clear_surface() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_gpu.h54 uint32_t width; member
H A Dlima_resource.c97 unsigned width = width0; in setup_miptree() local
55 lima_resource_create_scanout(struct pipe_screen *pscreen, const struct pipe_resource *templat, unsigned width, unsigned height) lima_resource_create_scanout() argument
146 lima_resource_create_bo(struct pipe_screen *pscreen, const struct pipe_resource *templat, unsigned width, unsigned height, bool align_to_tile) lima_resource_create_bo() argument
185 unsigned width, height; _lima_resource_create_with_modifiers() local
350 unsigned width, height, stride, size; lima_resource_from_handle() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_soa.c131 const unsigned width = chan_desc.size; in lp_build_extract_soa_chan() local
890 const unsigned width = chan_desc.size; lp_build_insert_soa_chan() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_bitstream.c853 int width = align(bs->decoder->width, 16) / 16; in decode_slice() local
H A Dvl_winsys_dri3.c63 uint32_t width, height, pitch; member
72 uint32_t width, height, depth; member
698 vl_dri3_screen_set_back_texture_from_output(struct vl_screen *vscreen, struct pipe_resource *buffer, uint32_t width, uint32_t height) vl_dri3_screen_set_back_texture_from_output() argument
[all...]
/third_party/mesa3d/src/util/format/
H A Du_format.c50 util_copy_rect(ubyte * dst, enum pipe_format format, unsigned dst_stride, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, const ubyte * src, int src_stride, unsigned src_x, unsigned src_y) util_copy_rect() argument
641 util_format_translate(enum pipe_format dst_format, void *dst, unsigned dst_stride, unsigned dst_x, unsigned dst_y, enum pipe_format src_format, const void *src, unsigned src_stride, unsigned src_x, unsigned src_y, unsigned width, unsigned height) util_format_translate() argument
866 util_format_translate_3d(enum pipe_format dst_format, void *dst, unsigned dst_stride, unsigned dst_slice_stride, unsigned dst_x, unsigned dst_y, unsigned dst_z, enum pipe_format src_format, const void *src, unsigned src_stride, unsigned src_slice_stride, unsigned src_x, unsigned src_y, unsigned src_z, unsigned width, unsigned height, unsigned depth) util_format_translate_3d() argument
[all...]
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_cs.c810 emit_tiler_context(const struct panvk_device *dev, unsigned width, unsigned height, const struct panfrost_ptr *descs) emit_tiler_context() argument
H A Dpanvk_vX_descriptor_set.c59 uint16_t width; member
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_inlines.h794 util_texrange_covers_whole_level(const struct pipe_resource *tex, unsigned level, unsigned x, unsigned y, unsigned z, unsigned width, unsigned height, unsigned depth) util_texrange_covers_whole_level() argument
H A Du_tests.c47 util_create_texture2d(struct pipe_screen *screen, unsigned width, in util_create_texture2d() argument
H A Du_surface.c65 util_copy_box(ubyte * dst, enum pipe_format format, unsigned dst_stride, unsigned dst_slice_stride, unsigned dst_x, unsigned dst_y, unsigned dst_z, unsigned width, unsigned height, unsigned depth, const ubyte * src, int src_stride, unsigned src_slice_stride, unsigned src_x, unsigned src_y, unsigned src_z) util_copy_box() argument
94 util_fill_rect(ubyte * dst, enum pipe_format format, unsigned dst_stride, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, union util_color *uc) util_fill_rect() argument
169 util_fill_box(ubyte * dst, enum pipe_format format, unsigned stride, unsigned layer_stride, unsigned x, unsigned y, unsigned z, unsigned width, unsigned height, unsigned depth, union util_color *uc) util_fill_box() argument
362 util_clear_color_texture_helper(struct pipe_transfer *dst_trans, ubyte *dst_map, enum pipe_format format, const union pipe_color_union *color, unsigned width, unsigned height, unsigned depth) util_clear_color_texture_helper() argument
380 util_clear_color_texture(struct pipe_context *pipe, struct pipe_resource *texture, enum pipe_format format, const union pipe_color_union *color, unsigned level, unsigned dstx, unsigned dsty, unsigned dstz, unsigned width, unsigned height, unsigned depth) util_clear_color_texture() argument
421 util_clear_render_target(struct pipe_context *pipe, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height) util_clear_render_target() argument
464 util_fill_zs_rect(ubyte *dst_map, enum pipe_format format, bool need_rmw, unsigned clear_flags, unsigned dst_stride, unsigned width, unsigned height, uint64_t zstencil) util_fill_zs_rect() argument
478 memset(dst_map, (uint8_t) zstencil, height * width); util_fill_zs_rect() local
554 util_fill_zs_box(ubyte *dst, enum pipe_format format, bool need_rmw, unsigned clear_flags, unsigned stride, unsigned layer_stride, unsigned width, unsigned height, unsigned depth, uint64_t zstencil) util_fill_zs_box() argument
575 util_clear_depth_stencil_texture(struct pipe_context *pipe, struct pipe_resource *texture, enum pipe_format format, unsigned clear_flags, uint64_t zstencil, unsigned level, unsigned dstx, unsigned dsty, unsigned dstz, unsigned width, unsigned height, unsigned depth) util_clear_depth_stencil_texture() argument
667 util_clear_depth_stencil(struct pipe_context *pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height) util_clear_depth_stencil() argument
698 unsigned width = 1, height = 1, depth = 1; is_box_inside_resource() local
[all...]
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_rs.c687 unsigned int width = blit_info->src.box.width * msaa_xscale; etna_try_rs_blit() local
[all...]
/third_party/mksh/
H A Dexpr.c712 int width; in utf_widthadj() local
729 size_t len, width = 0; in utf_mbswidth() local
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_draw.c1223 unsigned width; in check_draw_params() local
[all...]
/third_party/mesa3d/src/gbm/main/
H A Dgbm.h309 uint32_t width; member
318 uint32_t width; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_tex.c75 uint32_t width, height; in gm107_create_texture_view() local
287 uint32_t width, height; in gf100_create_texture_view() local
907 nvc0_get_surface_dims(const struct pipe_image_view *view, int *width, int *height, int *depth) nvc0_get_surface_dims() argument
963 int width, height, depth; nve4_set_surface_info() local
1081 nvc0_set_surface_info(struct nouveau_pushbuf *push, const struct pipe_image_view *view, uint64_t address, int width, int height, int depth) nvc0_set_surface_info() argument
1139 int width = 0, height = 0, depth = 0; nvc0_validate_suf() local
[all...]
H A Dnvc0_vbo_translate.c31 uint8_t width; member
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_blit.c268 uint32_t width = fb->width; in r300_clear() local
440 r300_clear_render_target(struct pipe_context *pipe, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) r300_clear_render_target() argument
457 r300_clear_depth_stencil(struct pipe_context *pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) r300_clear_depth_stencil() argument
[all...]
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dopt.c1062 static void opt_print(const OPTIONS *o, int doingparams, int width) in opt_print() argument
1120 int i, sawparams = 0, width = 5; in opt_help() local
/third_party/openssl/apps/lib/
H A Dopt.c1057 static void opt_print(const OPTIONS *o, int doingparams, int width) in opt_print() argument
1115 int i, sawparams = 0, width = 5; in opt_help() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFillBufferTests.cpp463 generateBuffer(tcu::PixelBufferAccess buffer, int width, int height, int depth) generateBuffer() argument
H A DvktApiImageCompressionControlTests.cpp219 static void checkAhbImageSupport (const Context& context, const TestParams testParams, const deUint32 width, const deUint32 height, const VkImageUsageFlagBits vkUsage) in checkAhbImageSupport() argument
315 static void CheckOHOSImageSupport (const Context& context, const TestParams testParams, const deUint32 width, in CheckOHOSImageSupport() argument
421 const deUint32 width = 32; in ahbImageCreateTest() local
496 const deUint32 width = 32; in OHOSImageCreateTest() local
[all...]

Completed in 30 milliseconds

1...<<111112113114115116117118119120>>...204