Home
last modified time | relevance | path

Searched refs:without_array (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dgl_nir_link_uniform_initializers.c289 const struct glsl_type *without_array = in gl_nir_set_uniform_initializers() local
292 if (glsl_type_is_sampler(without_array) || in gl_nir_set_uniform_initializers()
293 glsl_type_is_image(without_array)) { in gl_nir_set_uniform_initializers()
H A Dgl_nir_link_atomics.c239 const struct glsl_type *without_array = in gl_nir_link_assign_atomic_counter_resources() local
241 storage->array_stride = glsl_atomic_size(without_array); in gl_nir_link_assign_atomic_counter_resources()
/aosp_15_r20/external/mesa3d/src/compiler/spirv/
H A Dvtn_variables.c1976 struct vtn_type *without_array = in vtn_pointer_from_ssa() local
1981 without_array, &nir_mode); in vtn_pointer_from_ssa()
2110 struct vtn_type *without_array = vtn_type_without_array(ptr_type->pointed); in vtn_create_variable() local
2114 mode = vtn_storage_class_to_mode(b, storage_class, without_array, &nir_mode); in vtn_create_variable()
2119 vtn_assert(without_array->block); in vtn_create_variable()
2123 !without_array->block) { in vtn_create_variable()
2255 glsl_type_is_struct_or_ifc(without_array->type)) { in vtn_create_variable()
2256 vtn_foreach_decoration(b, vtn_value(b, without_array->id, in vtn_create_variable()
2451 var->var->data.image.format = without_array->image_format; in vtn_create_variable()
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_validate.c1541 const struct glsl_type *without_array = glsl_without_array(var->type); in validate_var_decl() local
1542 validate_assert(state, glsl_type_is_struct_or_ifc(without_array)); in validate_var_decl()
1543 validate_assert(state, var->num_members == glsl_get_length(without_array)); in validate_var_decl()
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
H A Dcommit.csv43481 …ternal/mesa3d,[email protected],glsl: Use the without_array predicate to s…
45728 …ternal/mesa3d,[email protected],glsl: Use the without_array predicate in s…
46849 …orm/external/mesa3d,[email protected],glsl: Use the without_array predicate
58204 …rm/external/mesa3d,[email protected],glsl: Add without_array type predicate
60591 …sa3d,[email protected],glsl: replace while loop with without_array function
61572[email protected],compiler: Add a C wrapper for glsl_type::without_array().
62278[email protected],glsl: for anonymous struct matching use without_array() (v3)
64394[email protected],glsl: add arrays of arrays support to without_array function