Home | History | Annotate | Download | only in draw

Lines Matching refs:LLVMPointerType

86       LLVMArrayType(LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0),
161 elem_types[0] = LLVMPointerType(float_type, 0); /* vs_constants */
162 elem_types[1] = LLVMPointerType(float_type, 0); /* gs_constants */
163 elem_types[2] = LLVMPointerType(LLVMArrayType(LLVMArrayType(float_type, 4),
165 elem_types[3] = LLVMPointerType(float_type, 0); /* viewport */
205 elem_types[3] = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); /* vs_constants */
295 variant->context_ptr_type = LLVMPointerType(context_type, 0);
297 buffer_type = LLVMPointerType(LLVMIntTypeInContext(gallivm->context, 8), 0);
298 variant->buffer_ptr_type = LLVMPointerType(buffer_type, 0);
301 variant->vb_ptr_type = LLVMPointerType(vb_type, 0);
403 variant->vertex_header_ptr_type = LLVMPointerType(vertex_header, 0);
584 LLVMTypeRef data_ptr_type = LLVMPointerType(lp_build_vec_type(gallivm, lp_float32_vec4_type()), 0);
779 LLVMTypeRef clip_ptr_type = LLVMPointerType(LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4), 0);
1103 arg_types[3] = LLVMPointerType(int32_type, 0);/* fetch_elts * */