Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
DgenX_pipe_control.c87 enum pipe_control_flags post_sync_flags = get_post_sync_flags(flags); in genX() local
89 post_sync_flags & ~PIPE_CONTROL_LRI_POST_SYNC_OP; in genX()
122 if (GEN_GEN == 9 && IS_COMPUTE_PIPELINE(brw) && post_sync_flags) { in genX()
147 post_sync_flags |= PIPE_CONTROL_WRITE_IMMEDIATE; in genX()
198 assert(!(post_sync_flags & (PIPE_CONTROL_WRITE_DEPTH_COUNT | in genX()
357 if (GEN_GEN == 8 && (post_sync_flags || in genX()
/external/mesa3d/src/gallium/drivers/iris/
Diris_state.c7178 enum pipe_control_flags post_sync_flags = get_post_sync_flags(flags); in iris_emit_raw_pipe_control() local
7180 post_sync_flags & ~PIPE_CONTROL_LRI_POST_SYNC_OP; in iris_emit_raw_pipe_control()
7218 IS_COMPUTE_PIPELINE(batch) && post_sync_flags) { in iris_emit_raw_pipe_control()
7247 post_sync_flags |= PIPE_CONTROL_WRITE_IMMEDIATE; in iris_emit_raw_pipe_control()
7279 assert(!(post_sync_flags & (PIPE_CONTROL_WRITE_DEPTH_COUNT | in iris_emit_raw_pipe_control()
7432 if (GEN_GEN == 8 && (post_sync_flags || in iris_emit_raw_pipe_control()