| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_print.c | 1816 void nir_log_shader_annotated_tagged(enum mesa_log_level level, const char *tag, in nir_log_shader_annotated_tagged() argument
|
| /third_party/mesa3d/src/broadcom/vulkan/ |
| H A D | v3dvx_meta_common.c | 36 uint32_t level; member 903 emit_clear_image_layer_per_tile_list(struct v3dv_job *job, struct v3dv_meta_framebuffer *framebuffer, struct v3dv_image *image, VkImageAspectFlags aspects, uint32_t layer, uint32_t level) emit_clear_image_layer_per_tile_list() argument 936 emit_clear_image_layers(struct v3dv_job *job, struct v3dv_image *image, struct v3dv_meta_framebuffer *framebuffer, VkImageAspectFlags aspects, uint32_t min_layer, uint32_t max_layer, uint32_t level) emit_clear_image_layers() argument 952 meta_emit_clear_image_rcl(struct v3dv_job *job, struct v3dv_image *image, struct v3dv_meta_framebuffer *framebuffer, const union v3dv_clear_value *clear_value, VkImageAspectFlags aspects, uint32_t min_layer, uint32_t max_layer, uint32_t level) meta_emit_clear_image_rcl() argument [all...] |
| H A D | v3dv_meta_clear.c | 140 range->aspectMask, min_layer, max_layer, level); in clear_image_tlb() local
|
| /third_party/mesa3d/src/compiler/clc/ |
| H A D | clc_helpers.cpp | 1077 void operator()(spv_message_level_t level, const char *src, in operator ()() argument
|
| /third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/ |
| H A D | ssl_lib.c | 904 void SSL_set_security_level(SSL *ssl, int level) in SSL_set_security_level() argument
|
| /third_party/mesa3d/src/intel/common/ |
| H A D | intel_decoder.c | 1116 int level = 1; iter_decode_field() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_bo.c | 932 zink_bo_commit(struct zink_screen *screen, struct zink_resource *res, unsigned level, struct pipe_box *box, bool commit, VkSemaphore *sem) in zink_bo_commit() argument
|
| /third_party/mesa3d/src/gallium/frontends/clover/spirv/ |
| H A D | invocation.cpp | 702 format_validator_msg(spv_message_level_t level, const char * /* source */, in format_validator_msg() argument
|
| /third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
| H A D | xm_api.c | 745 XMesaCreateVisual( Display *display, XVisualInfo * visinfo, GLboolean rgb_flag, GLboolean alpha_flag, GLboolean db_flag, GLboolean stereo_flag, GLboolean ximage_flag, GLint depth_size, GLint stencil_size, GLint accum_red_size, GLint accum_green_size, GLint accum_blue_size, GLint accum_alpha_size, GLint num_samples, GLint level, GLint visualCaveat ) XMesaCreateVisual() argument
|
| /third_party/mesa3d/src/gallium/include/frontend/ |
| H A D | api.h | 186 unsigned level; member
|
| /third_party/mesa3d/src/gallium/winsys/virgl/drm/ |
| H A D | virgl_drm_winsys.c | 335 static inline bool use_explicit_stride(struct virgl_hw_res *res, uint32_t level, in use_explicit_stride() argument 345 virgl_bo_transfer_put(struct virgl_winsys *vws, struct virgl_hw_res *res, const struct pipe_box *box, uint32_t stride, uint32_t layer_stride, uint32_t buf_offset, uint32_t level) virgl_bo_transfer_put() argument 374 virgl_bo_transfer_get(struct virgl_winsys *vws, struct virgl_hw_res *res, const struct pipe_box *box, uint32_t stride, uint32_t layer_stride, uint32_t buf_offset, uint32_t level) virgl_bo_transfer_get() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_test_image_copy_region.c | 46 static void alloc_cpu_texture(struct cpu_texture *tex, struct pipe_resource *templ, unsigned level) in alloc_cpu_texture() argument 58 set_random_pixels(struct pipe_context *ctx, struct pipe_resource *tex, struct cpu_texture *cpu, unsigned level) set_random_pixels() argument 137 compare_textures(struct pipe_context *ctx, struct pipe_resource *tex, struct cpu_texture *cpu, unsigned level) compare_textures() argument [all...] |
| H A D | si_blit.c | 147 unsigned level = u_bit_scan(&level_mask); in si_blit_dbcb_copy() local 222 unsigned level = u_bit_scan(&level_mask); in si_blit_decompress_zs_planes_in_place() local 485 unsigned level = u_bit_scan(&level_mask); si_blit_decompress_color() local 845 si_decompress_subresource(struct pipe_context *ctx, struct pipe_resource *tex, unsigned planes, unsigned level, unsigned first_layer, unsigned last_layer, bool need_fmask_expand) si_decompress_subresource() argument [all...] |
| H A D | si_clear.c | 420 bool vi_dcc_get_clear_info(struct si_context *sctx, struct si_texture *tex, unsigned level, in vi_dcc_get_clear_info() argument 647 si_can_fast_clear_depth(struct si_texture *zstex, unsigned level, float depth, unsigned buffers) si_can_fast_clear_depth() argument 656 si_can_fast_clear_stencil(struct si_texture *zstex, unsigned level, uint8_t stencil, unsigned buffers) si_can_fast_clear_stencil() argument 688 unsigned level = fb->cbufs[i]->u.tex.level; si_fast_clear() local 909 unsigned level = zsbuf->u.tex.level; si_fast_clear() local 1139 unsigned level = zsbuf->u.tex.level; si_clear() local 1304 si_clear_texture(struct pipe_context *pipe, struct pipe_resource *tex, unsigned level, const struct pipe_box *box, const void *data) si_clear_texture() argument [all...] |
| H A D | si_compute_blit.c | 51 si_use_compute_copy_for_float_formats(struct si_context *sctx, struct pipe_resource *texture, unsigned level) si_use_compute_copy_for_float_formats() argument
|
| /third_party/mesa3d/src/gallium/frontends/vdpau/ |
| H A D | vdpau_private.h | 407 unsigned level; member 565 static inline void VDPAU_MSG(unsigned int level, const char *fmt, ...) in VDPAU_MSG() argument
|
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_resource.c | 99 vc4_resource_transfer_map(struct pipe_context *pctx, struct pipe_resource *prsc, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **pptrans) vc4_resource_transfer_map() argument 222 vc4_texture_subdata(struct pipe_context *pctx, struct pipe_resource *prsc, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) vc4_texture_subdata() argument 330 vc4_resource_get_param(struct pipe_screen *pscreen, struct pipe_context *pctx, struct pipe_resource *prsc, unsigned plane, unsigned layer, unsigned level, enum pipe_resource_param param, unsigned usage, uint64_t *value) vc4_resource_get_param() argument 747 unsigned level = surf_tmpl->u.tex.level; vc4_create_surface() local [all...] |
| /third_party/mesa3d/src/intel/blorp/ |
| H A D | blorp_clear.c | 448 blorp_fast_clear(struct blorp_batch *batch, const struct blorp_surf *surf, enum isl_format format, struct isl_swizzle swizzle, uint32_t level, uint32_t start_layer, uint32_t num_layers, uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1) blorp_fast_clear() argument 511 blorp_clear(struct blorp_batch *batch, const struct blorp_surf *surf, enum isl_format format, struct isl_swizzle swizzle, uint32_t level, uint32_t start_layer, uint32_t num_layers, uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1, union isl_color_value clear_color, uint8_t color_write_disable) blorp_clear() argument 706 blorp_clear_stencil_as_rgba(struct blorp_batch *batch, const struct blorp_surf *surf, uint32_t level, uint32_t start_layer, uint32_t num_layers, uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1, uint8_t stencil_mask, uint8_t stencil_value) blorp_clear_stencil_as_rgba() argument 810 blorp_clear_depth_stencil(struct blorp_batch *batch, const struct blorp_surf *depth, const struct blorp_surf *stencil, uint32_t level, uint32_t start_layer, uint32_t num_layers, uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1, bool clear_depth, float depth_value, uint8_t stencil_mask, uint8_t stencil_value) blorp_clear_depth_stencil() argument 903 blorp_can_hiz_clear_depth(const struct intel_device_info *devinfo, const struct isl_surf *surf, enum isl_aux_usage aux_usage, uint32_t level, uint32_t layer, uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1) blorp_can_hiz_clear_depth() argument 983 blorp_can_clear_full_surface(const struct blorp_surf *depth, const struct blorp_surf *stencil, uint32_t level, uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1, bool clear_depth, bool clear_stencil) blorp_can_clear_full_surface() argument 1006 blorp_hiz_clear_depth_stencil(struct blorp_batch *batch, const struct blorp_surf *depth, const struct blorp_surf *stencil, uint32_t level, uint32_t start_layer, uint32_t num_layers, uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1, bool clear_depth, float depth_value, bool clear_stencil, uint8_t stencil_value) blorp_hiz_clear_depth_stencil() argument 1176 blorp_ccs_resolve(struct blorp_batch *batch, struct blorp_surf *surf, uint32_t level, uint32_t start_layer, uint32_t num_layers, enum isl_format format, enum isl_aux_op resolve_op) blorp_ccs_resolve() argument 1402 blorp_ccs_ambiguate(struct blorp_batch *batch, struct blorp_surf *surf, uint32_t level, uint32_t layer) blorp_ccs_ambiguate() argument [all...] |
| /third_party/node/deps/zlib/ |
| H A D | deflate.c | 383 int ZEXPORT deflateInit_(z_streamp strm, int level, const char *version, in deflateInit_() argument 391 int ZEXPORT deflateInit2_(z_streamp strm, int level, int method, in deflateInit2_() argument 790 deflateParams(z_streamp strm, int level, int strategy) deflateParams() argument [all...] |
| H A D | deflate.h | 192 int level; /* compression level (1..9) */ member
|
| /third_party/node/src/ |
| H A D | node_zlib.cc | 638 int level; in Params() local 959 Init( int level, int window_bits, int mem_level, int strategy, std::vector<unsigned char>&& dictionary) Init() argument 1077 SetParams(int level, int strategy) SetParams() argument [all...] |
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | collationbuilder.cpp | 441 CollationBuilder::getWeight16Before(int32_t index, int64_t node, int32_t level) { in getWeight16Before() argument 878 CollationBuilder::findOrInsertWeakNode(int32_t index, uint32_t weight16, int32_t level, UErrorCode &errorCode) { in findOrInsertWeakNode() argument [all...] |
| /third_party/mesa3d/src/intel/vulkan/ |
| H A D | anv_cmd_buffer.c | 87 anv_create_cmd_buffer( struct anv_device * device, struct vk_command_pool * pool, VkCommandBufferLevel level, VkCommandBuffer* pCommandBuffer) anv_create_cmd_buffer() argument 248 anv_cmd_buffer_mark_image_written(struct anv_cmd_buffer *cmd_buffer, const struct anv_image *image, VkImageAspectFlagBits aspect, enum isl_aux_usage aux_usage, uint32_t level, uint32_t base_layer, uint32_t layer_count) anv_cmd_buffer_mark_image_written() argument
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_pbo_compute.c | 1063 unsigned level = (texImage->pt != stObj->pt ? 0 : texImage->Level) + texImage->TexObject->Attrib.MinLevel; in st_GetTexSubImage_shader() local 773 download_texture_compute(struct st_context *st, const struct gl_pixelstore_attrib *pack, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, unsigned level, unsigned layer, GLenum format, GLenum type, enum pipe_format src_format, enum pipe_texture_target view_target, struct pipe_resource *src, enum pipe_format dst_format, enum swizzle_clamp swizzle_clamp) download_texture_compute() argument
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | mipmap.c | 1842 prepare_mipmap_level(struct gl_context *ctx, struct gl_texture_object *texObj, GLuint level, GLsizei width, GLsizei height, GLsizei depth, GLsizei border, GLenum intFormat, mesa_format format) prepare_mipmap_level() argument 1957 GLuint level; generate_mipmap_uncompressed() local 2077 GLuint level; generate_mipmap_compressed() local [all...] |