Searched refs:has_flag (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/clover/llvm/ |
D | invocation.cpp | 405 if (has_flag(debug::clc)) in compile_program() 414 if (has_flag(debug::llvm)) in compile_program() 489 if (has_flag(debug::llvm)) in link_program() 496 if (has_flag(debug::native)) in link_program() 513 if (has_flag(debug::clc)) in compile_to_spirv() 525 if (has_flag(debug::llvm)) in compile_to_spirv() 544 if (has_flag(debug::spirv)) in compile_to_spirv()
|
D | util.hpp | 65 has_flag(flag f) { in has_flag() function
|
/third_party/vulkan-loader/tests/ |
D | loader_unknown_ext_tests.cpp | 37 bool has_flag(std::vector<TestConfig> const& flags, TestConfig config) { in has_flag() function 697 if (has_flag(flags, TestConfig::add_layer_interception)) { in unknown_function_test_impl() 705 …if (has_flag(flags, TestConfig::add_layer_implementation) || has_flag(flags, TestConfig::add_layer… in unknown_function_test_impl() 713 …if (has_flag(flags, TestConfig::add_layer_implementation) && has_flag(flags, TestConfig::add_layer… in unknown_function_test_impl() 719 } else if (has_flag(flags, TestConfig::add_layer_implementation)) { in unknown_function_test_impl() 722 } else if (has_flag(flags, TestConfig::add_layer_interception)) { in unknown_function_test_impl() 735 …if (has_flag(flags, TestConfig::add_layer_implementation) && has_flag(flags, TestConfig::add_layer… in unknown_function_test_impl() 740 } else if (has_flag(flags, TestConfig::add_layer_interception)) { in unknown_function_test_impl()
|
/third_party/node/deps/v8/tools/testrunner/objects/ |
D | testcase.py | 201 def has_flag(conflicting_flag, flags): function 211 if has_flag(incompatible_flag, actual_flags): 249 if has_flag(extra_flag, extra_flags):
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_shader.h | 233 bool has_flag(Flags f) const {return m_flags.test(f);} in has_flag() function
|
D | sfn_instr_alu.cpp | 1333 if (!shader.has_flag(Shader::sh_legacy_math_rules)) in from_nir() 1391 if (!shader.has_flag(Shader::sh_legacy_math_rules)) in from_nir() 2109 auto op = unlikely(shader.has_flag(Shader::sh_legacy_math_rules)) ? in emit_dot() 2142 auto op = unlikely(shader.has_flag(Shader::sh_legacy_math_rules)) ? in emit_fdph()
|
D | sfn_nir.cpp | 831 pipeshader->selector->info.writes_memory = shader->has_flag(r600::Shader::sh_writes_memory); in r600_shader_from_nir()
|
/third_party/mesa3d/src/gallium/frontends/clover/spirv/ |
D | invocation.cpp | 876 if (has_flag(llvm::debug::spirv)) in link_program()
|