Home
last modified time | relevance | path

Searched refs:annotation_inst (Results 1 – 2 of 2) sorted by relevance

/third_party/spirv-tools/source/opt/
Dinterface_var_sroa.cpp548 Instruction* annotation_inst, uint32_t var_id) { in CloneAnnotationForVariable() argument
549 assert(annotation_inst->opcode() == SpvOpDecorate || in CloneAnnotationForVariable()
550 annotation_inst->opcode() == SpvOpDecorateId || in CloneAnnotationForVariable()
551 annotation_inst->opcode() == SpvOpDecorateString); in CloneAnnotationForVariable()
552 std::unique_ptr<Instruction> new_inst(annotation_inst->Clone(context())); in CloneAnnotationForVariable()
Dinterface_var_sroa.h270 void CloneAnnotationForVariable(Instruction* annotation_inst,