Home
last modified time | relevance | path

Searched refs:can_sample_z (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
Dr600_pipe_common.h248 bool can_sample_z; member
958 (!stencil_sampler && tex->can_sample_z); in r600_can_sample_zs()
Dr600_texture.c1039 rtex->can_sample_z = !rtex->surface.depth_adjusted; in r600_texture_create_object()
1045 rtex->can_sample_z = true; in r600_texture_create_object()
1305 if (!rtex->can_sample_z && rtex->can_sample_s) { in r600_init_flushed_depth_texture()
1326 } else if (!rtex->can_sample_s && rtex->can_sample_z) { in r600_init_flushed_depth_texture()