Home
last modified time | relevance | path

Searched refs:S_028C6C_SLICE_START (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Devergreend.h2449 #define S_028C6C_SLICE_START(x) (((unsigned)(x) & 0x7FF) << 0) macro
Devergreen_state.c1128 color->view = S_028C6C_SLICE_START(first_layer) | in evergreen_set_color_surface_common()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c2354 unsigned color_view = S_028C6C_SLICE_START(surf->base.u.tex.first_layer) | in si_initialize_color_surface()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c6815 cb->cb_color_view = S_028C6C_SLICE_START(iview->base_layer) | in radv_initialise_color_surface()