Searched refs:use_format (Results 1 – 3 of 3) sorted by relevance
/third_party/googletest/googletest/scripts/ |
D | gen_gtest_pred_impl.py | 573 def GenTest(use_format, use_assert, expect_failure, argument 600 if use_format: 614 if not use_format: 691 tests += ''.join([GenTest(use_format, use_assert, expect_failure, 693 for use_format in [0, 1]
|
/third_party/mesa3d/src/amd/llvm/ |
D | ac_llvm_util.h | 134 static inline bool ac_has_vec3_support(enum amd_gfx_level chip, bool use_format) in ac_has_vec3_support() argument 137 return chip != GFX6 || use_format; in ac_has_vec3_support()
|
D | ac_llvm_build.c | 1205 unsigned cache_policy, bool use_format) in ac_build_buffer_store_common() argument 1221 if (use_format) { in ac_build_buffer_store_common() 1269 bool can_speculate, bool use_format, in ac_build_buffer_load_common() argument 1281 !ac_has_vec3_support(ctx->gfx_level, use_format) && num_channels == 3 ? 4 : num_channels; in ac_build_buffer_load_common() 1286 assert(!use_format || (channel_type != ctx->f16 && channel_type != ctx->i16) || in ac_build_buffer_load_common() 1292 if (use_format) { in ac_build_buffer_load_common()
|