Home
last modified time | relevance | path

Searched refs:has_hiz_and_separate_stencil (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/intel/dev/
Dgen_device_info.h67 bool has_hiz_and_separate_stencil; member
Dgen_device_info.c149 .has_hiz_and_separate_stencil = true,
178 .has_hiz_and_separate_stencil = true,
206 .has_hiz_and_separate_stencil = true, \
395 .has_hiz_and_separate_stencil = true, \
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c988 brw->has_hiz = devinfo->has_hiz_and_separate_stencil; in brwCreateContext()
989 brw->has_separate_stencil = devinfo->has_hiz_and_separate_stencil; in brwCreateContext()
Dintel_screen.c1806 if (screen->devinfo.has_hiz_and_separate_stencil) { in intelCreateBuffer()
/external/mesa3d/src/intel/isl/
Disl.c208 assert(info->has_hiz_and_separate_stencil); in isl_device_init()
2273 if (!dev->info->has_hiz_and_separate_stencil) { in isl_emit_depth_stencil_hiz_s()