Searched refs:context_ptr_type (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.h679 LLVMTypeRef context_ptr_type; member in struct:draw_llvm_variant
703 LLVMTypeRef context_ptr_type; member in struct:draw_gs_llvm_variant
728 LLVMTypeRef context_ptr_type; member in struct:draw_tcs_llvm_variant
753 LLVMTypeRef context_ptr_type; member in struct:draw_tes_llvm_variant
H A Ddraw_llvm.c735 variant->context_ptr_type = LLVMPointerType(context_type, 0);
748 if (!variant->context_ptr_type)
750 return variant->context_ptr_type;
2718 var->context_ptr_type = LLVMPointerType(context_type, 0);
2726 if (!variant->context_ptr_type)
2728 return variant->context_ptr_type;
3106 var->context_ptr_type = LLVMPointerType(context_type, 0);
3112 if (!variant->context_ptr_type)
3114 return variant->context_ptr_type;
3762 var->context_ptr_type
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.h377 LLVMTypeRef context_ptr_type; member in struct:draw_llvm_variant
401 LLVMTypeRef context_ptr_type; member in struct:draw_gs_llvm_variant
H A Ddraw_llvm.c443 variant->context_ptr_type = LLVMPointerType(context_type, 0);
456 if (!variant->context_ptr_type)
458 return variant->context_ptr_type;
2190 var->context_ptr_type = LLVMPointerType(context_type, 0);
2198 if (!variant->context_ptr_type)
2200 return variant->context_ptr_type;

Completed in 14 milliseconds