Home
last modified time | relevance | path

Searched defs:num_layers (Results 1 - 25 of 40) sorted by relevance

12

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_framebuffer.c184 unsigned i, num_layers = 0; in util_framebuffer_get_num_layers() local
/third_party/ffmpeg/libavformat/
H A Drtpdec_latm.c97 int audio_mux_version, same_time_framing, num_programs, num_layers; in parse_fmtp_config() local
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_framebuffer.c227 unsigned i, num_layers = UINT32_MAX; in zink_framebuffer_get_num_layers() local
/third_party/mesa3d/src/intel/blorp/
H A Dblorp.c407 blorp_hiz_op(struct blorp_batch *batch, struct blorp_surf *surf, uint32_t level, uint32_t start_layer, uint32_t num_layers, enum isl_aux_op op) blorp_hiz_op() argument
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_tgsi.c29 void *si_get_blitter_vs(struct si_context *sctx, enum blitter_attrib_type type, unsigned num_layers) in si_get_blitter_vs() argument
H A Dsi_test_image_copy_region.c67 unsigned num_layers = util_num_layers(tex, level); in set_random_pixels() local
103 unsigned num_layers = util_num_layers(tex1, level); in set_random_pixels_for_2_textures() local
148 unsigned num_layers = util_num_layers(tex, level); in compare_textures() local
181 unsigned num_layers = util_num_layers(tex1, level); compare_gpu_textures() local
[all...]
H A Dsi_clear.c436 unsigned num_layers = util_num_layers(&tex->buffer.b.b, level); in vi_dcc_get_clear_info() local
469 unsigned num_layers = util_num_layers(&tex->buffer.b.b, level); in vi_dcc_get_clear_info() local
689 unsigned num_layers = util_num_layers(&tex->buffer.b.b, level); in si_fast_clear() local
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_surface.c271 unsigned num_layers; in si_compute_cmask() local
283 si_compute_htile(const struct radeon_info *info, struct radeon_surf *surf, unsigned num_layers) si_compute_htile() argument
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_draw_feedback.c326 unsigned num_layers = res->depth0; in st_feedback_draw_vbo() local
405 unsigned width, height, num_layers, row_stride, img_stride; in st_feedback_draw_vbo() local
H A Dst_cb_clear.c240 unsigned num_layers = st->state.fb_num_layers; in clear_with_quad() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_sampler.c299 unsigned num_layers = tex->depth0; in prepare_shader_sampling() local
475 unsigned num_layers = img->depth0; in prepare_shader_images() local
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_sampler.c206 unsigned num_layers = tex->depth0; in prepare_shader_sampling() local
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-ot-color.c322 unsigned int num_layers; in test_hb_ot_color_glyph_get_layers() local
/third_party/skia/third_party/externals/tint/src/transform/
H A Drobustness.cc271 auto* num_layers = b.Call("textureNumLayers", ctx.Clone(texture_arg)); in Transform() local
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_uniforms.c608 uint32_t num_layers; in v3dv_write_uniforms_wg_offsets() local
/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...]
H A Diris_resolve.c138 unsigned num_layers = in resolve_image_views() local
199 unsigned num_layers = in iris_predraw_resolve_framebuffer() local
289 unsigned num_layers = in iris_postdraw_update_resolve_tracking() local
322 unsigned num_layers = in iris_postdraw_update_resolve_tracking() local
488 iris_mcs_partial_resolve(struct iris_context *ice, struct iris_batch *batch, struct iris_resource *res, uint32_t start_layer, uint32_t num_layers) iris_mcs_partial_resolve() 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
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
714 iris_has_invalid_primary(const struct iris_resource *res, unsigned start_level, unsigned num_levels, unsigned start_layer, unsigned num_layers) iris_has_invalid_primary() argument
740 iris_resource_prepare_access(struct iris_context *ice, struct iris_resource *res, uint32_t start_level, uint32_t num_levels, uint32_t start_layer, uint32_t num_layers, enum isl_aux_usage aux_usage, bool fast_clear_supported) iris_resource_prepare_access() argument
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
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
1000 iris_resource_prepare_texture(struct iris_context *ice, struct iris_resource *res, enum isl_format view_format, uint32_t start_level, uint32_t num_levels, uint32_t start_layer, uint32_t num_layers) iris_resource_prepare_texture() argument
[all...]
/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_resolve.c150 unsigned num_layers = in resolve_image_views() local
235 unsigned num_layers = in crocus_predraw_resolve_framebuffer() local
332 unsigned num_layers = in crocus_postdraw_update_resolve_tracking() local
380 unsigned num_layers = in crocus_postdraw_update_resolve_tracking() local
568 crocus_mcs_partial_resolve(struct crocus_context *ice, struct crocus_batch *batch, struct crocus_resource *res, uint32_t start_layer, uint32_t num_layers) crocus_mcs_partial_resolve() 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
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
791 crocus_has_invalid_primary(const struct crocus_resource *res, unsigned start_level, unsigned num_levels, unsigned start_layer, unsigned num_layers) crocus_has_invalid_primary() argument
820 crocus_resource_prepare_access(struct crocus_context *ice, struct crocus_resource *res, uint32_t start_level, uint32_t num_levels, uint32_t start_layer, uint32_t num_layers, enum isl_aux_usage aux_usage, bool fast_clear_supported) crocus_resource_prepare_access() argument
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
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
961 crocus_resource_prepare_texture(struct crocus_context *ice, struct crocus_resource *res, enum isl_format view_format, uint32_t start_level, uint32_t num_levels, uint32_t start_layer, uint32_t num_layers) crocus_resource_prepare_texture() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_core.c197 uint16_t num_layers; in rbug_texture_info() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dmain.cc197 unsigned num_layers = hb_ot_color_glyph_get_layers (face, gid, 0, nullptr, nullptr); in layered_glyph_dump() local
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_surface.c182 svga_texture_view_surface(struct svga_context *svga, struct svga_texture *tex, unsigned bind_flags, SVGA3dSurfaceAllFlags flags, SVGA3dSurfaceFormat format, unsigned start_mip, unsigned num_mip, int layer_pick, unsigned num_layers, int zslice_pick, boolean cacheable, struct svga_host_surface_cache_key *key) svga_texture_view_surface() argument
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_resource_state.cpp478 d3d12_transition_subresources_state(struct d3d12_context *ctx, struct d3d12_resource *res, uint32_t start_level, uint32_t num_levels, uint32_t start_layer, uint32_t num_layers, uint32_t start_plane, uint32_t num_planes, D3D12_RESOURCE_STATES state, d3d12_transition_flags flags) d3d12_transition_subresources_state() argument
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dttcolr.c68 FT_UShort num_layers; member
86 FT_UShort num_layers; member
455 FT_Byte num_layers; read_paint() local
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_blit.c546 const unsigned num_layers = dst_end - dst_start; in blit_image() local

Completed in 24 milliseconds

12