Home
last modified time | relevance | path

Searched refs:IS_COMPUTE_PIPELINE (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c7740 #define IS_COMPUTE_PIPELINE(batch) (batch->name == IRIS_BATCH_COMPUTE) macro
7828 if (GFX_VER == 9 && IS_COMPUTE_PIPELINE(batch) && post_sync_flags) { in iris_emit_raw_pipe_control()
8015 if (IS_COMPUTE_PIPELINE(batch)) { in iris_emit_raw_pipe_control()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c8474 #define IS_COMPUTE_PIPELINE(batch) (batch->name == CROCUS_BATCH_COMPUTE) macro
8729 if (IS_COMPUTE_PIPELINE(batch)) {

Completed in 24 milliseconds