HomeSort by relevance Sort by last modified time
    Searched full:context_ptr_type (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.h 377 LLVMTypeRef context_ptr_type; member in struct:draw_llvm_variant
401 LLVMTypeRef context_ptr_type; member in struct:draw_gs_llvm_variant
draw_llvm.c 439 variant->context_ptr_type = LLVMPointerType(context_type, 0);
452 if (!variant->context_ptr_type)
454 return variant->context_ptr_type;
    [all...]

Completed in 391 milliseconds