Searched refs:bind_stages (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_resource.h84 unsigned bind_stages; member in struct:iris_resource
H A Diris_state.c2735 res->bind_stages |= 1 << stage;
2851 view->res->bind_stages |= 1 << stage;
3258 res->bind_stages |= 1 << stage;
3400 res->bind_stages |= 1 << stage;
7307 if (!(res->bind_stages & (1 << s)))
H A Diris_resource.c2493 const uint64_t stages = res->bind_stages;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_resource.h115 unsigned bind_stages; member in struct:crocus_resource
H A Dcrocus_resource.c1807 stage_dirty |= ((uint64_t)res->bind_stages) << CROCUS_SHIFT_FOR_STAGE_DIRTY_CONSTANTS;
H A Dcrocus_state.c3073 res->bind_stages |= 1 << stage;
3170 view->res->bind_stages |= 1 << stage;
3514 res->bind_stages |= 1 << stage;
3634 res->bind_stages |= 1 << stage;
8370 if (!(res->bind_stages & (1 << s)))
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.3.0.rst3138 - zink: use bind_stages for pipeline barrier generation
3141 - zink: remove bind_stages and bind_history from zink_resource

Completed in 37 milliseconds