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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c962 LLVMValueRef planes_ptr = draw_jit_context_planes(gallivm, context_ptr); local
992 plane_ptr = LLVMBuildGEP(builder, planes_ptr, indices, 3, "");
998 plane_ptr = LLVMBuildGEP(builder, planes_ptr, indices, 3, "");
1005 plane_ptr = LLVMBuildGEP(builder, planes_ptr, indices, 3, "");
1012 plane_ptr = LLVMBuildGEP(builder, planes_ptr, indices, 3, "");
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c962 LLVMValueRef planes_ptr = draw_jit_context_planes(gallivm, context_ptr); local
992 plane_ptr = LLVMBuildGEP(builder, planes_ptr, indices, 3, "");
998 plane_ptr = LLVMBuildGEP(builder, planes_ptr, indices, 3, "");
1005 plane_ptr = LLVMBuildGEP(builder, planes_ptr, indices, 3, "");
1012 plane_ptr = LLVMBuildGEP(builder, planes_ptr, indices, 3, "");

Completed in 120 milliseconds