Searched refs:has_flag (Results 1 – 9 of 9) 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/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()
|
/third_party/chromium/patch/ |
D | 0004-ohos-3.2-Beta5.patch | 32180 - const bool allow_interrupt = !message.has_flag(Message::kFlagNoInterrupt); 32183 + !message.has_flag(Message::kFlagNoInterrupt); 32204 const bool is_sync = message->has_flag(Message::kFlagIsSync); 32205 - const bool exclusive_wait = message->has_flag(Message::kFlagNoInterrupt); 32207 + message->has_flag(Message::kFlagNoInterrupt) || 32289 if (message->has_flag(Message::kFlagIsSync)) { 32290 + if (!message->has_flag(Message::kFlagIsResponse) &&
|
D | 0003-ohos-1115.patch | 55078 const bool is_sync = message->has_flag(Message::kFlagIsSync); 55079 const bool exclusive_wait = message->has_flag(Message::kFlagNoInterrupt);
|