Searched refs:array_3_of_int (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/ |
| H A D | array_refcount_test.cpp | 54 const glsl_type *array_3_of_int; member in class:array_refcount_test 111 array_3_of_int = glsl_type::get_array_instance(glsl_type::int_type, 3); 485 glsl_struct_field(array_3_of_int, "i"), 602 ir_variable *var_c = new(mem_ctx) ir_variable(array_3_of_int, 650 glsl_type::get_array_instance(array_3_of_int, 2);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/ |
| H A D | array_refcount_test.cpp | 54 const glsl_type *array_3_of_int; member in class:array_refcount_test 109 array_3_of_int = glsl_type::get_array_instance(glsl_type::int_type, 3); 476 glsl_struct_field(array_3_of_int, "i"), 593 ir_variable *var_c = new(mem_ctx) ir_variable(array_3_of_int, 641 glsl_type::get_array_instance(array_3_of_int, 2);
|
Completed in 3 milliseconds