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

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_interp.h 104 LLVMValueRef yoffset_store; member in struct:lp_build_interp_soa_context
lp_bld_interp.c 260 ptr = LLVMBuildGEP(builder, bld->yoffset_store, &loop_iter, 1, "");
765 bld->yoffset_store = lp_build_array_alloca(gallivm,
774 ptr = LLVMBuildGEP(builder, bld->yoffset_store, &index, 1, "");

Completed in 864 milliseconds