Home
last modified time | relevance | path

Searched defs:level (Results 2051 - 2075 of 3787) sorted by relevance

1...<<81828384858687888990>>...152

/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_gmem.c56 fd6_emit_flag_reference(struct fd_ringbuffer *ring, struct fd_resource *rsc, int level, int layer) fd6_emit_flag_reference() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_resolve.c430 iris_resolve_color(struct iris_context *ice, struct iris_batch *batch, struct iris_resource *res, unsigned level, unsigned layer, enum isl_aux_op resolve_op) iris_resolve_color() argument
559 iris_hiz_exec(struct iris_context *ice, struct iris_batch *batch, struct iris_resource *res, unsigned int level, unsigned int start_layer, unsigned int num_layers, enum isl_aux_op op, bool update_clear_depth) iris_hiz_exec() argument
650 iris_resource_level_has_hiz(const struct iris_resource *res, uint32_t level) iris_resource_level_has_hiz() argument
673 iris_resource_check_level_layer(UNUSED const struct iris_resource *res, UNUSED uint32_t level, UNUSED uint32_t layer) iris_resource_check_level_layer() argument
697 miptree_layer_range_length(const struct iris_resource *res, uint32_t level, uint32_t start_layer, uint32_t num_layers) miptree_layer_range_length() argument
725 const uint32_t level = start_level + l; iris_has_invalid_primary() local
758 const uint32_t level = start_level + l; iris_resource_prepare_access() local
796 iris_resource_finish_write(struct iris_context *ice, struct iris_resource *res, uint32_t level, uint32_t start_layer, uint32_t num_layers, enum isl_aux_usage aux_usage) iris_resource_finish_write() argument
828 iris_resource_get_aux_state(const struct iris_resource *res, uint32_t level, uint32_t layer) iris_resource_get_aux_state() argument
844 iris_resource_set_aux_state(struct iris_context *ice, struct iris_resource *res, uint32_t level, uint32_t start_layer, uint32_t num_layers, enum isl_aux_state aux_state) iris_resource_set_aux_state() argument
1053 iris_resource_render_aux_usage(struct iris_context *ice, struct iris_resource *res, uint32_t level, enum isl_format render_format, bool draw_aux_disabled) iris_resource_render_aux_usage() argument
1115 iris_resource_prepare_render(struct iris_context *ice, struct iris_resource *res, uint32_t level, uint32_t start_layer, uint32_t layer_count, enum isl_aux_usage aux_usage) iris_resource_prepare_render() argument
1126 iris_resource_finish_render(struct iris_context *ice, struct iris_resource *res, uint32_t level, uint32_t start_layer, uint32_t layer_count, enum isl_aux_usage aux_usage) iris_resource_finish_render() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_resource.c96 unsigned level; in setup_miptree() local
432 lima_resource_get_param(struct pipe_screen *pscreen, struct pipe_context *pctx, struct pipe_resource *pres, unsigned plane, unsigned layer, unsigned level, enum pipe_resource_param param, unsigned usage, uint64_t *value) lima_resource_get_param() argument
560 unsigned level = surf_tmpl->u.tex.level; lima_surface_create() local
598 lima_transfer_map(struct pipe_context *pctx, struct pipe_resource *pres, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **pptrans) lima_transfer_map() argument
876 lima_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) lima_texture_subdata() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_dump.c164 trace_dump_indent(unsigned level) in trace_dump_indent() argument
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_bitstream.c46 int16_t level; member
H A Dvl_winsys_dri3.c560 vl_dri3_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_dri3_flush_frontbuffer() argument
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_screen.cpp48 uint32_t level; member
209 d3d12_video_encode_supported_references_per_frame_structures(const D3D12_VIDEO_ENCODER_CODEC &codec, D3D12_VIDEO_ENCODER_PROFILE_H264 profile, D3D12_VIDEO_ENCODER_LEVELS_H264 level, ID3D12VideoDevice3 *pD3D12VideoDevice) d3d12_video_encode_supported_references_per_frame_structures() argument
249 d3d12_video_encode_supported_slice_structures(const D3D12_VIDEO_ENCODER_CODEC &codec, D3D12_VIDEO_ENCODER_PROFILE_H264 profile, D3D12_VIDEO_ENCODER_LEVELS_H264 level, ID3D12VideoDevice3 *pD3D12VideoDevice) d3d12_video_encode_supported_slice_structures() argument
H A Dd3d12_screen.cpp751 d3d12_flush_frontbuffer(struct pipe_screen * pscreen, struct pipe_context *pctx, struct pipe_resource *pres, unsigned level, unsigned layer, void *winsys_drawable_handle, struct pipe_box *sub_box) d3d12_flush_frontbuffer() argument
H A Dd3d12_resource_state.cpp499 const uint32_t level = start_level + l; in d3d12_transition_subresources_state() local
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_cs.c188 unsigned level = s->first_level; in pan_prepare_s() local
215 unsigned level = zs->first_level; in pan_prepare_zs() local
477 unsigned level = rt->first_level; in pan_prepare_rt() local
870 unsigned level = rt->first_level; pan_emit_fbd() local
903 unsigned level = zs->first_level; pan_emit_fbd() local
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_resolve.c525 crocus_resolve_color(struct crocus_context *ice, struct crocus_batch *batch, struct crocus_resource *res, unsigned level, unsigned layer, enum isl_aux_op resolve_op) crocus_resolve_color() argument
603 crocus_hiz_exec(struct crocus_context *ice, struct crocus_batch *batch, struct crocus_resource *res, unsigned int level, unsigned int start_layer, unsigned int num_layers, enum isl_aux_op op, bool update_clear_depth) crocus_hiz_exec() argument
733 crocus_resource_level_has_hiz(const struct crocus_resource *res, uint32_t level) crocus_resource_level_has_hiz() argument
740 crocus_resource_level_has_aux(const struct crocus_resource *res, uint32_t level) crocus_resource_level_has_aux() argument
750 crocus_resource_check_level_layer(UNUSED const struct crocus_resource *res, UNUSED uint32_t level, UNUSED uint32_t layer) crocus_resource_check_level_layer() argument
774 miptree_layer_range_length(const struct crocus_resource *res, uint32_t level, uint32_t start_layer, uint32_t num_layers) miptree_layer_range_length() argument
802 const uint32_t level = start_level + l; crocus_has_invalid_primary() local
838 const uint32_t level = start_level + l; crocus_resource_prepare_access() local
879 crocus_resource_finish_write(struct crocus_context *ice, struct crocus_resource *res, uint32_t level, uint32_t start_layer, uint32_t num_layers, enum isl_aux_usage aux_usage) crocus_resource_finish_write() argument
914 crocus_resource_get_aux_state(const struct crocus_resource *res, uint32_t level, uint32_t layer) crocus_resource_get_aux_state() argument
924 crocus_resource_set_aux_state(struct crocus_context *ice, struct crocus_resource *res, uint32_t level, uint32_t start_layer, uint32_t num_layers, enum isl_aux_state aux_state) crocus_resource_set_aux_state() argument
985 crocus_resource_render_aux_usage(struct crocus_context *ice, struct crocus_resource *res, uint32_t level, enum isl_format render_format, bool draw_aux_disabled) crocus_resource_render_aux_usage() argument
1019 crocus_resource_prepare_render(struct crocus_context *ice, struct crocus_resource *res, uint32_t level, uint32_t start_layer, uint32_t layer_count, enum isl_aux_usage aux_usage) crocus_resource_prepare_render() argument
1030 crocus_resource_finish_render(struct crocus_context *ice, struct crocus_resource *res, uint32_t level, uint32_t start_layer, uint32_t layer_count, enum isl_aux_usage aux_usage) crocus_resource_finish_render() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_screen.c169 dd_screen_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) dd_screen_flush_frontbuffer() argument
317 dd_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) dd_screen_resource_get_param() argument
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_inlines.h281 pipe_surface_reset(struct pipe_context *ctx, struct pipe_surface* ps, struct pipe_resource *pt, unsigned level, unsigned layer) pipe_surface_reset() argument
294 pipe_surface_init(struct pipe_context *ctx, struct pipe_surface* ps, struct pipe_resource *pt, unsigned level, unsigned layer) pipe_surface_init() argument
542 pipe_texture_map(struct pipe_context *context, struct pipe_resource *resource, unsigned level, unsigned layer, unsigned access, unsigned x, unsigned y, unsigned w, unsigned h, struct pipe_transfer **transfer) pipe_texture_map() argument
562 pipe_texture_map_3d(struct pipe_context *context, struct pipe_resource *resource, unsigned level, unsigned access, unsigned x, unsigned y, unsigned z, unsigned w, unsigned h, unsigned d, struct pipe_transfer **transfer) pipe_texture_map_3d() argument
770 util_max_layer(const struct pipe_resource *r, unsigned level) util_max_layer() argument
788 util_num_layers(const struct pipe_resource *r, unsigned level) util_num_layers() argument
794 util_texrange_covers_whole_level(const struct pipe_resource *tex, unsigned level, unsigned x, unsigned y, unsigned z, unsigned width, unsigned height, unsigned depth) util_texrange_covers_whole_level() argument
[all...]
H A Du_surface.c380 util_clear_color_texture(struct pipe_context *pipe, struct pipe_resource *texture, enum pipe_format format, const union pipe_color_union *color, unsigned level, unsigned dstx, unsigned dsty, unsigned dstz, unsigned width, unsigned height, unsigned depth) util_clear_color_texture() argument
575 util_clear_depth_stencil_texture(struct pipe_context *pipe, struct pipe_resource *texture, enum pipe_format format, unsigned clear_flags, uint64_t zstencil, unsigned level, unsigned dstx, unsigned dsty, unsigned dstz, unsigned width, unsigned height, unsigned depth) util_clear_depth_stencil_texture() argument
615 util_clear_texture(struct pipe_context *pipe, struct pipe_resource *tex, unsigned level, const struct pipe_box *box, const void *data) util_clear_texture() argument
694 is_box_inside_resource(const struct pipe_resource *res, const struct pipe_box *box, unsigned level) is_box_inside_resource() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_tex.c911 int level; in nvc0_get_surface_dims() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_ctx.c339 OSSL_CMP_severity level = -1; in ossl_cmp_log_trace_cb() local
367 int ossl_cmp_print_log(OSSL_CMP_severity level, const OSSL_CMP_CTX *ctx, in ossl_cmp_print_log() argument
[all...]
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_cert.c1004 int level; in ssl_get_security_level_bits() local
1032 int level, minbits, pfs_mask; ssl_security_default_callback() local
[all...]
H A Dtls13_enc.c431 OSSL_ENCRYPTION_LEVEL level; in quic_change_cipher_state() local
[all...]
/third_party/openssl/test/
H A Dcmp_ctx_test.c124 msg_total_size_log_cb(const char *func, const char *file, int line, OSSL_CMP_severity level, const char *msg) msg_total_size_log_cb() argument
247 test_log_cb(const char *func, const char *file, int line, OSSL_CMP_severity level, const char *msg) test_log_cb() argument
/third_party/pulseaudio/src/pulsecore/
H A Dlog.c358 static void log_syslog(pa_log_level_t level, char *t, char *timestamp, char *location, char *bt) { in log_syslog() argument
371 pa_log_levelv_meta( pa_log_level_t level, const char*file, int line, const char *func, const char *format, va_list ap) pa_log_levelv_meta() argument
617 pa_log_level_meta( pa_log_level_t level, const char*file, int line, const char *func, const char *format, ...) pa_log_level_meta() argument
630 pa_log_levelv(pa_log_level_t level, const char *format, va_list ap) pa_log_levelv() argument
634 pa_log_level(pa_log_level_t level, const char *format, ...) pa_log_level() argument
642 pa_log_ratelimit(pa_log_level_t level) pa_log_ratelimit() argument
[all...]
/third_party/python/Lib/importlib/
H A D_bootstrap.py1039 raise ImportError('attempted relative import beyond top-level package') namespace
[all...]
/third_party/openssl/crypto/cmp/
H A Dcmp_ctx.c339 OSSL_CMP_severity level = -1; in ossl_cmp_log_trace_cb() local
367 int ossl_cmp_print_log(OSSL_CMP_severity level, const OSSL_CMP_CTX *ctx, in ossl_cmp_print_log() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiFullScreenExclusiveTests.cpp325 allocateCommandBuffers(const DeviceInterface& vkd, const VkDevice device, const VkCommandPool commandPool, const VkCommandBufferLevel level, const size_t numCommandBuffers) allocateCommandBuffers() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DImage9.cpp364 setManagedSurface2D(const gl::Context *context, TextureStorage *storage, int level) setManagedSurface2D() argument
374 setManagedSurfaceCube(const gl::Context *context, TextureStorage *storage, int face, int level) setManagedSurfaceCube() argument
H A DBlit9.cpp220 copy2D(const gl::Context *context, const gl::Framebuffer *framebuffer, const RECT &sourceRect, GLenum destFormat, const gl::Offset &destOffset, TextureStorage *storage, GLint level) copy2D() argument
253 copyCube(const gl::Context *context, const gl::Framebuffer *framebuffer, const RECT &sourceRect, GLenum destFormat, const gl::Offset &destOffset, TextureStorage *storage, gl::TextureTarget target, GLint level) copyCube() argument

Completed in 39 milliseconds

1...<<81828384858687888990>>...152