Home
last modified time | relevance | path

Searched refs:i1true (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/amd/common/
Dac_llvm_build.h72 LLVMValueRef i1true; member
Dac_llvm_build.c97 ctx->i1true = LLVMConstInt(ctx->i1, 1, false); in ac_llvm_context_init()
1241 ctx->i1true, in ac_build_umsb()
Dac_nir_to_llvm.c3670 LLVMValueRef da = is_da ? ctx->ac.i1true : ctx->ac.i1false; in visit_image_load()
3712 glc = ctx->ac.i1true; in visit_image_store()
3730 LLVMValueRef da = is_da ? ctx->ac.i1true : ctx->ac.i1false; in visit_image_store()
3828 params[param_count++] = da ? ctx->ac.i1true : ctx->ac.i1false; /* da */ in visit_image_atomic()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_mem.c289 LLVMValueRef i1true = LLVMConstInt(ctx->i1, 1, 0); in image_append_args() local
291 LLVMValueRef da = tgsi_is_array_image(target) ? i1true : i1false; in image_append_args()
295 i1true : i1false; in image_append_args()
334 LLVMValueRef i1true = LLVMConstInt(ctx->i1, 1, 0); in buffer_append_args() local
343 i1true : i1false; /* glc */ in buffer_append_args()