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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_llvm.c 584 LLVMTypeRef data_ptr_type = LLVMPointerType(lp_build_vec_type(gallivm, lp_float32_vec4_type()), 0); local
598 data_ptr = LLVMBuildPointerCast(builder, data_ptr, data_ptr_type, "");
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 584 LLVMTypeRef data_ptr_type = LLVMPointerType(lp_build_vec_type(gallivm, lp_float32_vec4_type()), 0); local
598 data_ptr = LLVMBuildPointerCast(builder, data_ptr, data_ptr_type, "");
    [all...]

Completed in 26 milliseconds