Home
last modified time | relevance | path

Searched defs:level (Results 951 - 975 of 1299) sorted by relevance

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

/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_context.c862 virgl_clear_texture(struct pipe_context *ctx, struct pipe_resource *res, unsigned int level, const struct pipe_box *box, const void *data) virgl_clear_texture() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_texture.c131 si_texture_get_offset(struct si_screen *sscreen, struct si_texture *tex, unsigned level, const struct pipe_box *box, unsigned *stride, unsigned *layer_stride) si_texture_get_offset() argument
571 si_resource_get_param(struct pipe_screen *screen, struct pipe_context *context, struct pipe_resource *resource, unsigned plane, unsigned layer, unsigned level, enum pipe_resource_param param, unsigned handle_usage, uint64_t *value) si_resource_get_param() argument
1345 si_texture_commit(struct si_context *ctx, struct si_resource *res, unsigned level, struct pipe_box *box, bool commit) si_texture_commit() argument
1755 si_init_temp_resource_from_box(struct pipe_resource *res, struct pipe_resource *orig, const struct pipe_box *box, unsigned level, unsigned usage, unsigned flags) si_init_temp_resource_from_box() argument
1822 si_texture_transfer_map(struct pipe_context *ctx, struct pipe_resource *texture, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer) si_texture_transfer_map() argument
2064 vi_dcc_formats_are_incompatible(struct pipe_resource *tex, unsigned level, enum pipe_format view_format) vi_dcc_formats_are_incompatible() argument
2075 vi_disable_dcc_if_incompatible_format(struct si_context *sctx, struct pipe_resource *tex, unsigned level, enum pipe_format view_format) vi_disable_dcc_if_incompatible_format() argument
2088 unsigned level = templ->u.tex.level; si_create_surface() local
[all...]
H A Dsi_descriptors.c767 unsigned level = view->u.tex.level; in si_set_shader_image_desc() local
856 unsigned level = view->u.tex.level; si_set_shader_image() local
2627 unsigned level = view->u.tex.level; si_make_image_handle_resident() local
[all...]
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H A Dzip.c1055 zipOpenNewFileInZip4_64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting, uLong versionMadeBy, uLong flagBase, int zip64) zipOpenNewFileInZip4_64() argument
1265 zipOpenNewFileInZip4(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting, uLong versionMadeBy, uLong flagBase) zipOpenNewFileInZip4() argument
1281 zipOpenNewFileInZip3(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting) zipOpenNewFileInZip3() argument
1296 zipOpenNewFileInZip3_64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting, int zip64) zipOpenNewFileInZip3_64() argument
1311 zipOpenNewFileInZip2(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw) zipOpenNewFileInZip2() argument
1324 zipOpenNewFileInZip2_64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int zip64) zipOpenNewFileInZip2_64() argument
1337 zipOpenNewFileInZip64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void*extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int zip64) zipOpenNewFileInZip64() argument
1350 zipOpenNewFileInZip(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void*extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level) zipOpenNewFileInZip() argument
[all...]
H A Dunzip.c1648 extern int ZEXPORT unzOpenCurrentFile2 (unzFile file, int* method, int* level, int raw) in unzOpenCurrentFile2() argument
1468 unzOpenCurrentFile3(unzFile file, int* method, int* level, int raw, const char* password) unzOpenCurrentFile3() argument
/third_party/nghttp2/src/
H A Dshrpx_http3_upstream.cc553 int recv_tx_key(ngtcp2_conn *conn, ngtcp2_encryption_level level, in recv_tx_key() argument
H A Dshrpx_config.cc2979 auto level = Log::get_severity_level_by_name(optarg); in parse_config() local
/third_party/node/deps/icu-small/source/common/
H A Dubidiimp.h152 int32_t level; member
173 UBiDiLevel level; /* level of this run */ member
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_texture.c690 width <<= level; in guess_base_level_size() local
701 width <<= level; in guess_base_level_size() local
702 height <<= level; in guess_base_level_size() local
675 guess_base_level_size(GLenum target, GLuint width, GLuint height, GLuint depth, GLuint level, GLuint *width0, GLuint *height0, GLuint *depth0) guess_base_level_size() argument
707 width <<= level; guess_base_level_size() local
708 height <<= level; guess_base_level_size() local
718 width <<= level; guess_base_level_size() local
719 height <<= level; guess_base_level_size() local
720 depth <<= level; guess_base_level_size() local
1024 const GLuint level = texImage->Level; prep_teximage() local
1676 unsigned level = stObj->pt != stImage->pt try_pbo_upload() local
1787 unsigned level = texImage->TexObject->Attrib.MinLevel + texImage->Level; try_pbo_download() local
2230 unsigned bw, bh, level, max_layer; st_CompressedTexSubImage() local
3064 GLuint level; st_finalize_texture() local
3189 GLint level; st_texture_storage() local
3309 st_TestProxyTexImage(struct gl_context *ctx, GLenum target, GLuint numLevels, GLint level, mesa_format format, GLuint numSamples, GLint width, GLint height, GLint depth) st_TestProxyTexImage() argument
3378 int level; st_TextureView() local
3431 unsigned level, w; find_mipmap_level() local
3467 unsigned level; st_ClearTexSubImage() local
3540 st_TexturePageCommitment(struct gl_context *ctx, struct gl_texture_object *tex_obj, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, bool commit) st_TexturePageCommitment() argument
[all...]
H A Dst_context.h303 unsigned level; member
/third_party/mesa3d/src/intel/vulkan/
H A Danv_blorp.c469 uint32_t level; in copy_buffer_to_image() member
1032 const unsigned level = pRanges[r].baseMipLevel + i; in anv_CmdClearColorImage() local
1111 const unsigned level = pRanges[r].baseMipLevel + i; anv_CmdClearDepthStencilImage() local
1526 const uint32_t level = base_level + l; anv_image_copy_to_shadow() local
1551 anv_image_clear_color(struct anv_cmd_buffer *cmd_buffer, const struct anv_image *image, VkImageAspectFlagBits aspect, enum isl_aux_usage aux_usage, enum isl_format format, struct isl_swizzle swizzle, uint32_t level, uint32_t base_layer, uint32_t layer_count, VkRect2D area, union isl_color_value clear_color) anv_image_clear_color() argument
1586 anv_image_clear_depth_stencil(struct anv_cmd_buffer *cmd_buffer, const struct anv_image *image, VkImageAspectFlags aspects, enum isl_aux_usage depth_aux_usage, uint32_t level, uint32_t base_layer, uint32_t layer_count, VkRect2D area, float depth_value, uint8_t stencil_value) anv_image_clear_depth_stencil() argument
1669 anv_image_hiz_op(struct anv_cmd_buffer *cmd_buffer, const struct anv_image *image, VkImageAspectFlagBits aspect, uint32_t level, uint32_t base_layer, uint32_t layer_count, enum isl_aux_op hiz_op) anv_image_hiz_op() argument
1696 anv_image_hiz_clear(struct anv_cmd_buffer *cmd_buffer, const struct anv_image *image, VkImageAspectFlags aspects, uint32_t level, uint32_t base_layer, uint32_t layer_count, VkRect2D area, uint8_t stencil_value) anv_image_hiz_clear() argument
1896 anv_image_ccs_op(struct anv_cmd_buffer *cmd_buffer, const struct anv_image *image, enum isl_format format, struct isl_swizzle swizzle, VkImageAspectFlagBits aspect, uint32_t level, uint32_t base_layer, uint32_t layer_count, enum isl_aux_op ccs_op, union isl_color_value *clear_value, bool predicate) anv_image_ccs_op() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Drulebasedcollator.cpp1419 Collation::Level level; global() member in __anon12022::PartLevelCallback
1439 Collation::Level level = (Collation::Level)state[0]; internalNextSortKeyPart() local
[all...]
/third_party/mesa3d/src/intel/isl/
H A Disl.c2510 get_image_offset_sa_gfx4_2d(const struct isl_surf *surf, uint32_t level, uint32_t logical_array_layer, uint32_t *x_offset_sa, uint32_t *y_offset_sa) get_image_offset_sa_gfx4_2d() argument
2552 get_image_offset_sa_gfx4_3d(const struct isl_surf *surf, uint32_t level, uint32_t logical_z_offset_px, uint32_t *x_offset_sa, uint32_t *y_offset_sa) get_image_offset_sa_gfx4_3d() argument
2605 get_image_offset_sa_gfx6_stencil_hiz(const struct isl_surf *surf, uint32_t level, uint32_t logical_array_layer, uint32_t *x_offset_sa, uint32_t *y_offset_sa) get_image_offset_sa_gfx6_stencil_hiz() argument
2668 get_image_offset_sa_gfx9_1d(const struct isl_surf *surf, uint32_t level, uint32_t layer, uint32_t *x_offset_sa, uint32_t *y_offset_sa) get_image_offset_sa_gfx9_1d() argument
2705 isl_surf_get_image_offset_sa(const struct isl_surf *surf, uint32_t level, uint32_t logical_array_layer, uint32_t logical_z_offset_px, uint32_t *x_offset_sa, uint32_t *y_offset_sa, uint32_t *z_offset_sa, uint32_t *array_offset) isl_surf_get_image_offset_sa() argument
2754 isl_surf_get_image_offset_el(const struct isl_surf *surf, uint32_t level, uint32_t logical_array_layer, uint32_t logical_z_offset_px, uint32_t *x_offset_el, uint32_t *y_offset_el, uint32_t *z_offset_el, uint32_t *array_offset) isl_surf_get_image_offset_el() argument
2785 isl_surf_get_image_offset_B_tile_sa(const struct isl_surf *surf, uint32_t level, uint32_t logical_array_layer, uint32_t logical_z_offset_px, uint64_t *offset_B, uint32_t *x_offset_sa, uint32_t *y_offset_sa) isl_surf_get_image_offset_B_tile_sa() argument
2817 isl_surf_get_image_offset_B_tile_el(const struct isl_surf *surf, uint32_t level, uint32_t logical_array_layer, uint32_t logical_z_offset_px, uint64_t *offset_B, uint32_t *x_offset_el, uint32_t *y_offset_el) isl_surf_get_image_offset_B_tile_el() argument
2856 isl_surf_get_image_range_B_tile(const struct isl_surf *surf, uint32_t level, uint32_t logical_array_layer, uint32_t logical_z_offset_px, uint64_t *start_tile_B, uint64_t *end_tile_B) isl_surf_get_image_range_B_tile() argument
2927 isl_surf_get_image_surf(const struct isl_device *dev, const struct isl_surf *surf, uint32_t level, uint32_t logical_array_layer, uint32_t logical_z_offset_px, struct isl_surf *image_surf, uint64_t *offset_B, uint32_t *x_offset_sa, uint32_t *y_offset_sa) isl_surf_get_image_surf() argument
[all...]
/third_party/mesa3d/src/intel/tools/
H A Daubinator_viewer.cpp558 display_pml4_level(struct aub_mem *mem, uint64_t table_addr, uint64_t table_virt_addr, int level) in display_pml4_level() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_surface.c82 nv50_2d_texture_set(struct nouveau_pushbuf *push, int dst, struct nv50_miptree *mt, unsigned level, unsigned layer, enum pipe_format pformat, bool dst_src_pformat_equal) nv50_2d_texture_set() argument
453 nv50_clear_texture(struct pipe_context *pipe, struct pipe_resource *res, unsigned level, const struct pipe_box *box, const void *data) nv50_clear_texture() argument
1118 nv50_blit_set_dst(struct nv50_blitctx *ctx, struct pipe_resource *res, unsigned level, unsigned layer, enum pipe_format format) nv50_blit_set_dst() argument
1148 nv50_blit_set_src(struct nv50_blitctx *blit, struct pipe_resource *res, unsigned level, unsigned layer, enum pipe_format format, const uint8_t filter) nv50_blit_set_src() argument
[all...]
/third_party/libdrm/radeon/
H A Dradeon_surface.c157 static unsigned mip_minify(unsigned size, unsigned level) in mip_minify() argument
167 surf_minify(struct radeon_surface *surf, struct radeon_surface_level *surflevel, unsigned bpe, unsigned level, uint32_t xalign, uint32_t yalign, uint32_t zalign, uint64_t offset) surf_minify() argument
570 eg_surf_minify(struct radeon_surface *surf, struct radeon_surface_level *surflevel, unsigned bpe, unsigned level, unsigned slice_pt, unsigned mtilew, unsigned mtileh, unsigned mtileb, uint64_t offset) eg_surf_minify() argument
611 eg_surface_init_1d(struct radeon_surface_manager *surf_man, struct radeon_surface *surf, struct radeon_surface_level *level, unsigned bpe, uint64_t offset, unsigned start_level) eg_surface_init_1d() argument
652 eg_surface_init_2d(struct radeon_surface_manager *surf_man, struct radeon_surface *surf, struct radeon_surface_level *level, unsigned bpe, unsigned tile_split, uint64_t offset, unsigned start_level) eg_surface_init_2d() argument
1421 si_surf_minify(struct radeon_surface *surf, struct radeon_surface_level *surflevel, unsigned bpe, unsigned level, uint32_t xalign, uint32_t yalign, uint32_t zalign, uint32_t slice_align, uint64_t offset) si_surf_minify() argument
1469 si_surf_minify_2d(struct radeon_surface *surf, struct radeon_surface_level *surflevel, unsigned bpe, unsigned level, unsigned slice_pt, uint32_t xalign, uint32_t yalign, uint32_t zalign, unsigned mtileb, uint64_t offset) si_surf_minify_2d() argument
1550 si_surface_init_1d(struct radeon_surface_manager *surf_man, struct radeon_surface *surf, struct radeon_surface_level *level, unsigned bpe, unsigned tile_mode, uint64_t offset, unsigned start_level) si_surface_init_1d() argument
1617 si_surface_init_2d(struct radeon_surface_manager *surf_man, struct radeon_surface *surf, struct radeon_surface_level *level, unsigned bpe, unsigned tile_mode, unsigned num_pipes, unsigned num_banks, unsigned tile_split, uint64_t offset, unsigned start_level) si_surface_init_2d() argument
2214 cik_surface_init_2d(struct radeon_surface_manager *surf_man, struct radeon_surface *surf, struct radeon_surface_level *level, unsigned bpe, unsigned tile_mode, unsigned tile_split, unsigned num_pipes, unsigned num_banks, uint64_t offset, unsigned start_level) cik_surface_init_2d() argument
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Doptions.c713 int level = 1; in handle_switch_O() local
/third_party/lz4/programs/
H A Dbench.c128 void BMK_setNotificationLevel(unsigned level) { g_displayLevel=level; } in BMK_setNotificationLevel() argument
/third_party/node/deps/v8/src/diagnostics/arm64/
H A Ddisasm-arm64.cc4271 int level = (prefetch_mode >> 1) + 1; in SubstitutePrefetchField() local
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_resource.c525 iris_get_num_logical_layers(const struct iris_resource *res, unsigned level) in iris_get_num_logical_layers() argument
1688 iris_resource_get_param(struct pipe_screen *pscreen, struct pipe_context *ctx, struct pipe_resource *resource, unsigned plane, unsigned layer, unsigned level, enum pipe_resource_param param, unsigned handle_usage, uint64_t *value) iris_resource_get_param() argument
2051 get_image_offset_el(const struct isl_surf *surf, unsigned level, unsigned z, unsigned *out_x0_el, unsigned *out_y0_el) get_image_offset_el() argument
2193 tile_extents(const struct isl_surf *surf, const struct pipe_box *box, unsigned level, int z, unsigned *x1_B, unsigned *x2_B, unsigned *y1_el, unsigned *y2_el) tile_extents() argument
2340 iris_transfer_map(struct pipe_context *ctx, struct pipe_resource *resource, unsigned level, enum pipe_map_flags usage, const struct pipe_box *box, struct pipe_transfer **ptransfer) iris_transfer_map() argument
2544 iris_texture_subdata(struct pipe_context *ctx, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) iris_texture_subdata() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_draw.c1611 dd_context_clear_texture(struct pipe_context *_pipe, struct pipe_resource *res, unsigned level, const struct pipe_box *box, const void *data) dd_context_clear_texture() argument
1633 dd_context_buffer_map(struct pipe_context *_pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **transfer) dd_context_buffer_map() argument
1667 dd_context_texture_map(struct pipe_context *_pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **transfer) dd_context_texture_map() argument
1805 dd_context_texture_subdata(struct pipe_context *_pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) dd_context_texture_subdata() argument
[all...]
H A Ddd_pipe.h168 unsigned level; member
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_state.c466 unsigned level = state->u.tex.first_level; in agx_create_sampler_view() local
756 unsigned level in agx_set_framebuffer_state() local
1245 unsigned level = surf->u.tex.level; agx_build_reload_pipeline() local
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_resource.cpp1549 d3d12_transfer_map(struct pipe_context *pctx, struct pipe_resource *pres, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **transfer) d3d12_transfer_map() argument
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_context.c1827 unsigned level = transfer->level; in trace_context_transfer_unmap() local
1531 trace_context_clear_texture(struct pipe_context *_pipe, struct pipe_resource *res, unsigned level, const struct pipe_box *box, const void *data) trace_context_clear_texture() argument
1712 trace_context_transfer_map(struct pipe_context *_context, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **transfer) trace_context_transfer_map() argument
1892 trace_context_texture_subdata(struct pipe_context *_context, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) trace_context_texture_subdata() argument
2059 trace_context_resource_commit(struct pipe_context *_context, struct pipe_resource *resource, unsigned level, struct pipe_box *box, bool commit) trace_context_resource_commit() argument
[all...]

Completed in 59 milliseconds

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