Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Devergreend.h810 #define V_028044_STENCIL_8 1 macro
Devergreen_state.c1423 surf->db_stencil_info = S_028044_FORMAT(V_028044_STENCIL_8) | in evergreen_init_depth_surface()
1431 S_028044_FORMAT(V_028044_STENCIL_8); in evergreen_init_depth_surface()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c2545 stencil_format = tex->surface.has_stencil ? V_028044_STENCIL_8 : V_028044_STENCIL_INVALID; in si_init_depth_surface()
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c6910 stencil_format = surf->has_stencil ? V_028044_STENCIL_8 : V_028044_STENCIL_INVALID; in radv_initialise_ds_surface()