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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_llvm.c 200 LLVMTypeRef vb_type; local
207 vb_type = LLVMStructTypeInContext(gallivm->context, elem_types,
210 LLVMAddTypeName(gallivm->module, struct_name, vb_type);
212 LLVMInvalidateStructLayout(gallivm->target, vb_type);
216 target, vb_type, 0);
218 target, vb_type, 1);
220 LP_CHECK_STRUCT_SIZE(struct pipe_vertex_buffer, target, vb_type);
222 return vb_type;
290 LLVMTypeRef texture_type, context_type, buffer_type, vb_type; local
300 vb_type = create_jit_vertex_buffer_type(gallivm, "pipe_vertex_buffer")
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 200 LLVMTypeRef vb_type; local
207 vb_type = LLVMStructTypeInContext(gallivm->context, elem_types,
210 LLVMAddTypeName(gallivm->module, struct_name, vb_type);
212 LLVMInvalidateStructLayout(gallivm->target, vb_type);
216 target, vb_type, 0);
218 target, vb_type, 1);
220 LP_CHECK_STRUCT_SIZE(struct pipe_vertex_buffer, target, vb_type);
222 return vb_type;
290 LLVMTypeRef texture_type, context_type, buffer_type, vb_type; local
300 vb_type = create_jit_vertex_buffer_type(gallivm, "pipe_vertex_buffer")
    [all...]

Completed in 730 milliseconds