Searched defs:without_array (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/compiler/spirv/
H A Dvtn_cfg.c106 struct vtn_type *without_array = type; local
107 while(glsl_type_is_array(without_array->type))
108 without_array = without_array->array_element;
110 if (glsl_type_is_image(without_array->type)) {
112 param->interface_type = without_array->type;
113 } else if (glsl_type_is_sampler(without_array->type)) {
115 param->interface_type = without_array->type;
H A Dvtn_variables.c1288 struct vtn_type *without_array = var->type; local
1289 while(glsl_type_is_array(without_array->type))
1290 without_array = without_array->array_element;
1296 if (without_array->block) {
1299 } else if (without_array->buffer_block) {
1302 } else if (glsl_type_is_image(without_array->type)) {
1306 } else if (glsl_type_is_sampler(without_array->type)) {
1361 var->var->interface_type = without_array->type;
1390 glsl_type_is_struct(without_array
[all...]
/external/mesa3d/src/compiler/
H A Dglsl_types.h628 const glsl_type *without_array() const function in struct:glsl_type

Completed in 3887 milliseconds