Searched refs:util_check_caps (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_caps.h | 67 boolean util_check_caps(struct pipe_screen *screen, const unsigned *list);
|
D | u_caps.c | 103 util_check_caps(struct pipe_screen *screen, const unsigned *list) in util_check_caps() function
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
D | u_caps.h | 67 boolean util_check_caps(struct pipe_screen *screen, const unsigned *list);
|
D | u_caps.c | 103 util_check_caps(struct pipe_screen *screen, const unsigned *list) in util_check_caps() function
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
D | d3d11_screen.h | 131 if(!util_check_caps(screen, caps_dx_9_1)) in GalliumD3D11ScreenImpl() 133 else if(!util_check_caps(screen, caps_dx_9_2)) in GalliumD3D11ScreenImpl() 135 else if(!util_check_caps(screen, caps_dx_9_3)) in GalliumD3D11ScreenImpl() 137 else if(!util_check_caps(screen, caps_dx_10_0)) in GalliumD3D11ScreenImpl()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/ |
D | d3d11_screen.h | 131 if(!util_check_caps(screen, caps_dx_9_1)) in GalliumD3D11ScreenImpl() 133 else if(!util_check_caps(screen, caps_dx_9_2)) in GalliumD3D11ScreenImpl() 135 else if(!util_check_caps(screen, caps_dx_9_3)) in GalliumD3D11ScreenImpl() 137 else if(!util_check_caps(screen, caps_dx_10_0)) in GalliumD3D11ScreenImpl()
|