Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Devergreend.h2449 #define S_028C6C_SLICE_START(x) (((unsigned)(x) & 0x7FF) << 0) macro
Devergreen_state.c1133 color->view = S_028C6C_SLICE_START(first_layer) | in evergreen_set_color_surface_common()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c2505 unsigned color_view = S_028C6C_SLICE_START(surf->base.u.tex.first_layer) | in si_initialize_color_surface()
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c6687 S_028C6C_SLICE_START(iview->base_layer) | S_028C6C_SLICE_MAX_GFX10(max_slice); in radv_initialise_color_surface()