Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_batch.c224 #define SET_CREATE_OR_FAIL(ptr) \ in create_batch_state() macro
231 SET_CREATE_OR_FAIL(bs->resources); in create_batch_state()
232 SET_CREATE_OR_FAIL(bs->surfaces); in create_batch_state()
233 SET_CREATE_OR_FAIL(bs->bufferviews); in create_batch_state()
234 SET_CREATE_OR_FAIL(bs->programs); in create_batch_state()
235 SET_CREATE_OR_FAIL(bs->active_queries); in create_batch_state()