Searched refs:r600_query (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_query.h | 39 struct r600_query; 121 void (*destroy)(struct r600_common_screen *, struct r600_query *); 122 bool (*begin)(struct r600_common_context *, struct r600_query *); 123 bool (*end)(struct r600_common_context *, struct r600_query *); 125 struct r600_query *, bool wait, 128 struct r600_query *, bool wait, 135 struct r600_query { struct 178 struct r600_query b; 199 struct r600_query *rquery); 201 struct r600_query *rquery); [all …]
|
D | r600_query.c | 45 struct r600_query b; 58 struct r600_query *rquery) in r600_query_sw_destroy() 93 struct r600_query *rquery) in r600_query_sw_begin() 243 struct r600_query *rquery) in r600_query_sw_end() 395 struct r600_query *rquery, in r600_query_sw_get_result() 483 struct r600_query *rquery) in r600_query_hw_destroy() 562 struct r600_query *rquery, 992 struct r600_query *rquery = (struct r600_query *)query; in r600_destroy_query() 1001 struct r600_query *rquery = (struct r600_query *)query; in r600_begin_query() 1034 struct r600_query *rquery) in r600_query_hw_begin() [all …]
|
D | Makefile.sources | 44 r600_query.c \ 45 r600_query.h \
|
D | meson.build | 63 'r600_query.c', 64 'r600_query.h',
|
D | r600_perfcounter.c | 103 struct r600_query *rquery) in r600_pc_query_destroy()
|
/external/mesa3d/docs/relnotes/ |
D | 10.2.8.rst | 41 r600_query.c:269:r600_emit_query_end: Assertion
|
D | 10.4.rst | 171 r600_query.c:269:r600_emit_query_end: Assertion
|
D | 10.3.rst | 356 r600_query.c:269:r600_emit_query_end: Assertion
|