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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1256 LLVMValueRef planes_ptr = draw_jit_context_planes(gallivm, context_ptr); local in function:generate_clipmask
1289 plane_ptr = LLVMBuildGEP(builder, planes_ptr, indices, 3, "");
1295 plane_ptr = LLVMBuildGEP(builder, planes_ptr, indices, 3, "");
1301 plane_ptr = LLVMBuildGEP(builder, planes_ptr, indices, 3, "");
1307 plane_ptr = LLVMBuildGEP(builder, planes_ptr, indices, 3, "");
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1628 LLVMValueRef planes_ptr = draw_jit_context_planes(gallivm, context_ptr); local in function:generate_clipmask
1661 plane_ptr = LLVMBuildGEP(builder, planes_ptr, indices, 3, "");
1667 plane_ptr = LLVMBuildGEP(builder, planes_ptr, indices, 3, "");
1673 plane_ptr = LLVMBuildGEP(builder, planes_ptr, indices, 3, "");
1679 plane_ptr = LLVMBuildGEP(builder, planes_ptr, indices, 3, "");

Completed in 14 milliseconds