Searched refs:get_bool_cap (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_screen.c | 138 get_bool_cap(struct svga_winsys_screen *sws, SVGA3dDevCapIndex cap, function in typeref:typename:boolean 1025 = get_bool_cap(sws, SVGA3D_DEVCAP_DX_PROVOKING_VERTEX, FALSE); 1032 if (get_bool_cap(sws, SVGA3D_DEVCAP_MULTISAMPLE_2X, FALSE)) 1034 if (get_bool_cap(sws, SVGA3D_DEVCAP_MULTISAMPLE_4X, FALSE)) 1039 if (get_bool_cap(sws, SVGA3D_DEVCAP_MULTISAMPLE_8X, FALSE)) 1050 get_bool_cap(sws, SVGA3D_DEVCAP_LOGIC_BLENDOPS, FALSE); 1071 get_bool_cap(sws, SVGA3D_DEVCAP_LINE_AA, FALSE); 1096 get_bool_cap(sws, SVGA3D_DEVCAP_LINE_STIPPLE, FALSE);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_screen.c | 134 get_bool_cap(struct svga_winsys_screen *sws, SVGA3dDevCapIndex cap, function in typeref:typename:boolean 1068 = get_bool_cap(sws, SVGA3D_DEVCAP_DX_PROVOKING_VERTEX, FALSE); 1075 if (get_bool_cap(sws, SVGA3D_DEVCAP_MULTISAMPLE_2X, FALSE)) 1077 if (get_bool_cap(sws, SVGA3D_DEVCAP_MULTISAMPLE_4X, FALSE)) 1103 get_bool_cap(sws, SVGA3D_DEVCAP_LINE_AA, FALSE); 1125 get_bool_cap(sws, SVGA3D_DEVCAP_LINE_STIPPLE, FALSE);
|
Completed in 3 milliseconds