Home
last modified time | relevance | path

Searched refs:structTypes (Results 1 – 10 of 10) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinition.cpp440 std::set<const glu::StructType*> structTypes; in ~Program() local
445 collectStructPtrs(structTypes, m_shaders[shaderNdx]->m_defaultBlock.variables[varNdx].varType); in ~Program()
449 …collectStructPtrs(structTypes, m_shaders[shaderNdx]->m_defaultBlock.interfaceBlocks[interfaceNdx].… in ~Program()
452 …for (std::set<const glu::StructType*>::iterator it = structTypes.begin(); it != structTypes.end();… in ~Program()
Des31fUniformLocationTests.hpp55 StructList structTypes; member in deqp::gles31::Functional::UniformLocationTests
Des31fUniformLocationTests.cpp688 for (int i = 0; i < int(structTypes.size()); i++) in ~UniformLocationTests()
689 delete structTypes[i]; in ~UniformLocationTests()
852 structTypes.push_back(structProto); in init()
929 structTypes.push_back(testTypes[0]); in init()
930 structTypes.push_back(testTypes[1]); in init()
931 structTypes.push_back(testTypes[2]); in init()
932 structTypes.push_back(testTypes[3]); in init()
/external/vulkan-validation-layers/scripts/
Dparameter_validation_generator.py208 …self.structTypes = dict() # Map of Vulkan struct typename to required VkSt…
316 self.structTypes[struct.get('name')] = stype.get('values')
364 pnext_case += ' case %s: {\n' % self.structTypes[item]
858 stype = self.structTypes[value.type]
920 …StructureType {}[] = {{ {} }};\n'.format(extStructVar, ', '.join([self.structTypes[s] for s in val…
1160 if value.type in self.structTypes:
1193 if value.type in self.structTypes:
1194 stype = self.structTypes[value.type]
Dhelper_file_generator.py83 …self.structTypes = dict() # Map of Vulkan struct typename to required VkSt…
353 self.structTypes[typeName] = self.StructType(name=name, value=value)
939 build_pnext_proc += ' case %s:\n' % self.structTypes[struct.name].value
943 free_pnext_proc += ' case %s:\n' % self.structTypes[struct.name].value
1446 info = self.structTypes.get(typename)
Dlayer_chassis_dispatch_generator.py1054 self.structTypes = dict() # Map of Vulkan struct typename to required VkStructureType
1266 self.structTypes[typeName] = self.StructType(name=name, value=value)
1366 pnext_proc += ' case %s: {\n' % self.structTypes[item].value
Dobject_tracker_generator.py222 self.structTypes = dict() # Map of Vulkan struct typename to required VkStructureType
575 self.structTypes[typeName] = self.StructType(name=name, value=value)
/external/fastrpc/src/
Dapps_std_skel.c452 static const StructType structTypes[3] = {{0x1,&(typeArrays[0]),0x8,0x0,0x8,0x8,0x1,0x8},{0x2,&(typ… variable
455structTypes[0]),0}}, 6,0x8,3,0},{0x8,{{(const uintptr_t)&(structTypes[0]),0}}, 6,0x8,0,0},{0x104,{…
/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp459 vector<const StructType*> structTypes; in random() local
465 for (int j = 0; j < (int)structTypes.size(); j++) in random()
466 delete structTypes[j]; in random()
467 structTypes.clear(); in random()
468 …m.type = (("u_var" + de::toString(i)).c_str(), generateRandomType(3, structIdx, structTypes, rnd)); in random()
472 for (int j = 0; j < (int)structTypes.size(); j++) in random()
473 res->addStructType(structTypes[j]); in random()
/external/deqp/modules/gles3/functional/
Des3fUniformApiTests.cpp525 vector<const StructType*> structTypes; in random() local
531 for (int j = 0; j < (int)structTypes.size(); j++) in random()
532 delete structTypes[j]; in random()
533 structTypes.clear(); in random()
534 …m.type = (("u_var" + de::toString(i)).c_str(), generateRandomType(3, structIdx, structTypes, rnd)); in random()
538 for (int j = 0; j < (int)structTypes.size(); j++) in random()
539 res->addStructType(structTypes[j]); in random()