Home
last modified time | relevance | path

Searched defs:level (Results 1126 - 1150 of 3739) sorted by relevance

1...<<41424344454647484950>>...150

/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_texture.c60 unsigned level; in softpipe_resource_layout() local
276 softpipe_get_tex_image_offset(const struct softpipe_resource *spr, unsigned level, unsigned layer) softpipe_get_tex_image_offset() argument
355 softpipe_transfer_map(struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **transfer) softpipe_transfer_map() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_surface.c136 unsigned int level = templ->u.tex.level; in create_surface() local
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_cmd_buffer.c28 lvp_create_cmd_buffer( struct lvp_device * device, struct lvp_cmd_pool * pool, VkCommandBufferLevel level, VkCommandBuffer* pCommandBuffer) lvp_create_cmd_buffer() argument
/third_party/node/deps/v8/third_party/zlib/
H A Dgzguts.h191 int level; /* compression level */ member
/third_party/node/deps/zlib/
H A Dgzwrite.c557 int ZEXPORT gzsetparams(gzFile file, int level, int strategy) { in gzsetparams() argument
H A Dgzguts.h190 int level; /* compression level */ member
/third_party/ntfs-3g/libntfs-3g/
H A Dlogging.c201 static FILE * ntfs_log_get_stream(u32 level) in ntfs_log_get_stream() argument
237 static const char * ntfs_log_get_prefix(u32 level) in ntfs_log_get_prefix() argument
317 ntfs_log_redirect(const char *function, const char *file, int line, u32 level, void *data, const char *format, ...) ntfs_log_redirect() argument
359 ntfs_log_handler_syslog(const char *function __attribute__((unused)), const char *file __attribute__((unused)), int line __attribute__((unused)), u32 level, void *data __attribute__((unused)), const char *format, va_list args) ntfs_log_handler_syslog() argument
436 ntfs_log_handler_fprintf(const char *function, const char *file, int line, u32 level, void *data, const char *format, va_list args) ntfs_log_handler_fprintf() argument
534 ntfs_log_handler_stdout(const char *function, const char *file, int line, u32 level, void *data, const char *format, va_list args) ntfs_log_handler_stdout() argument
565 ntfs_log_handler_outerr(const char *function, const char *file, int line, u32 level, void *data, const char *format, va_list args) ntfs_log_handler_outerr() argument
595 ntfs_log_handler_stderr(const char *function, const char *file, int line, u32 level, void *data, const char *format, va_list args) ntfs_log_handler_stderr() argument
[all...]
/third_party/musl/porting/linux/user/src/hilog/
H A Dhilog_adapter.c150 int HiLogAdapterPrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt, ...) in HiLogAdapterPrint() argument
165 int HiLogAdapterVaList(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt, va_list ap) in HiLogAdapterVaList() argument
128 HiLogAdapterPrintArgs( const LogType type, const LogLevel level, const unsigned int domain, const char *tag, const char *fmt, va_list ap) HiLogAdapterPrintArgs() argument
181 HiLogAdapterIsLoggable(unsigned int domain, const char *tag, LogLevel level) HiLogAdapterIsLoggable() argument
[all...]
/third_party/musl/src/hilog/linux/
H A Dhilog_adapter.c213 int HiLogAdapterPrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt, ...) in HiLogAdapterPrint() argument
228 int HiLogAdapterVaList(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt, va_list ap) in HiLogAdapterVaList() argument
191 HiLogAdapterPrintArgs( const LogType type, const LogLevel level, const unsigned int domain, const char *tag, const char *fmt, va_list ap) HiLogAdapterPrintArgs() argument
244 HiLogAdapterIsLoggable(unsigned int domain, const char *tag, LogLevel level) HiLogAdapterIsLoggable() argument
[all...]
/third_party/node/deps/cares/src/lib/
H A Dares__slist.c138 size_t level; in ares__slist_calc_level() local
[all...]
/third_party/ninja/src/
H A Ddisk_interface.cc106 FINDEX_INFO_LEVELS level = in StatAllFilesInDir() local
/third_party/node/deps/icu-small/source/common/
H A Dutrace.cpp82 utrace_data(int32_t fnNumber, int32_t level, const char *fmt, ...) { in utrace_data() argument
416 utrace_setLevel(int32_t level) { in utrace_setLevel() argument
/third_party/mesa3d/src/mesa/main/
H A Drenderbuffer.c597 unsigned level; in _mesa_update_renderbuffer_surface() local
[all...]
H A Dshaderimage.c601 _mesa_BindImageTexture_no_error(GLuint unit, GLuint texture, GLint level, in _mesa_BindImageTexture_no_error() argument
522 validate_bind_image_texture(struct gl_context *ctx, GLuint unit, GLuint texture, GLint level, GLint layer, GLenum access, GLenum format, bool check_level_layer) validate_bind_image_texture() argument
564 set_image_binding(struct gl_image_unit *u, struct gl_texture_object *texObj, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format) set_image_binding() argument
586 bind_image_texture(struct gl_context *ctx, struct gl_texture_object *texObj, GLuint unit, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format) bind_image_texture() argument
616 _mesa_BindImageTexture(GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format) _mesa_BindImageTexture() argument
661 _mesa_BindImageTextureEXT(GLuint index, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLint format) _mesa_BindImageTextureEXT() argument
[all...]
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_ksl.c717 static void ksl_print(ngtcp2_ksl *ksl, ngtcp2_ksl_blk *blk, size_t level) { in ksl_print() argument
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_ksl.c725 static void ksl_print(nghttp3_ksl *ksl, nghttp3_ksl_blk *blk, size_t level) { in ksl_print() argument
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_layout.c219 panfrost_get_layer_stride(const struct pan_image_layout *layout, unsigned level) panfrost_get_layer_stride() argument
231 panfrost_get_legacy_stride(const struct pan_image_layout *layout, unsigned level) panfrost_get_legacy_stride() argument
269 panfrost_texture_offset(const struct pan_image_layout *layout, unsigned level, unsigned array_idx, unsigned surface_idx) panfrost_texture_offset() argument
474 pan_iview_get_surface(const struct pan_image_view *iview, unsigned level, unsigned layer, unsigned sample, struct pan_surface *surf) pan_iview_get_surface() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_compute.c283 int level; in nv50_get_surface_dims() local
[all...]
H A Dnv50_transfer.c371 nv50_miptree_transfer_map(struct pipe_context *pctx, struct pipe_resource *res, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer) nv50_miptree_transfer_map() argument
/third_party/icu/icu4c/source/test/cintltst/
H A Dtracetst.c163 static void U_CALLCONV testTraceData(const void *context, int32_t fnNumber, int32_t level, in testTraceData() argument
254 int32_t level; in TestTraceAPI() local
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-mcast_receiver.c305 int level; /* protocol levels */ in create_mcast_socket() local
/third_party/libwebsockets/test-apps/android/app/src/main/jni/
H A DLwsService.cpp155 static void emit_log(int level, const char *msg) in emit_log() argument
/third_party/libdrm/
H A Dxf86drmSL.c67 int level; member
92 int level = 1; in SLRandomLevel() local
160 int level; in drmSLInsert() local
[all...]
/third_party/lwip/src/netif/ppp/
H A Dutils.c605 ppp_logit(int level, const char *fmt, va_list args) ppp_logit() argument
612 ppp_log_write(int level, char *buf) ppp_log_write() argument
[all...]
/third_party/lz4/ossfuzz/
H A Dround_trip_stream_fuzzer.c38 int level; member

Completed in 18 milliseconds

1...<<41424344454647484950>>...150