Searched refs:use_format (Results 1 - 3 of 3) sorted by relevance
/third_party/googletest/googletest/scripts/ |
H A D | gen_gtest_pred_impl.py | 573 def GenTest(use_format, use_assert, expect_failure, 578 use_format: true if and only if the assertion is a *_PRED_FORMAT*. 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/ |
H A 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()
|
H A D | ac_llvm_build.c | 1205 unsigned cache_policy, bool use_format) in ac_build_buffer_store_common() 1221 if (use_format) { in ac_build_buffer_store_common() 1269 bool can_speculate, bool use_format, in ac_build_buffer_load_common() 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() 1202 ac_build_buffer_store_common(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef data, LLVMValueRef vindex, LLVMValueRef voffset, LLVMValueRef soffset, unsigned cache_policy, bool use_format) ac_build_buffer_store_common() argument 1265 ac_build_buffer_load_common(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef vindex, LLVMValueRef voffset, LLVMValueRef soffset, unsigned num_channels, LLVMTypeRef channel_type, unsigned cache_policy, bool can_speculate, bool use_format, bool structurized) ac_build_buffer_load_common() argument
|
Completed in 13 milliseconds