Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
Dquery9.c43 case D3DQUERYTYPE_TIMESTAMP: in d3dquerytype_to_pipe_query()
123 Type == D3DQUERYTYPE_TIMESTAMP || in NineQuery9_ctor()
186 This->type != D3DQUERYTYPE_TIMESTAMP) in NineQuery9_Issue()
235 if (This->type == D3DQUERYTYPE_TIMESTAMP && in NineQuery9_GetData()
259 case D3DQUERYTYPE_TIMESTAMP: in NineQuery9_GetData()
Dnine_dump.c153 case D3DQUERYTYPE_TIMESTAMP: return "TIMESTAMP"; in nine_D3DQUERYTYPE_to_str()
/third_party/mesa3d/include/D3D9/
Dd3d9types.h731 D3DQUERYTYPE_TIMESTAMP = 10, enumerator