Searched refs:has_clear_state (Results 1 – 7 of 7) sorted by relevance
223 bool has_clear_state = ctx->screen->has_clear_state; in si_begin_new_cs() local224 if (has_clear_state) { in si_begin_new_cs()239 if (!has_clear_state || ctx->clip_state.any_nonzeros) in si_begin_new_cs()245 if (!has_clear_state || ctx->sample_mask.sample_mask != 0xffff) in si_begin_new_cs()249 if (!has_clear_state || ctx->blend_color.any_nonzeros) in si_begin_new_cs()
4851 bool has_clear_state = sscreen->has_clear_state; in si_init_config() local4855 assert(has_clear_state || sscreen->info.chip_class == SI); in si_init_config()4865 if (has_clear_state) { in si_init_config()4875 if (!has_clear_state) in si_init_config()4884 if (!has_clear_state) { in si_init_config()4891 if (!has_clear_state) in si_init_config()4900 if (!has_clear_state) in si_init_config()4917 if (!has_clear_state) { in si_init_config()5029 } else if (!has_clear_state) { in si_init_config()
107 bool has_clear_state; member
762 sscreen->has_clear_state = sscreen->info.chip_class >= CIK; in radeonsi_screen_create()
339 assert(physical_device->has_clear_state || in si_emit_config()346 if (physical_device->has_clear_state) { in si_emit_config()355 if (!physical_device->has_clear_state) in si_emit_config()364 if (!physical_device->has_clear_state) { in si_emit_config()371 if (!physical_device->has_clear_state) in si_emit_config()380 if (!physical_device->has_clear_state) in si_emit_config()399 if (!physical_device->has_clear_state) { in si_emit_config()406 if (!physical_device->has_clear_state) { in si_emit_config()501 } else if (!physical_device->has_clear_state) { in si_emit_config()536 if (!physical_device->has_clear_state) { in si_emit_config()
279 bool has_clear_state; member
266 device->has_clear_state = device->rad_info.chip_class >= CIK; in radv_physical_device_init()