Home
last modified time | relevance | path

Searched refs:cb_dcc_control (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c2630 surf->cb_dcc_control = S_028C78_MAX_UNCOMPRESSED_BLOCK_SIZE(V_028C78_MAX_BLOCK_SIZE_256B) | in si_initialize_color_surface()
2635 surf->cb_dcc_control |= S_028C78_INDEPENDENT_128B_BLOCKS_GFX11(tex->surface.u.gfx9.color.dcc.independent_128B_blocks); in si_initialize_color_surface()
2637 surf->cb_dcc_control |= S_028C78_INDEPENDENT_128B_BLOCKS_GFX10(tex->surface.u.gfx9.color.dcc.independent_128B_blocks); in si_initialize_color_surface()
2648 surf->cb_dcc_control = S_028C78_MAX_UNCOMPRESSED_BLOCK_SIZE(max_uncompressed_block_size) | in si_initialize_color_surface()
3298 cb_fdcc_control = cb->cb_dcc_control | in si_emit_framebuffer_state()
3338 radeon_emit(cb->cb_dcc_control); /* CB_COLOR0_DCC_CONTROL */ in si_emit_framebuffer_state()
3383 radeon_emit(cb->cb_dcc_control); /* CB_COLOR0_DCC_CONTROL */ in si_emit_framebuffer_state()
3445 radeon_emit(cb->cb_dcc_control); /* CB_COLOR0_DCC_CONTROL */ in si_emit_framebuffer_state()
H A Dsi_pipe.h471 unsigned cb_dcc_control; /* GFX8 and later */ member
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_private.h1345 uint32_t cb_dcc_control;
H A Dradv_cmd_buffer.c1983 uint32_t cb_fdcc_control = cb->cb_dcc_control; in radv_emit_fb_color_state()
2034 radeon_emit(cmd_buffer->cs, cb->cb_dcc_control); in radv_emit_fb_color_state()
2062 radeon_emit(cmd_buffer->cs, cb->cb_dcc_control); in radv_emit_fb_color_state()
2082 radeon_emit(cmd_buffer->cs, cb->cb_dcc_control); in radv_emit_fb_color_state()
H A Dradv_device.c6440 cb->cb_dcc_control = radv_init_dcc_control_reg(device, iview); in radv_initialise_color_surface()

Completed in 38 milliseconds