Searched defs:num_levels (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_state_sampler.c290 const uint32_t num_levels = pt->last_level - first_level; local in function:update_map
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexcompress_cpal.c112 const int num_levels = -level + 1; local in function:_mesa_cpal_compressed_size
154 GLint lvl, num_levels; local in function:_mesa_cpal_compressed_teximage2d
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_state_sampler.c308 const uint num_levels = pt->last_level - first_level; local in function:update_map
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexcompress_cpal.c112 const int num_levels = -level + 1; local in function:_mesa_cpal_compressed_size
154 GLint lvl, num_levels; local in function:_mesa_cpal_compressed_teximage2d
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dtextures.c346 int num_levels = 8; local in function:LoadTextures
367 int num_levels = 8; local in function:LoadTextures
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_resolve.c45 disable_rb_aux_buffer(struct iris_context * ice,bool * draw_aux_buffer_disabled,struct iris_resource * tex_res,unsigned min_level,unsigned num_levels,const char * usage) argument
686 miptree_level_range_length(const struct iris_resource * res,uint32_t start_level,uint32_t num_levels) argument
719 has_color_unresolved(const struct iris_resource * res,unsigned start_level,unsigned num_levels,unsigned start_layer,unsigned num_layers) argument
1104 iris_resource_prepare_access(struct iris_context * ice,struct iris_batch * batch,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) argument
1352 iris_resource_prepare_texture(struct iris_context * ice,struct iris_batch * batch,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,enum gen9_astc5x5_wa_tex_type astc5x5_wa_bits) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_draw.c517 unsigned min_level, min_layer, num_levels, num_layers; local in function:brw_predraw_resolve_inputs
348 intel_disable_rb_aux_buffer(struct brw_context * brw,bool * draw_aux_buffer_disabled,struct intel_mipmap_tree * tex_mt,unsigned min_level,unsigned num_levels,const char * usage) argument
H A Dintel_mipmap_tree.c1918 miptree_level_range_length(const struct intel_mipmap_tree * mt,uint32_t start_level,uint32_t num_levels) argument
1951 intel_miptree_has_color_unresolved(const struct intel_mipmap_tree * mt,unsigned start_level,unsigned num_levels,unsigned start_layer,unsigned num_layers) argument
2361 intel_miptree_prepare_access(struct brw_context * brw,struct intel_mipmap_tree * mt,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) argument
2620 intel_miptree_prepare_texture(struct brw_context * brw,struct intel_mipmap_tree * mt,enum isl_format view_format,uint32_t start_level,uint32_t num_levels,uint32_t start_layer,uint32_t num_layers,enum gen9_astc5x5_wa_tex_type astc5x5_wa_bits) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_resolve.c51 disable_rb_aux_buffer(struct crocus_context * ice,bool * draw_aux_buffer_disabled,struct crocus_resource * tex_res,unsigned min_level,unsigned num_levels,const char * usage) argument
758 miptree_level_range_length(const struct crocus_resource * res,uint32_t start_level,uint32_t num_levels) argument
791 crocus_has_invalid_primary(const struct crocus_resource * res,unsigned start_level,unsigned num_levels,unsigned start_layer,unsigned num_layers) 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) 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) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_resolve.c46 disable_rb_aux_buffer(struct iris_context * ice,bool * draw_aux_buffer_disabled,struct iris_resource * tex_res,unsigned min_level,unsigned num_levels,const char * usage) argument
655 miptree_level_range_length(const struct iris_resource * res,uint32_t start_level,uint32_t num_levels) argument
688 iris_has_invalid_primary(const struct iris_resource * res,unsigned start_level,unsigned num_levels,unsigned start_layer,unsigned num_layers) argument
714 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) argument
973 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) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_draw.c546 unsigned min_level, min_layer, num_levels, num_layers; local in function:brw_predraw_resolve_inputs
379 brw_disable_rb_aux_buffer(struct brw_context * brw,bool * draw_aux_buffer_disabled,struct brw_mipmap_tree * tex_mt,unsigned min_level,unsigned num_levels,const char * usage) argument
H A Dbrw_mipmap_tree.c1674 miptree_level_range_length(const struct brw_mipmap_tree * mt,uint32_t start_level,uint32_t num_levels) argument
1707 brw_miptree_has_color_unresolved(const struct brw_mipmap_tree * mt,unsigned start_level,unsigned num_levels,unsigned start_layer,unsigned num_layers) argument
1762 brw_miptree_prepare_access(struct brw_context * brw,struct brw_mipmap_tree * mt,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) argument
1979 brw_miptree_prepare_texture(struct brw_context * brw,struct brw_mipmap_tree * mt,enum isl_format view_format,uint32_t start_level,uint32_t num_levels,uint32_t start_layer,uint32_t num_layers,enum gfx9_astc5x5_wa_tex_type astc5x5_wa_bits) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_split_vars.c97 int num_levels = 0; local in function:num_array_levels_in_array_of_vector_type
379 unsigned num_levels; member in struct:array_var_info
397 int num_levels = num_array_levels_in_array_of_vector_type(var->type); local in function:init_var_list_array_infos
982 unsigned num_levels; member in struct:vec_var_usage
1003 int num_levels = num_array_levels_in_array_of_vector_type(var->type); local in function:get_vec_var_usage
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_split_vars.c68 int num_levels = 0; local in function:num_array_levels_in_array_of_vector_type
319 unsigned num_levels; member in struct:array_var_info
331 int num_levels = num_array_levels_in_array_of_vector_type(var->type); local in function:init_var_list_array_infos
885 unsigned num_levels; member in struct:vec_var_usage
906 int num_levels = num_array_levels_in_array_of_vector_type(var->type); local in function:get_vec_var_usage
[all...]
/xsrc/external/mit/libdrm/dist/freedreno/kgsl/
H A Dmsm_kgsl.h180 int num_levels; member in struct:kgsl_device_platform_data
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_context.cpp1618 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_bind_invalidate_option bind_invalidate) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c3932 LLVMValueRef num_levels; local in function:lp_build_size_query_soa
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c4492 LLVMValueRef num_levels; local in function:lp_build_size_query_soa
/xsrc/external/mit/xorg-server/dist/include/
H A Dxkbstr.h91 unsigned char num_levels; member in struct:_XkbKeyType
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dxkbstr.h90 unsigned char num_levels; member in struct:_XkbKeyType
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXKBstr.h88 unsigned char num_levels; member in struct:_XkbKeyType

Completed in 102 milliseconds