Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Ddevice9.c122 #define GET_PCAP(n) pScreen->get_param(pScreen, PIPE_CAP_##n) macro
280 if (!GET_PCAP(BUFFER_MAP_PERSISTENT_COHERENT)) in NineDevice9_ctor()
475 This->driver_caps.user_vbufs = GET_PCAP(USER_VERTEX_BUFFERS) && !This->csmt_active; in NineDevice9_ctor()
476 This->driver_caps.user_ibufs = GET_PCAP(USER_INDEX_BUFFERS) && !This->csmt_active; in NineDevice9_ctor()
477 This->driver_caps.user_cbufs = GET_PCAP(USER_CONSTANT_BUFFERS); in NineDevice9_ctor()
497 This->constbuf_alignment = GET_PCAP(CONSTANT_BUFFER_OFFSET_ALIGNMENT); in NineDevice9_ctor()
505 This->driver_caps.window_space_position_support = GET_PCAP(TGSI_VS_WINDOW_SPACE_POSITION); in NineDevice9_ctor()
508 This->driver_caps.offset_units_unscaled = GET_PCAP(POLYGON_OFFSET_UNITS_UNSCALED); in NineDevice9_ctor()
529 #undef GET_PCAP