Searched refs:use_format (Results 1 – 3 of 3) sorted by relevance
/external/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]
|
/external/mesa3d/src/amd/llvm/ |
D | ac_llvm_util.h | 145 static inline bool ac_has_vec3_support(enum chip_class chip, bool use_format) in ac_has_vec3_support() argument 147 if (chip == GFX6 && !use_format) { in ac_has_vec3_support()
|
D | ac_llvm_build.c | 1071 unsigned cache_policy, bool use_format, bool structurized) in ac_build_buffer_store_common() argument 1087 if (use_format) { in ac_build_buffer_store_common() 1157 bool can_speculate, bool use_format, in ac_build_buffer_load_common() argument 1169 !ac_has_vec3_support(ctx->chip_class, use_format) && num_channels == 3 ? 4 : num_channels; in ac_build_buffer_load_common() 1174 assert(!use_format || (channel_type != ctx->f16 && channel_type != ctx->i16) || in ac_build_buffer_load_common() 1180 if (use_format) { in ac_build_buffer_load_common()
|