Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c624 LLVMTypeRef ivtype = LLVMPointerType(LLVMInt32TypeInContext(gallivm->context), 0); in emit_fetch_constant() local
626 temp_ptr = LLVMBuildBitCast(builder, scalar_ptr, ivtype, ""); in emit_fetch_constant()
1073 LLVMTypeRef ivtype = LLVMPointerType(itype, 0); in emit_store_chan() local
1078 temp_ptr = LLVMBuildBitCast(builder, tint_ptr, ivtype, ""); in emit_store_chan()