Home
last modified time | relevance | path

Searched defs:level (Results 1501 - 1525 of 3669) sorted by relevance

1...<<61626364656667686970>>...147

/third_party/icu/icu4c/source/test/letest/
H A Dcletest.c427 UBiDiLevel level; in getRTL() local
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-common.c92 int level[] = { SO_RCVBUF, SO_SNDBUF }; in maximize_sockbuf() local
/third_party/libdrm/radeon/
H A Dradeon_surface.h136 struct radeon_surface_level level[RADEON_SURF_MAX_LEVEL]; member
/third_party/node/deps/v8/src/compiler/
H A Dpersistent-map.h414 int level in FindHash() local
431 int level = 0; FindHash() local
475 GetChild(const FocusedTree* tree, int level, Bit bit) GetChild() argument
488 FindLeftmost( const FocusedTree* start, int* level, std::array<const FocusedTree*, kHashBits>* path) FindLeftmost() argument
[all...]
/third_party/node/deps/v8/src/asmjs/
H A Dasm-js.cc120 Report(Handle<Script> script, int position, base::Vector<const char> text, MessageTemplate message_template, v8::Isolate::MessageErrorLevel level) Report() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.h271 fd_resource_slice(struct fd_resource *rsc, unsigned level) in fd_resource_slice() argument
278 fd_resource_layer_stride(struct fd_resource *rsc, unsigned level) in fd_resource_layer_stride() argument
285 fd_resource_pitch(struct fd_resource *rsc, unsigned level) in fd_resource_pitch() argument
295 fd_resource_offset(struct fd_resource *rsc, unsigned level, unsigned layer) fd_resource_offset() argument
303 fd_resource_ubwc_offset(struct fd_resource *rsc, unsigned level, unsigned layer) fd_resource_ubwc_offset() argument
312 fd_resource_level_linear(const struct pipe_resource *prsc, int level) fd_resource_level_linear() argument
321 fd_resource_tile_mode(struct pipe_resource *prsc, int level) fd_resource_tile_mode() argument
327 fd_resource_tile_mode_desc(const struct fd_resource *rsc, int level) fd_resource_tile_mode_desc() argument
333 fd_resource_ubwc_enabled(struct fd_resource *rsc, int level) fd_resource_ubwc_enabled() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_resource_texture.c120 i915_texture_set_level_info(struct i915_texture *tex, unsigned level, in i915_texture_set_level_info() argument
134 i915_texture_offset(const struct i915_texture *tex, unsigned level, in i915_texture_offset() argument
146 i915_texture_set_image_offset(struct i915_texture *tex, unsigned level, unsigned img, unsigned nblocksx, unsigned nblocksy) i915_texture_set_image_offset() argument
330 unsigned level; i9x5_texture_layout_cube() local
364 unsigned level; i915_texture_layout_2d() local
392 unsigned level; i915_texture_layout_3d() local
466 unsigned level; i945_texture_layout_2d() local
534 unsigned level; i945_texture_layout_3d() local
648 unsigned level; i945_texture_layout_cube() local
785 i915_texture_transfer_map(struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer) i915_texture_transfer_map() argument
894 i915_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) i915_texture_subdata() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_resource.h448 iris_resource_access_raw(struct iris_context *ice, struct iris_resource *res, uint32_t level, uint32_t layer, uint32_t num_layers, bool write) iris_resource_access_raw() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_screen.c316 rbug_screen_resource_get_param(struct pipe_screen *_screen, struct pipe_context *_pipe, struct pipe_resource *_resource, unsigned plane, unsigned layer, unsigned level, enum pipe_resource_param param, unsigned handle_usage, uint64_t *value) rbug_screen_resource_get_param() argument
372 rbug_screen_flush_frontbuffer(struct pipe_screen *_screen, struct pipe_context *_ctx, struct pipe_resource *_resource, unsigned level, unsigned layer, void *context_private, struct pipe_box *sub_box) rbug_screen_flush_frontbuffer() argument
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_resource.h476 crocus_resource_access_raw(struct crocus_context *ice, struct crocus_resource *res, uint32_t level, uint32_t layer, uint32_t num_layers, bool write) crocus_resource_access_raw() argument
[all...]
H A Dcrocus_clear.c65 can_fast_clear_color(struct crocus_context *ice, struct pipe_resource *p_res, unsigned level, const struct pipe_box *box, bool render_condition_enabled, enum isl_format format, enum isl_format render_format, union isl_color_value color) can_fast_clear_color() argument
198 fast_clear_color(struct crocus_context *ice, struct crocus_resource *res, unsigned level, const struct pipe_box *box, enum isl_format format, union isl_color_value color, enum blorp_batch_flags blorp_flags) fast_clear_color() argument
326 clear_color(struct crocus_context *ice, struct pipe_resource *p_res, unsigned level, const struct pipe_box *box, bool render_condition_enabled, enum isl_format format, struct isl_swizzle swizzle, union isl_color_value color) clear_color() argument
395 can_fast_clear_depth(struct crocus_context *ice, struct crocus_resource *res, unsigned level, const struct pipe_box *box, bool render_condition_enabled, float depth) can_fast_clear_depth() argument
451 fast_clear_depth(struct crocus_context *ice, struct crocus_resource *res, unsigned level, const struct pipe_box *box, float depth) fast_clear_depth() argument
539 clear_depth_stencil(struct crocus_context *ice, struct pipe_resource *p_res, unsigned level, const struct pipe_box *box, bool render_condition_enabled, bool clear_depth, bool clear_stencil, float depth, uint8_t stencil) clear_depth_stencil() argument
708 crocus_clear_texture(struct pipe_context *ctx, struct pipe_resource *p_res, unsigned level, const struct pipe_box *box, const void *data) crocus_clear_texture() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_winsys_dri.c122 vl_dri2_flush_frontbuffer(struct pipe_screen *screen, struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned layer, void *context_private, struct pipe_box *sub_box) vl_dri2_flush_frontbuffer() argument
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_resource.c161 unsigned level, size = 0; in setup_miptree() local
470 struct etna_resource_level *level; in etna_resource_from_handle() local
607 etna_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) etna_resource_get_param() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_transfer.c373 nvc0_miptree_transfer_map(struct pipe_context *pctx, struct pipe_resource *res, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer) nvc0_miptree_transfer_map() argument
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_texture.c992 unsigned level = surf->base.u.tex.level; in r300_texture_setup_fb_state() local
904 r300_texture_setup_format_state(struct r300_screen *screen, struct r300_resource *tex, enum pipe_format format, unsigned level, unsigned width0_override, unsigned height0_override, struct r300_texture_format_state *out) r300_texture_setup_format_state() argument
1201 unsigned level = surf_tmpl->u.tex.level; r300_create_surface_custom() local
[all...]
H A Dr300_texture_desc.c83 r300_texture_macro_switch(struct r300_resource *tex, unsigned level, boolean rv350_mode, enum r300_dim dim) r300_texture_macro_switch() argument
114 r300_texture_get_stride(struct r300_screen *screen, struct r300_resource *tex, unsigned level) r300_texture_get_stride() argument
151 r300_texture_get_nblocksy(struct r300_resource *tex, unsigned level, boolean *out_aligned_for_cbzb) r300_texture_get_nblocksy() argument
633 r300_texture_get_offset(struct r300_resource *tex, unsigned level, unsigned layer) r300_texture_get_offset() argument
[all...]
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dhttp_server.c48 int level = *(int *)levPtr; in print_syslog() local
57 void log_message(const char *prog, int level, const char *fmt, ...) in log_message() argument
/third_party/node/deps/openssl/openssl/crypto/encode_decode/
H A Dencoder_lib.c31 int level; /* Recursion level */ member
[all...]
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_vfy.c439 no_log_cb(const char *func, const char *file, int line, OSSL_CMP_severity level, const char *msg) no_log_cb() argument
/third_party/libcoap/src/
H A Dcoap_notls.c135 coap_dtls_set_log_level(coap_log_t level) { in coap_dtls_set_log_level() argument
/third_party/openssl/test/testutil/
H A Ddriver.c45 static int level = 0; variable
[all...]
/third_party/pulseaudio/src/modules/echo-cancel/
H A Dwebrtc.cc98 void Print(webrtc::TraceLevel level, const char *message, int length) in Print() argument
/third_party/openssl/apps/lib/
H A Dhttp_server.c48 int level = *(int *)levPtr; in print_syslog() local
57 void log_message(const char *prog, int level, const char *fmt, ...) in log_message() argument
/third_party/openssl/crypto/cmp/
H A Dcmp_vfy.c439 no_log_cb(const char *func, const char *file, int line, OSSL_CMP_severity level, const char *msg) no_log_cb() argument
/third_party/openssl/crypto/encode_decode/
H A Dencoder_lib.c31 int level; /* Recursion level */ member
[all...]

Completed in 22 milliseconds

1...<<61626364656667686970>>...147