Home | History | Annotate | Download | only in spirv

Lines Matching refs:without_array

1288       struct vtn_type *without_array = var->type;
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->type)) {
1391 vtn_foreach_decoration(b, without_array->val,
1481 var->var->data.image.format = without_array->image_format;
1490 unsigned count = glsl_get_length(without_array->type);