HomeSort by relevance Sort by last modified time
    Searched refs:xoffset_store (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_interp.h 103 LLVMValueRef xoffset_store; member in struct:lp_build_interp_soa_context
lp_bld_interp.c 258 ptr = LLVMBuildGEP(builder, bld->xoffset_store, &loop_iter, 1, "");
761 bld->xoffset_store = lp_build_array_alloca(gallivm,
772 ptr = LLVMBuildGEP(builder, bld->xoffset_store, &index, 1, "");

Completed in 60 milliseconds