Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
DgenX_pipe_control.c62 #define IS_COMPUTE_PIPELINE(brw) \ macro
122 if (GEN_GEN == 9 && IS_COMPUTE_PIPELINE(brw) && post_sync_flags) { in genX()
349 if (IS_COMPUTE_PIPELINE(brw)) { in genX()
/external/mesa3d/src/gallium/drivers/iris/
Diris_state.c7155 #define IS_COMPUTE_PIPELINE(batch) (batch->name == IRIS_BATCH_COMPUTE) macro
7218 IS_COMPUTE_PIPELINE(batch) && post_sync_flags) { in iris_emit_raw_pipe_control()
7424 if (IS_COMPUTE_PIPELINE(batch)) { in iris_emit_raw_pipe_control()