Searched refs:structTypes (Results 1 – 10 of 10) sorted by relevance
434 std::set<const glu::StructType*> structTypes; in ~Program() local439 collectStructPtrs(structTypes, m_shaders[shaderNdx]->m_defaultBlock.variables[varNdx].varType); in ~Program()443 …collectStructPtrs(structTypes, m_shaders[shaderNdx]->m_defaultBlock.interfaceBlocks[interfaceNdx].… in ~Program()446 …for (std::set<const glu::StructType*>::iterator it = structTypes.begin(); it != structTypes.end();… in ~Program()
55 StructList structTypes; member in deqp::gles31::Functional::UniformLocationTests
688 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()
199 …self.structTypes = dict() # Map of Vulkan struct typename to required VkSt…307 self.structTypes[struct.get('name')] = stype.get('values')355 pnext_case += ' case %s: {\n' % self.structTypes[item]843 stype = self.structTypes[value.type]905 …StructureType {}[] = {{ {} }};\n'.format(extStructVar, ', '.join([self.structTypes[s] for s in val…1123 if value.type in self.structTypes:1156 if value.type in self.structTypes:1157 stype = self.structTypes[value.type]
1044 self.structTypes = dict() # Map of Vulkan struct typename to required VkStructureType1255 self.structTypes[typeName] = self.StructType(name=name, value=value)1357 pnext_proc += ' case %s: {\n' % self.structTypes[item].value1395 pnext_proc += ' case %s:\n' % self.structTypes[item].value
82 …self.structTypes = dict() # Map of Vulkan struct typename to required VkSt…347 self.structTypes[typeName] = self.StructType(name=name, value=value)1209 info = self.structTypes.get(typename)
217 self.structTypes = dict() # Map of Vulkan struct typename to required VkStructureType589 self.structTypes[typeName] = self.StructType(name=name, value=value)
431 TypeFinder(std::vector<StructType*> &structTypes) in TypeFinder() argument432 : StructTypes(structTypes) {} in TypeFinder()
459 vector<const StructType*> structTypes; in random() local465 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()
525 vector<const StructType*> structTypes; in random() local531 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()