/external/skia/src/sksl/ir/ |
SkSLInterfaceBlock.h | 40 const Type* structType = &fVariable.fType; 41 while (structType->kind() == Type::kArray_Kind) { 42 structType = &structType->componentType(); 44 for (const auto& f : structType->fields()) {
|
/external/deqp/framework/opengl/ |
gluVarType.hpp | 36 class StructType; 55 explicit VarType (const StructType* structPtr); //!< Struct type constructor. 68 const StructType* getStructPtr (void) const { DE_ASSERT(isStructType()); return m_data.structPtr; } 110 const StructType* structPtr; 140 class StructType 146 StructType (const char* typeName) : m_typeName(typeName) {} 147 ~StructType (void) {} 162 bool operator== (const StructType& other) const; 163 bool operator!= (const StructType& other) const; 296 DeclareStructTypePtr (const StructType* structPtr_, int indentLevel_) : structPtr(structPtr_), indentLevel(indentLevel_) { [all...] |
/prebuilts/go/darwin-x86/src/encoding/gob/ |
doc.go | 192 StructT *StructType 208 type structType struct { 241 StructType 20 346 03 // Add 3 to field number; now 2 (wireType.structType; this is a struct). 347 // structType starts with an embedded CommonType, which appears 352 50 6f 69 6e 74 // wireType.structType.CommonType.name = "Point" 354 ff 82 // wireType.structType.CommonType._id = 65 355 00 // end of embedded wiretype.structType.CommonType struct 356 01 // add 1 to field number (now 1, the field array in wireType.structType) 357 02 // There are two fields in the type (len(structType.field) [all...] |
type.go | 278 checkId(20, mustGetTypeInfo(reflect.TypeOf(structType{})).id) 412 type structType struct { 417 func (s *structType) safeString(seen map[typeId]bool) string { 433 func (s *structType) string() string { return s.safeString(make(map[typeId]bool)) } 435 func newStructType(name string) *structType { 436 s := &structType{CommonType{Name: name}, nil} 645 // ids for wireType and structType etc. are known. The relevant pieces 652 StructT *structType 759 info.wire = &wireType{StructT: t.(*structType)}
|
/prebuilts/go/linux-x86/src/encoding/gob/ |
doc.go | 192 StructT *StructType 208 type structType struct { 241 StructType 20 346 03 // Add 3 to field number; now 2 (wireType.structType; this is a struct). 347 // structType starts with an embedded CommonType, which appears 352 50 6f 69 6e 74 // wireType.structType.CommonType.name = "Point" 354 ff 82 // wireType.structType.CommonType._id = 65 355 00 // end of embedded wiretype.structType.CommonType struct 356 01 // add 1 to field number (now 1, the field array in wireType.structType) 357 02 // There are two fields in the type (len(structType.field) [all...] |
type.go | 278 checkId(20, mustGetTypeInfo(reflect.TypeOf(structType{})).id) 412 type structType struct { 417 func (s *structType) safeString(seen map[typeId]bool) string { 433 func (s *structType) string() string { return s.safeString(make(map[typeId]bool)) } 435 func newStructType(name string) *structType { 436 s := &structType{CommonType{Name: name}, nil} 645 // ids for wireType and structType etc. are known. The relevant pieces 652 StructT *structType 759 info.wire = &wireType{StructT: t.(*structType)}
|
/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
vktRandomUniformBlockCase.cpp | 166 StructType& structType = m_interface.allocStruct(std::string("s") + genName('A', 'Z', m_structNdx)); 177 structType.addMember(std::string("m") + (char)('A' + ndx), memberTypes[ndx], flags); 180 return VarType(&structType, m_shuffleUniformMembers ? static_cast<deUint32>(LAYOUT_OFFSET) : 0u);
|
vktUniformBlockCase.cpp | 86 VarType::VarType (const StructType* structPtr, deUint32 flags) 122 // StructType implementation. 124 void StructType::addMember (const std::string& name, const VarType& type, deUint32 flags) 211 StructType& ShaderInterface::allocStruct (const std::string& name) 213 m_structs.push_back(StructTypeSP(new StructType(name))); 229 void ShaderInterface::getNamedStructs (std::vector<const StructType*>& structs) const 396 for (StructType::ConstIterator memberIter = type.getStruct().begin(); memberIter != type.getStruct().end(); memberIter++) 520 for (StructType::ConstIterator memberIter = type.getStruct().begin(); memberIter != type.getStruct().end(); memberIter++) 705 for (StructType::ConstIterator iter = type.getStruct().begin(); iter != type.getStruct().end(); ++iter) 765 void generateDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel) [all...] |
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
vktTessellationUserDefinedIO.cpp | 133 const glu::StructType& structType = *rootType.getStructPtr(); 134 const int numMembers = structType.getNumMembers(); 139 const glu::StructMember& member = structType.getMember(membNdx); 227 const glu::StructType& structType = *type.getStructPtr(); 229 for (int i = 0; i < structType.getNumMembers(); ++i) 230 result += numBasicSubobjects(structType.getMember(i).getType()); 440 std::vector<glu::StructType> m_structTypes; 483 m_structTypes.push_back(glu::StructType("S")) [all...] |
/external/deqp/modules/gles31/functional/ |
es31fProgramUniformTests.cpp | 65 using glu::StructType; 227 const StructType& structType = *type.getStructPtr(); 228 for (int i = 0; i < structType.getNumMembers(); i++) 229 if (typeContainsMatchingBasicType(structType.getMember(i).getType(), predicate)) 248 const StructType& structType = *type.getStructPtr(); 249 for (int i = 0; i < structType.getNumMembers(); i++) 250 getDistinctSamplerTypes(dst, structType.getMember(i).getType()); 263 const StructType& structType = *type.getStructPtr() [all...] |
es31fUniformLocationTests.cpp | 278 std::set<const glu::StructType*> declaredStructs; 305 const glu::StructType* const structType = uniformInfo.type.getStructPtr(); 306 if (!declaredStructs.count(structType)) 309 vertDecl << glu::declare(structType, 0) << ";\n"; 312 fragDecl << glu::declare(structType, 0) << ";\n"; 314 declaredStructs.insert(structType); 850 StructType* structProto = new StructType("S"); 921 StructType* testTypes[] [all...] |
/external/deqp/modules/glshared/ |
glsRandomUniformBlockCase.cpp | 173 StructType& structType = m_interface.allocStruct((string("s") + genName('A', 'Z', m_structNdx)).c_str()); 184 structType.addMember((string("m") + (char)('A' + ndx)).c_str(), memberTypes[ndx], flags); 187 return VarType(&structType);
|
glsUniformBlockCase.cpp | 143 VarType::VarType (const StructType* structPtr) 179 // StructType implementation. 181 void StructType::addMember (const char* name, const VarType& type, deUint32 flags) 309 for (std::vector<StructType*>::iterator i = m_structs.begin(); i != m_structs.end(); i++) 316 StructType& ShaderInterface::allocStruct (const char* name) 319 m_structs.push_back(new StructType(name)); 329 bool operator() (const StructType* type) const 335 const StructType* ShaderInterface::findStruct (const char* name) const 337 std::vector<StructType*>::const_iterator pos = std::find_if(m_structs.begin(), m_structs.end(), StructNameEquals(name)); 341 void ShaderInterface::getNamedStructs (std::vector<const StructType*>& structs) cons [all...] |
/external/deqp/modules/gles2/functional/ |
es2fUniformApiTests.cpp | 64 using glu::StructType; 163 const StructType& structType = *type.getStructPtr(); 164 for (int i = 0; i < structType.getNumMembers(); i++) 165 if (typeContainsMatchingBasicType(structType.getMember(i).getType(), predicate)) 184 const StructType& structType = *type.getStructPtr(); 185 for (int i = 0; i < structType.getNumMembers(); i++) 186 getDistinctSamplerTypes(dst, structType.getMember(i).getType()); 199 const StructType& structType = *type.getStructPtr() [all...] |
/external/deqp/modules/gles3/functional/ |
es3fUniformApiTests.cpp | 64 using glu::StructType; 223 const StructType& structType = *type.getStructPtr(); 224 for (int i = 0; i < structType.getNumMembers(); i++) 225 if (typeContainsMatchingBasicType(structType.getMember(i).getType(), predicate)) 244 const StructType& structType = *type.getStructPtr(); 245 for (int i = 0; i < structType.getNumMembers(); i++) 246 getDistinctSamplerTypes(dst, structType.getMember(i).getType()); 259 const StructType& structType = *type.getStructPtr() [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
tdh.h | 81 } structType;
|
/external/skia/src/sksl/ |
SkSLGLSLCodeGenerator.cpp | 599 const Type* structType = &intf.fVariable.fType; 600 while (structType->kind() == Type::kArray_Kind) { 601 structType = &structType->componentType(); 603 for (const auto& f : structType->fields()) {
|
/prebuilts/go/darwin-x86/src/reflect/ |
type.go | 272 // structType 425 // structType represents a struct type. 426 type structType struct { 961 tt := (*structType)(unsafe.Pointer(t)) 969 tt := (*structType)(unsafe.Pointer(t)) 977 tt := (*structType)(unsafe.Pointer(t)) 985 tt := (*structType)(unsafe.Pointer(t)) 1017 tt := (*structType)(unsafe.Pointer(t)) [all...] |
/prebuilts/go/linux-x86/src/reflect/ |
type.go | 272 // structType 425 // structType represents a struct type. 426 type structType struct { 961 tt := (*structType)(unsafe.Pointer(t)) 969 tt := (*structType)(unsafe.Pointer(t)) 977 tt := (*structType)(unsafe.Pointer(t)) 985 tt := (*structType)(unsafe.Pointer(t)) 1017 tt := (*structType)(unsafe.Pointer(t)) [all...] |
/frameworks/rs/rsov/compiler/spirit/ |
module.cpp | 411 Module *Module::addStructType(TypeStructInst *structType) { 412 getGlobalSection()->addStructType(structType); 839 GlobalSection *GlobalSection::addStructType(TypeStructInst *structType) { 840 mGlobalDefs.push_back(structType);
|
/prebuilts/go/darwin-x86/src/net/http/httptrace/ |
trace.go | 169 structType := tv.Type() 170 for i := 0; i < structType.NumField(); i++ {
|
/prebuilts/go/linux-x86/src/net/http/httptrace/ |
trace.go | 169 structType := tv.Type() 170 for i := 0; i < structType.NumField(); i++ {
|
/prebuilts/go/darwin-x86/src/encoding/asn1/ |
asn1.go | 842 structType := fieldType 844 for i := 0; i < structType.NumField(); i++ { 845 if structType.Field(i).PkgPath != "" { 851 if structType.NumField() > 0 && 852 structType.Field(0).Type == rawContentsType { 858 for i := 0; i < structType.NumField(); i++ { 859 field := structType.Field(i)
|
/prebuilts/go/linux-x86/src/encoding/asn1/ |
asn1.go | 842 structType := fieldType 844 for i := 0; i < structType.NumField(); i++ { 845 if structType.Field(i).PkgPath != "" { 851 if structType.NumField() > 0 && 852 structType.Field(0).Type == rawContentsType { 858 for i := 0; i < structType.NumField(); i++ { 859 field := structType.Field(i)
|
/build/blueprint/bootstrap/bpdoc/ |
bpdoc.go | 230 structType, ok := typeSpec.Type.(*ast.StructType) 236 ps.Properties, err = structProperties(structType) 244 func structProperties(structType *ast.StructType) (props []Property, err error) { 245 for _, f := range structType.Fields.List { 281 case *ast.StructType:
|