Searched refs:clip_ptrs (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1028 LLVMValueRef clip_ptrs[LP_MAX_VECTOR_WIDTH / 32]; local in function:store_clip
1048 clip_ptrs[i] = draw_jit_header_clip_pos(gallivm, io_ptrs[i]);
1062 clip_ptr = LLVMBuildGEP(builder, clip_ptrs[j], indices, 2, "clipo");
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1400 LLVMValueRef clip_ptrs[LP_MAX_VECTOR_WIDTH / 32]; local in function:store_clip
1420 clip_ptrs[i] = draw_jit_header_clip_pos(gallivm, io_ptrs[i]);
1434 clip_ptr = LLVMBuildGEP(builder, clip_ptrs[j], indices, 2, "clipo");

Completed in 33 milliseconds