Searched refs:has_clear_state (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_gfx_cs.c279 bool has_clear_state = ctx->screen->has_clear_state; local in function:si_begin_new_gfx_cs
280 if (has_clear_state) {
295 if (!has_clear_state || ctx->clip_state.any_nonzeros)
301 if (!has_clear_state || ctx->sample_mask != 0xffff)
305 if (!has_clear_state || ctx->blend_color.any_nonzeros)
315 if (!has_clear_state || ctx->num_window_rectangles > 0)
355 if (has_clear_state) {
H A Dsi_state.c4927 bool has_clear_state = sscreen->has_clear_state; local in function:si_init_config
4931 assert(has_clear_state || sscreen->info.chip_class == SI ||
4942 if (has_clear_state) {
4952 if (!has_clear_state)
4961 if (!has_clear_state) {
4968 if (!has_clear_state)
4988 if (!has_clear_state) {
5095 } else if (!has_clear_state) {
H A Dsi_pipe.c1064 sscreen->has_clear_state = sscreen->info.chip_class >= CIK &&
H A Dsi_pipe.h465 bool has_clear_state; member in struct:si_screen
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_gfx_cs.c444 bool has_clear_state = ctx->screen->info.has_clear_state; local in function:si_begin_new_gfx_cs
445 if (has_clear_state || ctx->shadowed_regs) {
467 if (!has_clear_state || ctx->clip_state_any_nonzeros)
473 if (!has_clear_state || ctx->sample_mask != 0xffff)
477 if (!has_clear_state || ctx->blend_color_any_nonzeros)
487 if (!has_clear_state || ctx->num_window_rectangles > 0)
509 if (has_clear_state) {
H A Dsi_state.c5342 bool has_clear_state = sscreen->info.has_clear_state; local in function:si_init_cs_preamble_state
5353 if (has_clear_state) {
5365 if (!has_clear_state)
5368 if (!has_clear_state) {
5394 if (sctx->chip_class <= GFX7 || !has_clear_state) {
5596 if (!has_clear_state) {
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dsi_cmd_buffer.c162 assert(physical_device->has_clear_state ||
169 if (physical_device->has_clear_state) {
178 if (!physical_device->has_clear_state)
187 if (!physical_device->has_clear_state) {
194 if (!physical_device->has_clear_state)
203 if (!physical_device->has_clear_state)
222 if (!physical_device->has_clear_state) {
229 if (!physical_device->has_clear_state) {
320 } else if (!physical_device->has_clear_state) {
358 if (!physical_device->has_clear_state) {
[all...]
H A Dradv_private.h302 bool has_clear_state; member in struct:radv_physical_device
H A Dradv_device.c354 device->has_clear_state = device->rad_info.chip_class >= CIK;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dsi_cmd_buffer.c186 bool has_clear_state = physical_device->rad_info.has_clear_state; local in function:si_emit_graphics
193 if (has_clear_state) {
202 if (!has_clear_state)
211 if (!has_clear_state) {
219 if (!has_clear_state)
225 if (!has_clear_state)
231 if (physical_device->rad_info.chip_class <= GFX7 || !has_clear_state) {
244 if (!has_clear_state) {
251 if (!has_clear_state) {
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_gpu_info.h65 bool has_clear_state; member in struct:radeon_info
H A Dac_gpu_info.c849 info->has_clear_state = info->chip_class >= GFX7;
1157 fprintf(f, " has_clear_state = %u\n", info->has_clear_state);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.3.0.rst3053 - ac: add has_clear_state to ac_gpu_info

Completed in 43 milliseconds