Searched refs:idata (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/svgadump/ |
| H A D | svga_shader_dump.c | 271 static void dump_idata( struct sh_idata idata ) argument 273 _debug_printf( "%d, %d, %d, %d", idata.xyzw[0], idata.xyzw[1], idata.xyzw[2], idata.xyzw[3] ); 638 dump_idata( defi.idata );
|
| H A D | svga_shader.h | 93 struct sh_idata idata; member in struct:sh_defi
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/svgadump/ |
| H A D | svga_shader_dump.c | 271 static void dump_idata( struct sh_idata idata ) argument 273 _debug_printf( "%d, %d, %d, %d", idata.xyzw[0], idata.xyzw[1], idata.xyzw[2], idata.xyzw[3] ); 638 dump_idata( defi.idata );
|
| H A D | svga_shader.h | 93 struct sh_idata idata; member in struct:sh_defi
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/ |
| H A D | glut_shapes.c | 489 static GLfloat idata[12][3] = variable in typeref:typename:GLfloat[12][3] 535 drawtriangle(i, idata, index, shadeType);
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glut_shapes.c | 489 static GLfloat idata[12][3] = variable in typeref:typename:GLfloat[12][3] 535 drawtriangle(i, idata, index, shadeType);
|
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/ |
| H A D | platform_x11.c | 197 uint8_t *idata = xcb_get_image_data(reply); local in function:swrastGetImage 198 memcpy(data, idata, bytes);
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/ |
| H A D | platform_x11.c | 198 uint8_t *idata = xcb_get_image_data(reply); local in function:swrastGetImage 199 memcpy(data, idata, bytes);
|
Completed in 10 milliseconds