Searched refs:vb_type (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_llvm.c | 353 LLVMTypeRef vb_type; local in function:create_jit_vertex_buffer_type 360 vb_type = LLVMStructTypeInContext(gallivm->context, elem_types, 365 target, vb_type, 0); 367 target, vb_type, 1); 369 target, vb_type, 2); 371 target, vb_type, 3); 373 LP_CHECK_STRUCT_SIZE(struct pipe_vertex_buffer, target, vb_type); 375 return vb_type; 436 vb_type; local in function:create_jit_types 448 vb_type [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_llvm.c | 479 LLVMTypeRef vb_type; local in function:create_jit_vertex_buffer_type 486 vb_type = LLVMStructTypeInContext(gallivm->context, elem_types, 491 target, vb_type, 0); 493 target, vb_type, 1); 495 target, vb_type, 2); 497 target, vb_type, 3); 499 LP_CHECK_STRUCT_SIZE(struct pipe_vertex_buffer, target, vb_type); 501 return vb_type; 726 vb_type, image_type; local in function:create_jit_types 740 vb_type [all...] |
Completed in 8 milliseconds