HomeSort by relevance Sort by last modified time
    Searched full:temps_array (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.h 379 LLVMValueRef temps_array; member in struct:lp_build_tgsi_soa_context
465 LLVMValueRef temps_array; member in struct:lp_build_tgsi_aos_context
lp_bld_tgsi_soa.c 395 return LLVMBuildGEP(builder, bld->temps_array, &lindex, 1, "");
748 LLVMValueRef temps_array; local
756 /* cast temps_array pointer to float* */
758 temps_array = LLVMBuildBitCast(builder, bld->temps_array,
762 res = build_gather(&bld_base->base, temps_array, index_vec);
1038 LLVMValueRef temps_array; local
    [all...]
lp_bld_tgsi_aos.c 420 bld->temps_array = lp_build_array_alloca(bld->bld_base.base.gallivm,
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 174 LLVMValueRef ptr = LLVMBuildGEP(builder, bld->temps_array, &array_index,
    [all...]

Completed in 252 milliseconds