Home
last modified time | relevance | path

Searched refs:ToBinaryWithoutAttachedDebugInsts (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmodule.cpp141 if (!(skip_nop && i->IsNop())) i->ToBinaryWithoutAttachedDebugInsts(binary); in ToBinary()
Dinstruction.cpp133 void Instruction::ToBinaryWithoutAttachedDebugInsts( in ToBinaryWithoutAttachedDebugInsts() function in spvtools::opt::Instruction
518 ToBinaryWithoutAttachedDebugInsts(&inst_binary); in PrettyPrint()
Dinstruction.h301 void ToBinaryWithoutAttachedDebugInsts(std::vector<uint32_t>* binary) const;
/external/deqp-deps/SPIRV-Tools/source/opt/
Dmodule.cpp154 i->ToBinaryWithoutAttachedDebugInsts(binary); in ToBinary()
Dinstruction.cpp167 void Instruction::ToBinaryWithoutAttachedDebugInsts( in ToBinaryWithoutAttachedDebugInsts() function in spvtools::opt::Instruction
591 ToBinaryWithoutAttachedDebugInsts(&inst_binary); in PrettyPrint()
Dinstruction.h358 void ToBinaryWithoutAttachedDebugInsts(std::vector<uint32_t>* binary) const;
/external/angle/third_party/spirv-tools/src/source/opt/
Dmodule.cpp154 i->ToBinaryWithoutAttachedDebugInsts(binary); in ToBinary()
Dinstruction.cpp169 void Instruction::ToBinaryWithoutAttachedDebugInsts( in ToBinaryWithoutAttachedDebugInsts() function in spvtools::opt::Instruction
625 ToBinaryWithoutAttachedDebugInsts(&inst_binary); in PrettyPrint()
Dinstruction.h358 void ToBinaryWithoutAttachedDebugInsts(std::vector<uint32_t>* binary) const;
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dpass_remove_duplicates_test.cpp96 i->ToBinaryWithoutAttachedDebugInsts(&binary); in ToText()
Ddef_use_test.cpp70 inst->ToBinaryWithoutAttachedDebugInsts(&binary); in DisassembleInst()
Ddecoration_manager_test.cpp93 i->ToBinaryWithoutAttachedDebugInsts(&binary); in ToText()
/external/deqp-deps/SPIRV-Tools/test/opt/
Dpass_remove_duplicates_test.cpp96 i->ToBinaryWithoutAttachedDebugInsts(&binary); in ToText()
Ddef_use_test.cpp70 inst->ToBinaryWithoutAttachedDebugInsts(&binary); in DisassembleInst()
Ddecoration_manager_test.cpp93 i->ToBinaryWithoutAttachedDebugInsts(&binary); in ToText()
/external/angle/third_party/spirv-tools/src/test/opt/
Dpass_remove_duplicates_test.cpp96 i->ToBinaryWithoutAttachedDebugInsts(&binary); in ToText()
Ddef_use_test.cpp70 inst->ToBinaryWithoutAttachedDebugInsts(&binary); in DisassembleInst()
Ddecoration_manager_test.cpp93 i->ToBinaryWithoutAttachedDebugInsts(&binary); in ToText()