Searched refs:post_sync_flags (Results 1 – 2 of 2) sorted by relevance
87 enum pipe_control_flags post_sync_flags = get_post_sync_flags(flags); in genX() local89 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()
7178 enum pipe_control_flags post_sync_flags = get_post_sync_flags(flags); in iris_emit_raw_pipe_control() local7180 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()