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

  /external/deqp-deps/SPIRV-Tools/source/opt/
ir_loader.h 38 class IrLoader {
44 IrLoader(const MessageConsumer& consumer, Module* m);
build_module.cpp 28 // Sets the module header for IrLoader. Meets the interface requirement of
33 reinterpret_cast<opt::IrLoader*>(builder)->SetModuleHeader(
38 // Processes a parsed instruction for IrLoader. Meets the interface requirement
41 if (reinterpret_cast<opt::IrLoader*>(builder)->AddInstruction(inst)) {
57 opt::IrLoader loader(consumer, irContext->module());
ir_loader.cpp 26 IrLoader::IrLoader(const MessageConsumer& consumer, Module* m)
32 bool IrLoader::AddInstruction(const spv_parsed_instruction_t* inst) {
142 void IrLoader::EndModule() {
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
ir_loader.h 38 class IrLoader {
44 IrLoader(const MessageConsumer& consumer, Module* m);
build_module.cpp 28 // Sets the module header for IrLoader. Meets the interface requirement of
33 reinterpret_cast<opt::IrLoader*>(builder)->SetModuleHeader(
38 // Processes a parsed instruction for IrLoader. Meets the interface requirement
41 if (reinterpret_cast<opt::IrLoader*>(builder)->AddInstruction(inst)) {
57 opt::IrLoader loader(consumer, irContext->module());
ir_loader.cpp 26 IrLoader::IrLoader(const MessageConsumer& consumer, Module* m)
32 bool IrLoader::AddInstruction(const spv_parsed_instruction_t* inst) {
142 void IrLoader::EndModule() {

Completed in 333 milliseconds