Home
last modified time | relevance | path

Searched refs:type_insts (Results 1 – 3 of 3) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dmodule.cpp41 std::vector<Instruction*> type_insts; in GetTypes() local
43 if (IsTypeInst(inst.opcode())) type_insts.push_back(&inst); in GetTypes()
45 return type_insts; in GetTypes()
49 std::vector<const Instruction*> type_insts; in GetTypes() local
51 if (IsTypeInst(inst.opcode())) type_insts.push_back(&inst); in GetTypes()
53 return type_insts; in GetTypes()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmodule.cpp41 std::vector<Instruction*> type_insts; in GetTypes() local
43 if (IsTypeInst(inst.opcode())) type_insts.push_back(&inst); in GetTypes()
45 return type_insts; in GetTypes()
49 std::vector<const Instruction*> type_insts; in GetTypes() local
51 if (IsTypeInst(inst.opcode())) type_insts.push_back(&inst); in GetTypes()
53 return type_insts; in GetTypes()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dmodule.cpp41 std::vector<Instruction*> type_insts; in GetTypes() local
43 if (IsTypeInst(inst.opcode())) type_insts.push_back(&inst); in GetTypes()
45 return type_insts; in GetTypes()
49 std::vector<const Instruction*> type_insts; in GetTypes() local
51 if (IsTypeInst(inst.opcode())) type_insts.push_back(&inst); in GetTypes()
53 return type_insts; in GetTypes()