Searched refs:GET_PCAP (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Ddevice9.c122 #define GET_PCAP(n) pScreen->get_param(pScreen, PIPE_CAP_##n) macro
282 if (!GET_PCAP(BUFFER_MAP_PERSISTENT_COHERENT))
486 This->driver_caps.user_vbufs = GET_PCAP(USER_VERTEX_BUFFERS) && !This->csmt_active;
489 This->driver_caps.window_space_position_support = GET_PCAP(TGSI_VS_WINDOW_SPACE_POSITION);
492 This->driver_caps.offset_units_unscaled = GET_PCAP(POLYGON_OFFSET_UNITS_UNSCALED);
518 #undef GET_PCAP
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Ddevice9.c171 #define GET_PCAP(n) pScreen->get_param(pScreen, PIPE_CAP_##n) macro
350 if (!GET_PCAP(BUFFER_MAP_PERSISTENT_COHERENT))
559 This->driver_caps.window_space_position_support = GET_PCAP(TGSI_VS_WINDOW_SPACE_POSITION);
562 This->driver_caps.offset_units_unscaled = GET_PCAP(POLYGON_OFFSET_UNITS_UNSCALED);
592 #undef GET_PCAP

Completed in 12 milliseconds