Lines Matching defs:result
199 std::ostringstream result;
211 result.write(msg + next, open_quote - next);
214 result << '\'';
229 result.write(msg + open_quote, open_bracket - open_quote + 1);
230 result << '%';
231 result.write(msg + open_quote + 1, open_bracket - open_quote - 1);
232 result << "]'";
238 return result.str();
1754 // Invalid: result type is float.
2711 %result = OpLoad %f32 %varptr
2730 %result = OpLoad %f32 %varptr
2756 %result = OpLoad %f32 %varptr
2767 // Without the VariablePointers Capability, OpPhi can have a pointer result
2780 %result = OpLoad %f32 %varptr
2803 %result = OpLoad %f32 %varptr
3867 // Invalid. The result type of an access chain instruction must be a pointer.
3936 "The result pointer storage class and base pointer storage class in " +
3996 HasSubstr("result type (OpTypeMatrix) does not match the type that "
4176 // Invalid: Indexing up to a vec4 granularity, but result type expected float.
4189 " result type (OpTypeFloat) does not match "
4326 // Invalid: The result type and the type indexed into do not match.
4339 " result type (OpTypeMatrix) does not match "
4434 HasSubstr(make_message("Invalid use of function result id '3[%3]'.")));
4585 // Valid: OpSampledImage result <id> is used in the same block by
4597 // Invalid: OpSampledImage result <id> is defined in one block and used in a
4618 // Invalid: OpSampledImage result <id> is used by OpSelect
4637 "appear as operands of OpSelect. Found result <id> "
5197 "OpPhi's result type <id> '2[%bool]' does not match "
5934 "Invalid use of function type result id '2[%2]'.")));