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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.c2478 surf->cb_dcc_control = S_028C78_MAX_UNCOMPRESSED_BLOCK_SIZE(V_028C78_MAX_BLOCK_SIZE_256B) |
2493 surf->cb_dcc_control = S_028C78_MAX_UNCOMPRESSED_BLOCK_SIZE(max_uncompressed_block_size) |
3145 radeon_emit(cb->cb_dcc_control); /* CB_COLOR0_DCC_CONTROL */
3190 radeon_emit(cb->cb_dcc_control); /* CB_COLOR0_DCC_CONTROL */
3252 radeon_emit(cb->cb_dcc_control); /* CB_COLOR0_DCC_CONTROL */
H A Dsi_pipe.h430 unsigned cb_dcc_control; /* GFX8 and later */ member in struct:si_surface
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_pipe.h369 unsigned cb_dcc_control; /* VI and later */ member in struct:si_surface
H A Dsi_state.c2489 surf->cb_dcc_control = S_028C78_MAX_UNCOMPRESSED_BLOCK_SIZE(max_uncompressed_block_size) |
3129 radeon_emit(cs, cb->cb_dcc_control); /* CB_COLOR0_DCC_CONTROL */
3190 radeon_emit(cs, cb->cb_dcc_control); /* CB_COLOR0_DCC_CONTROL */
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_private.h1810 uint32_t cb_dcc_control; member in struct:radv_color_buffer_info
H A Dradv_cmd_buffer.c1063 radeon_emit(cmd_buffer->cs, cb->cb_dcc_control);
1083 radeon_emit(cmd_buffer->cs, cb->cb_dcc_control);
H A Dradv_device.c4388 cb->cb_dcc_control = radv_init_dcc_control_reg(device, iview);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_private.h1254 uint32_t cb_dcc_control; member in struct:radv_color_buffer_info
H A Dradv_cmd_buffer.c1760 radeon_emit(cmd_buffer->cs, cb->cb_dcc_control);
1788 radeon_emit(cmd_buffer->cs, cb->cb_dcc_control);
1808 radeon_emit(cmd_buffer->cs, cb->cb_dcc_control);
H A Dradv_device.c6774 cb->cb_dcc_control = radv_init_dcc_control_reg(device, iview);

Completed in 66 milliseconds