Searched refs:fptr_type (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_soa.c | 1319 LLVMTypeRef fptr_type; in emit_fetch_immediate() local 1322 fptr_type = LLVMPointerType(LLVMFloatTypeInContext(gallivm->context), 0); in emit_fetch_immediate() 1323 imms_array = LLVMBuildBitCast(builder, bld->imms_array, fptr_type, ""); in emit_fetch_immediate() 1401 LLVMTypeRef fptr_type; in emit_fetch_input() local 1419 fptr_type = LLVMPointerType(LLVMFloatTypeInContext(gallivm->context), 0); in emit_fetch_input() 1420 inputs_array = LLVMBuildBitCast(builder, bld->inputs_array, fptr_type, ""); in emit_fetch_input() 1552 LLVMTypeRef fptr_type; in emit_fetch_temporary() local 1571 fptr_type = LLVMPointerType(LLVMFloatTypeInContext(gallivm->context), 0); in emit_fetch_temporary() 1572 temps_array = LLVMBuildBitCast(builder, bld->temps_array, fptr_type, ""); in emit_fetch_temporary() 1795 LLVMTypeRef fptr_type; in emit_store_chan() local [all …]
|