Lines Matching defs:expectation
142 // satisfies |expectation| that is given as a function. Otherwise,
146 const std::function<bool(CommonDebugInfoInstructions)>& expectation,
154 !expectation(CommonDebugInfoInstructions(debug_inst->word(4)))) {
164 expectation,
171 !expectation(
185 std::function<bool(CommonDebugInfoInstructions)> expectation =
189 if (DoesDebugInfoOperandMatchExpectation(_, expectation, inst, word_index))
230 std::function<bool(CommonDebugInfoInstructions)> expectation =
237 if (DoesDebugInfoOperandMatchExpectation(_, expectation, inst, word_index))
257 std::function<bool(NonSemanticShaderDebugInfo100Instructions)> expectation =
261 if (DoesDebugInfoOperandMatchExpectation(_, expectation, inst, word_index))
266 std::function<bool(CommonDebugInfoInstructions)> expectation =
276 if (DoesDebugInfoOperandMatchExpectation(_, expectation, inst, word_index))