Home
last modified time | relevance | path

Searched refs:spvOperandTypeStr (Results 1 – 15 of 15) sorted by relevance

/external/deqp-deps/SPIRV-Tools/test/
Doperand_test.cpp48 EXPECT_STREQ("unknown", spvOperandTypeStr(type)) in TEST()
50 << spvOperandTypeStr(type) << "'when it should not"; in TEST()
52 EXPECT_STRNE("unknown", spvOperandTypeStr(type)) in TEST()
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/
Doperand_test.cpp48 EXPECT_STREQ("unknown", spvOperandTypeStr(type)) in TEST()
50 << spvOperandTypeStr(type) << "'when it should not"; in TEST()
52 EXPECT_STRNE("unknown", spvOperandTypeStr(type)) in TEST()
/external/swiftshader/third_party/SPIRV-Tools/test/
Doperand_test.cpp48 EXPECT_STREQ("unknown", spvOperandTypeStr(type)) in TEST()
50 << spvOperandTypeStr(type) << "'when it should not"; in TEST()
52 EXPECT_STRNE("unknown", spvOperandTypeStr(type)) in TEST()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/
Dbinary.cpp166 << spvOperandTypeStr(type) << " operand at word offset " in exhaustedInputDiagnostic()
493 if (!word) return diagnostic() << spvOperandTypeStr(type) << " is 0"; in parseOperand()
523 << "Invalid " << spvOperandTypeStr(type) << ": " << word; in parseOperand()
685 << "Invalid " << spvOperandTypeStr(parsed_operand.type) in parseOperand()
696 << "Invalid " << spvOperandTypeStr(parsed_operand.type) in parseOperand()
740 << "Invalid " << spvOperandTypeStr(parsed_operand.type) in parseOperand()
Doperand.h58 const char* spvOperandTypeStr(spv_operand_type_t type);
Dtext.cpp285 return context->diagnostic() << "Invalid " << spvOperandTypeStr(type) in spvTextEncodeOperand()
421 << "Invalid " << spvOperandTypeStr(type) << " operand '" in spvTextEncodeOperand()
457 return context->diagnostic() << "Invalid " << spvOperandTypeStr(type) in spvTextEncodeOperand()
461 return context->diagnostic() << "Invalid " << spvOperandTypeStr(type) in spvTextEncodeOperand()
Doperand.cpp146 const char* spvOperandTypeStr(spv_operand_type_t type) { in spvOperandTypeStr() function
/external/swiftshader/third_party/SPIRV-Tools/source/
Dbinary.cpp166 << spvOperandTypeStr(type) << " operand at word offset " in exhaustedInputDiagnostic()
493 if (!word) return diagnostic() << spvOperandTypeStr(type) << " is 0"; in parseOperand()
523 << "Invalid " << spvOperandTypeStr(type) << ": " << word; in parseOperand()
679 << "Invalid " << spvOperandTypeStr(parsed_operand.type) in parseOperand()
715 << "Invalid " << spvOperandTypeStr(parsed_operand.type) in parseOperand()
Doperand.h58 const char* spvOperandTypeStr(spv_operand_type_t type);
Dtext.cpp285 return context->diagnostic() << "Invalid " << spvOperandTypeStr(type) in spvTextEncodeOperand()
409 << "Invalid " << spvOperandTypeStr(type) << " operand '" in spvTextEncodeOperand()
445 return context->diagnostic() << "Invalid " << spvOperandTypeStr(type) in spvTextEncodeOperand()
449 return context->diagnostic() << "Invalid " << spvOperandTypeStr(type) in spvTextEncodeOperand()
Doperand.cpp146 const char* spvOperandTypeStr(spv_operand_type_t type) { in spvOperandTypeStr() function
/external/deqp-deps/SPIRV-Tools/source/
Dbinary.cpp166 << spvOperandTypeStr(type) << " operand at word offset " in exhaustedInputDiagnostic()
493 if (!word) return diagnostic() << spvOperandTypeStr(type) << " is 0"; in parseOperand()
523 << "Invalid " << spvOperandTypeStr(type) << ": " << word; in parseOperand()
678 << "Invalid " << spvOperandTypeStr(parsed_operand.type) in parseOperand()
714 << "Invalid " << spvOperandTypeStr(parsed_operand.type) in parseOperand()
Doperand.h58 const char* spvOperandTypeStr(spv_operand_type_t type);
Dtext.cpp284 return context->diagnostic() << "Invalid " << spvOperandTypeStr(type) in spvTextEncodeOperand()
408 << "Invalid " << spvOperandTypeStr(type) << " operand '" in spvTextEncodeOperand()
444 return context->diagnostic() << "Invalid " << spvOperandTypeStr(type) in spvTextEncodeOperand()
448 return context->diagnostic() << "Invalid " << spvOperandTypeStr(type) in spvTextEncodeOperand()
Doperand.cpp146 const char* spvOperandTypeStr(spv_operand_type_t type) { in spvOperandTypeStr() function