Searched defs:vb_type (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c200 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
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c200 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
[all...]

Completed in 80 milliseconds