Searched refs:i1false (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_tgsi_mem.c | 288 LLVMValueRef i1false = LLVMConstInt(ctx->i1, 0, 0); in image_append_args() local 290 LLVMValueRef r128 = i1false; in image_append_args() 291 LLVMValueRef da = tgsi_is_array_image(target) ? i1true : i1false; in image_append_args() 295 i1true : i1false; in image_append_args() 296 LLVMValueRef slc = i1false; in image_append_args() 297 LLVMValueRef lwe = i1false; in image_append_args() 333 LLVMValueRef i1false = LLVMConstInt(ctx->i1, 0, 0); in buffer_append_args() local 343 i1true : i1false; /* glc */ in buffer_append_args() 345 emit_data->args[emit_data->arg_count++] = i1false; /* slc */ in buffer_append_args()
|
/external/mesa3d/src/amd/common/ |
D | ac_llvm_build.c | 96 ctx->i1false = LLVMConstInt(ctx->i1, 0, false); in ac_llvm_context_init() 1021 ctx->i1false, /* glc */ in ac_build_buffer_load_format() 1022 ctx->i1false, /* slc */ in ac_build_buffer_load_format() 1371 args[num_args++] = ctx->i1false; /* glc */ in ac_build_image_opcode() 1372 args[num_args++] = ctx->i1false; /* slc */ in ac_build_image_opcode() 1373 args[num_args++] = ctx->i1false; /* lwe */ in ac_build_image_opcode()
|
D | ac_nir_to_llvm.c | 2501 params[4] = ctx->ac.i1false; /* glc */ in visit_store_ssbo() 2502 params[5] = ctx->ac.i1false; /* slc */ in visit_store_ssbo() 2647 ctx->ac.i1false, in visit_load_buffer() 2648 ctx->ac.i1false, in visit_load_buffer() 3657 params[3] = ctx->ac.i1false; /* glc */ in visit_image_load() 3658 params[4] = ctx->ac.i1false; /* slc */ in visit_image_load() 3670 LLVMValueRef da = is_da ? ctx->ac.i1true : ctx->ac.i1false; in visit_image_load() 3671 LLVMValueRef glc = ctx->ac.i1false; in visit_image_load() 3672 LLVMValueRef slc = ctx->ac.i1false; in visit_image_load() 3678 params[3] = ctx->ac.i1false; /* r128 */ in visit_image_load() [all …]
|
D | ac_llvm_build.h | 73 LLVMValueRef i1false; member
|