Home
last modified time | relevance | path

Searched refs:S_028C74_MIP0_DEPTH (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_device.c3283 cb->cb_color_attrib |= S_028C74_MIP0_DEPTH(mip0_depth) | in radv_initialise_color_surface()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c2488 color_attrib |= S_028C74_MIP0_DEPTH(mip0_depth) | in si_initialize_color_surface()
/external/mesa3d/src/amd/common/
Dgfx9d.h7294 #define S_028C74_MIP0_DEPTH(x) (((unsigned)(x) & 0x7FF) << 0) macro