Home
last modified time | relevance | path

Searched defs:level (Results 926 - 950 of 1299) sorted by relevance

1...<<31323334353637383940>>...52

/third_party/backends/backend/
H A Dmagicolor.c408 static void dump_hex_buffer_dense (int level, const unsigned char *buf, size_t buf_size) in dump_hex_buffer_dense() argument
[all...]
H A Drts8891.c2920 set_lamp_brightness (struct Rts8891_Device *dev, int level) in set_lamp_brightness() argument
H A Dkodakaio.c667 print_params(const SANE_Parameters params, int level) in print_params() argument
679 print_status(KodakAio_Scanner *s,int level) print_status() argument
792 dump_hex_buffer_dense(int level, const unsigned char *buf, size_t buf_size) dump_hex_buffer_dense() argument
[all...]
H A Dpieusb_specific.c2358 double level; in sanei_pieusb_analyze_preview() local
/third_party/backends/frontend/
H A Dsaned.c316 saned_debug_call (int level, const char *fmt, ...) in saned_debug_call() argument
2346 int level = -1; local
[all...]
/third_party/backends/backend/pixma/
H A Dpixma_bjnp.c192 bjnp_hexdump (int level, const void *d_, unsigned len) in bjnp_hexdump() argument
811 int level; in get_scanner_name() local
[all...]
H A Dpixma.c894 print_scan_param (int level, const pixma_scan_param_t * sp) in print_scan_param() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DSimpleDateFormat.java4575 lowerLevel(Object[] items, int i, int level) lowerLevel() argument
[all...]
/third_party/icu/icu4c/source/common/
H A Dubidiimp.h152 int32_t level; member
173 UBiDiLevel level; /* level of this run */ member
[all...]
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_hub.c58 usb_hub_debug_func(int level) in usb_hub_debug_func() argument
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dehci.c64 usb_ehci_debug_func(int level) in usb_ehci_debug_func() argument
/third_party/NuttX/drivers/usbdev/gadget/
H A Df_mass_storage.c52 void fmass_debug_func(int level) in fmass_debug_func() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DSimpleDateFormat.java4438 lowerLevel(Object[] items, int i, int level) lowerLevel() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Drulebasedcollator.cpp1417 Collation::Level level; global() member in __anon3371::PartLevelCallback
1437 Collation::Level level = (Collation::Level)state[0]; internalNextSortKeyPart() local
[all...]
/third_party/mbedtls/tests/src/test_helpers/
H A Dssl_helpers.c25 void mbedtls_test_ssl_log_analyzer(void *ctx, int level, in mbedtls_test_ssl_log_analyzer() argument
/third_party/mesa3d/src/amd/common/
H A Dac_surface.h131 struct legacy_surf_level level[RADEON_SURF_MAX_LEVELS]; member
[all...]
/third_party/libcoap/src/
H A Dcoap_tinydtls.c332 dtls_event(struct dtls_context_t *dtls_context, session_t *dtls_session, dtls_alert_level_t level, uint16_t code) dtls_event() argument
/third_party/lzma/CPP/7zip/UI/Common/
H A DArchiveExtractCallback.cpp629 int level = 0; in Parse() local
/third_party/lame/libmp3lame/
H A Dpsymodel.c1966 FLOAT level; in psymodel_init() local
2019 FLOAT level; in psymodel_init() local
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_image.c654 si_tile_mode_index(const struct radv_image_plane *plane, unsigned level, bool stencil) in si_tile_mode_index() argument
2273 radv_layout_can_fast_clear(const struct radv_device *device, const struct radv_image *image, unsigned level, VkImageLayout layout, bool in_render_loop, unsigned queue_mask) radv_layout_can_fast_clear() argument
2296 radv_layout_dcc_compressed(const struct radv_device *device, const struct radv_image *image, unsigned level, VkImageLayout layout, bool in_render_loop, unsigned queue_mask) radv_layout_dcc_compressed() argument
2403 int level = pSubresource->mipLevel; radv_GetImageSubresourceLayout() local
[all...]
H A Dradv_meta_clear.c1310 uint32_t level = range->baseMipLevel + l; in radv_clear_dcc() local
1477 uint32_t level = range->baseMipLevel + l; in radv_clear_htile() local
1768 uint32_t level = iview->vk.base_mip_level + l; radv_can_fast_clear_color() local
2053 radv_clear_image_layer(struct radv_cmd_buffer *cmd_buffer, struct radv_image *image, VkImageLayout image_layout, const VkImageSubresourceRange *range, VkFormat format, int level, unsigned layer_count, const VkClearValue *clear_val) radv_clear_image_layer() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_texture.c174 r600_texture_get_offset(struct r600_common_screen *rscreen, struct r600_texture *rtex, unsigned level, const struct pipe_box *box, unsigned *stride, unsigned *layer_stride) r600_texture_get_offset() argument
1223 r600_init_temp_resource_from_box(struct pipe_resource *res, struct pipe_resource *orig, const struct pipe_box *box, unsigned level, unsigned flags) r600_init_temp_resource_from_box() argument
1283 r600_texture_transfer_map(struct pipe_context *ctx, struct pipe_resource *texture, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer) r600_texture_transfer_map() argument
1546 unsigned level = templ->u.tex.level; r600_create_surface() local
1590 r600_clear_texture(struct pipe_context *pipe, struct pipe_resource *tex, unsigned level, const struct pipe_box *box, const void *data) r600_clear_texture() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd_vgpu10.c1495 SVGA3D_vgpu10_IntraSurfaceCopy(struct svga_winsys_context *swc, struct svga_winsys_surface *surface, unsigned level, unsigned face, const SVGA3dCopyBox *box) SVGA3D_vgpu10_IntraSurfaceCopy() argument
/third_party/mesa3d/src/gallium/drivers/tegra/
H A Dtegra_context.c782 tegra_clear_texture(struct pipe_context *pcontext, struct pipe_resource *presource, unsigned int level, const struct pipe_box *box, const void *data) tegra_clear_texture() argument
924 tegra_transfer_map(struct pipe_context *pcontext, struct pipe_resource *presource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer) tegra_transfer_map() argument
996 tegra_texture_subdata(struct pipe_context *pcontext, struct pipe_resource *presource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) tegra_texture_subdata() argument
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_encode.c635 virgl_encode_clear_texture(struct virgl_context *ctx, struct virgl_resource *res, unsigned int level, const struct pipe_box *box, const void *data) virgl_encode_clear_texture() argument
897 virgl_encoder_inline_write(struct virgl_context *ctx, struct virgl_resource *res, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) virgl_encoder_inline_write() argument
[all...]

Completed in 74 milliseconds

1...<<31323334353637383940>>...52