Searched defs:record_type (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/compiler/glsl/
H A Dlink_uniforms.cpp118 const glsl_type *record_type,
136 if (record_type == NULL && t->is_record())
137 record_type = t;
176 record_type,
183 record_type = NULL;
193 if (record_type == NULL && t->fields.array->is_record())
194 record_type = t->fields.array;
213 record_type,
221 record_type = NULL;
225 this->visit_field(t, *name, row_major, record_type, packin
116 recursion(const glsl_type *t, char **name, size_t name_length, bool row_major, const glsl_type *record_type, const enum glsl_interface_packing packing, bool last_field, unsigned record_array_count, const glsl_struct_field *named_ifc_member) argument
[all...]
/external/v8/tools/clang/plugins/
H A DFindBadConstructsConsumer.cpp471 CXXRecordDecl* record_type = it->getTypeSourceInfo() local
475 if (record_type) {
476 if (InTestingNamespace(record_type)) {

Completed in 208 milliseconds