Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/common/
Dac_surface.h119 unsigned stencil_adjusted : 1; member
Dac_surface.c1096 surf->u.legacy.stencil_adjusted = true; in gfx6_compute_surface()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c942 rtex->can_sample_s = !rtex->surface.u.legacy.stencil_adjusted; in r600_texture_create_object()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c1051 tex->can_sample_s = !tex->surface.u.legacy.stencil_adjusted; in si_texture_create_object()