Home
last modified time | relevance | path

Searched refs:util_check_caps (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_caps.h67 boolean util_check_caps(struct pipe_screen *screen, const unsigned *list);
Du_caps.c103 util_check_caps(struct pipe_screen *screen, const unsigned *list) in util_check_caps() function
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_screen.h131 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()