Lines Matching refs:info
88 // Check that the operand of a debug info instruction |inst| at |word_index|
111 // For NonSemantic.Shader.DebugInfo.100 check that the operand of a debug info
141 // True if the operand of a debug info instruction |inst| at |word_index|
178 // Check that the operand of a debug info instruction |inst| at |word_index|
179 // is a result id of an debug info instruction whose debug instruction type
213 // Check that the operand of a debug info instruction |inst| at |word_index|
214 // is a result id of an debug info instruction with DebugTypeBasic.
222 // Check that the operand of a debug info instruction |inst| at |word_index|
246 // Check that the operand of a debug info instruction |inst| at |word_index|
434 auto info = _.FindDef(inst->GetOperandAs<uint32_t>(info_index));
435 if (!info || info->opcode() != spv::Op::OpExtInst) {
440 if (info->GetOperandAs<uint32_t>(2) != inst->GetOperandAs<uint32_t>(2)) {
445 auto ext_inst = info->GetOperandAs<NonSemanticClspvReflectionInstructions>(3);
3144 // DebugOperation are properly constants for vulkan debug info.