| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | builtin_types.cpp | 269 add_type(glsl_symbol_table *symbols, const glsl_type *const type) function in typeref:typename:void 271 symbols->add_type(type->name, type); 285 add_type(symbols, t->type); 294 add_type(symbols, deprecated_types[i]); 305 add_type(symbols, glsl_type::samplerCubeArray_type); 306 add_type(symbols, glsl_type::samplerCubeArrayShadow_type); 307 add_type(symbols, glsl_type::isamplerCubeArray_type); 308 add_type(symbols, glsl_type::usamplerCubeArray_type); 312 add_type(symbols, glsl_type::sampler2DMS_type); 313 add_type(symbol [all...] |
| H A D | glsl_symbol_table.h | 68 bool add_type(const char *name, const glsl_type *t);
|
| H A D | glsl_symbol_table.cpp | 169 bool glsl_symbol_table::add_type(const char *name, const glsl_type *t) function in class:glsl_symbol_table
|
| H A D | ast_to_hir.cpp | 6364 if (!state->symbols->add_type(this->identifier, glsl_type::get_subroutine_instance(this->identifier))) { 7867 if (!type->is_anonymous() && !state->symbols->add_type(name, type)) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | builtin_types.cpp | 269 add_type(glsl_symbol_table *symbols, const glsl_type *const type) function in typeref:typename:void 271 symbols->add_type(type->name, type); 285 add_type(symbols, t->type); 294 add_type(symbols, deprecated_types[i]); 305 add_type(symbols, glsl_type::samplerCubeArray_type); 306 add_type(symbols, glsl_type::samplerCubeArrayShadow_type); 307 add_type(symbols, glsl_type::isamplerCubeArray_type); 308 add_type(symbols, glsl_type::usamplerCubeArray_type); 312 add_type(symbols, glsl_type::sampler2DMS_type); 313 add_type(symbol [all...] |
| H A D | glsl_symbol_table.h | 68 bool add_type(const char *name, const glsl_type *t);
|
| H A D | glsl_symbol_table.cpp | 169 bool glsl_symbol_table::add_type(const char *name, const glsl_type *t) function in class:glsl_symbol_table
|
| H A D | ast_to_hir.cpp | 6165 if (!state->symbols->add_type(this->identifier, glsl_type::get_subroutine_instance(this->identifier))) { 7607 if (!type->is_anonymous() && !state->symbols->add_type(name, type)) {
|
| /xsrc/external/mit/xcb-proto/dist/xcbgen/ |
| H A D | state.py | 100 self.add_type('CARD8', '', ('uint8_t',), tcard8) 101 self.add_type('CARD16', '', ('uint16_t',), tcard16) 102 self.add_type('CARD32', '', ('uint32_t',), tcard32) 103 self.add_type('CARD64', '', ('uint64_t',), tcard64) 104 self.add_type('INT8', '', ('int8_t',), tint8) 105 self.add_type('INT16', '', ('int16_t',), tint16) 106 self.add_type('INT32', '', ('int32_t',), tint32) 107 self.add_type('INT64', '', ('int64_t',), tint64) 108 self.add_type('BYTE', '', ('uint8_t',), tbyte) 109 self.add_type('BOO 149 def add_type(self, id, ns, name, item): member in class:Module [all...] |
| H A D | matcher.py | 39 module.add_type(id, namespace.ns, name, type) 45 module.add_type(id, namespace.ns, name, type) 51 module.add_type(id, namespace.ns, name, type) 57 module.add_type(id, namespace.ns, name, type) 63 module.add_type(id, namespace.ns, name, type) 69 module.add_type(id, namespace.ns, name, type) 75 module.add_type(id, namespace.ns, name, type)
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/ |
| H A D | typeexpr.py | 75 def add_type(self, type_expr): member in class:type_table 107 tt.add_type( te )
|
| /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/ |
| H A D | typeexpr.py | 73 def add_type(self, type_expr): member in class:type_table 105 tt.add_type( te )
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | test_fs_cmod_propagation.cpp | 44 enum brw_reg_type add_type, 50 enum brw_reg_type add_type, 1584 enum brw_reg_type add_type, 1589 fs_reg dest = bld.vgrf(add_type); 1590 fs_reg src0 = bld.vgrf(add_type); 1591 fs_reg src1 = bld.vgrf(add_type); 2162 enum brw_reg_type add_type, 2167 fs_reg dest = bld.vgrf(add_type); 2168 fs_reg src0 = bld.vgrf(add_type); 2169 fs_reg src1 = bld.vgrf(add_type); 1583 test_mov_prop(enum brw_conditional_mod cmod,enum brw_reg_type add_type,enum brw_reg_type mov_dst_type,bool expected_cmod_prop_progress) argument 2160 test_saturate_prop(enum brw_conditional_mod before,enum opcode op,enum brw_reg_type add_type,enum brw_reg_type op_type,bool expected_cmod_prop_progress) argument [all...] |
| /xsrc/external/mit/MesaLib.old/src/compiler/glsl/ |
| H A D | glsl_parser.cpp | 3211 state->symbols->add_type((yyvsp[-1].identifier), glsl_type::get_subroutine_instance((yyvsp[-1].identifier))); 4907 state->symbols->add_type((yyvsp[-3].identifier), glsl_type::void_type);
|
| /xsrc/external/mit/MesaLib/src/compiler/glsl/ |
| H A D | glsl_parser.cpp | 3423 state->symbols->add_type((yyvsp[-1].identifier), glsl_type::get_subroutine_instance((yyvsp[-1].identifier))); 5145 state->symbols->add_type((yyvsp[-3].identifier), glsl_type::void_type);
|