Lines Matching refs:target
26 std::ostream& operator<<(std::ostream& stream, spv_target_env target) {
27 switch (target) {
33 return stream << (unsigned)target;
4003 const spv_target_env target = std::get<3>(GetParam());
4005 ASSERT_TRUE(target == SPV_ENV_UNIVERSAL_1_3 ||
4006 target == SPV_ENV_UNIVERSAL_1_4);
4073 CompileSuccessfully(generator.Build(), target);
4074 spv_result_t result = ValidateInstructions(target);
4075 if (target < SPV_ENV_UNIVERSAL_1_4 &&
4081 } else if (buffer_block && target > SPV_ENV_UNIVERSAL_1_3) {