Home
last modified time | relevance | path

Searched defs:IsLineInst (Results 1 – 6 of 6) sorted by relevance

/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dir_loader.cpp41 bool IsLineInst(const spv_parsed_instruction_t* inst) { in IsLineInst() function
Dinstruction.cpp584 bool Instruction::IsLineInst() const { return IsLine() || IsNoLine(); } in IsLineInst() function in spvtools::opt::Instruction
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dir_loader.cpp41 bool IsLineInst(const spv_parsed_instruction_t* inst) { in IsLineInst() function
Dinstruction.cpp584 bool Instruction::IsLineInst() const { return IsLine() || IsNoLine(); } in IsLineInst() function in spvtools::opt::Instruction
/external/deqp-deps/SPIRV-Tools/source/opt/
Dir_loader.cpp41 bool IsLineInst(const spv_parsed_instruction_t* inst) { in IsLineInst() function
Dinstruction.cpp586 bool Instruction::IsLineInst() const { return IsLine() || IsNoLine(); } in IsLineInst() function in spvtools::opt::Instruction