HomeSort by relevance Sort by last modified time
    Searched refs:addStructType (Results 1 - 5 of 5) sorted by null

  /frameworks/rs/rsov/compiler/spirit/
module.h 149 Module *addStructType(TypeStructInst *structType);
425 // TypeStructInst *addStructType(Instruction *fieldType[], int numField);
426 GlobalSection *addStructType(TypeStructInst *structType);
module.cpp 411 Module *Module::addStructType(TypeStructInst *structType) {
412 getGlobalSection()->addStructType(structType);
839 GlobalSection *GlobalSection::addStructType(TypeStructInst *structType) {
  /external/deqp/modules/gles31/functional/
es31fProgramUniformTests.cpp 324 void addStructType (const StructType* const type) { m_structTypes.push_back(type); }
342 receiver.addStructType(m_structTypes[i]);
406 res->addStructType(structType);
439 res->addStructType(subSubStructType);
440 res->addStructType(subStructType);
441 res->addStructType(structType);
    [all...]
  /external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp 278 void addStructType (const StructType* const type) { m_structTypes.push_back(type); }
296 receiver.addStructType(m_structTypes[i]);
360 res->addStructType(structType);
393 res->addStructType(subSubStructType);
394 res->addStructType(subStructType);
395 res->addStructType(structType);
473 res->addStructType(structTypes[j]);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fUniformApiTests.cpp 344 void addStructType (const StructType* const type) { m_structTypes.push_back(type); }
362 receiver.addStructType(m_structTypes[i]);
426 res->addStructType(structType);
459 res->addStructType(subSubStructType);
460 res->addStructType(subStructType);
461 res->addStructType(structType);
539 res->addStructType(structTypes[j]);
    [all...]

Completed in 105 milliseconds