Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/common/
Dac_surface.h128 unsigned depth_adjusted : 1; member
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c937 rtex->can_sample_z = !rtex->surface.u.legacy.depth_adjusted; in r600_texture_create_object()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c966 tex->can_sample_z = !tex->surface.u.legacy.depth_adjusted; in si_texture_create_object()