Searched refs:dim_str (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/ |
| H A D | glX_proto_send.py | 551 dim_str = "dim" 553 dim_str = str(dim) 576 print(' gc->fillImage(gc, %s, %s, %s, %s, %s, %s, %s, %s, %s);' % (dim_str, width, height, depth, param.img_format, param.img_type, param.name, pcPtr, pixHeaderPtr)) 581 print('__glXSendLargeImage(gc, compsize, %s, %s, %s, %s, %s, %s, %s, %s, %s);' % (dim_str, width, height, depth, param.img_format, param.img_type, param.name, pcPtr, pixHeaderPtr))
|
| /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/ |
| H A D | glX_proto_send.py | 547 dim_str = "dim" 549 dim_str = str(dim) 572 print(' __glFillImage(gc, %s, %s, %s, %s, %s, %s, %s, %s, %s);' % (dim_str, width, height, depth, param.img_format, param.img_type, param.name, pcPtr, pixHeaderPtr)) 577 print('__glXSendLargeImage(gc, compsize, %s, %s, %s, %s, %s, %s, %s, %s, %s);' % (dim_str, width, height, depth, param.img_format, param.img_type, param.name, pcPtr, pixHeaderPtr))
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_blitter.c | 414 const char *type_str, *dim_str; local in function:pan_blitter_get_blit_shader 426 case MALI_TEXTURE_DIMENSION_CUBE: dim_str = "cube"; break; 427 case MALI_TEXTURE_DIMENSION_1D: dim_str = "1D"; break; 428 case MALI_TEXTURE_DIMENSION_2D: dim_str = "2D"; break; 429 case MALI_TEXTURE_DIMENSION_3D: dim_str = "3D"; break; 445 type_str, dim_str,
|
Completed in 11 milliseconds