Home | History | Annotate | Download | only in draw

Lines Matching full:indices

506    LLVMValueRef indices =
510 &indices, 1, "");
533 /* lp_build_printf(gallivm, "vbuf index = %d, stride is %d\n", indices, stride);*/
587 LLVMValueRef indices[3];
589 indices[0] = lp_build_const_int32(gallivm, 0);
590 indices[1] = index;
591 indices[2] = lp_build_const_int32(gallivm, 0);
597 data_ptr = LLVMBuildGEP(builder, data_ptr, indices, 3, "");
741 LLVMValueRef indices[2];
747 indices[0] =
748 indices[1] = lp_build_const_int32(gallivm, 0);
782 clip_ptr = LLVMBuildGEP(builder, clip_ptrs[j], indices, 2, "clipo");
963 LLVMValueRef indices[3];
988 indices[0] = lp_build_const_int32(gallivm, 0);
989 indices[1] = lp_build_const_int32(gallivm, plane_idx);
991 indices[2] = lp_build_const_int32(gallivm, 0);
992 plane_ptr = LLVMBuildGEP(builder, planes_ptr, indices, 3, "");
997 indices[2] = lp_build_const_int32(gallivm, 1);
998 plane_ptr = LLVMBuildGEP(builder, planes_ptr, indices, 3, "");
1004 indices[2] = lp_build_const_int32(gallivm, 2);
1005 plane_ptr = LLVMBuildGEP(builder, planes_ptr, indices, 3, "");
1011 indices[2] = lp_build_const_int32(gallivm, 3);
1012 plane_ptr = LLVMBuildGEP(builder, planes_ptr, indices, 3, "");