Searched refs:instance_type (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/
H A Dbuiltin_variable_test.cpp332 const glsl_type *const instance_type = var->type->fields.array; local in function:TEST_F
334 for (unsigned i = 0; i < instance_type->length; i++) {
336 &instance_type->fields.structure[i];
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/
H A Dbuiltin_variable_test.cpp328 const glsl_type *const instance_type = var->type->fields.array; local in function:TEST_F
330 for (unsigned i = 0; i < instance_type->length; i++) {
332 &instance_type->fields.structure[i];

Completed in 3 milliseconds