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/common/
Dgen_device_info.c73 .has_hiz_and_separate_stencil = true,
97 .has_hiz_and_separate_stencil = true,
120 .has_hiz_and_separate_stencil = true, \
279 .has_hiz_and_separate_stencil = true, \
376 .has_hiz_and_separate_stencil = true, \
Dgen_device_info.h46 bool has_hiz_and_separate_stencil; member
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c978 brw->has_hiz = devinfo->has_hiz_and_separate_stencil; in brwCreateContext()
979 brw->has_separate_stencil = devinfo->has_hiz_and_separate_stencil; in brwCreateContext()
Dintel_screen.c1098 if (screen->devinfo.has_hiz_and_separate_stencil) { in intelCreateBuffer()
/external/mesa3d/src/intel/isl/
Disl.c81 assert(info->has_hiz_and_separate_stencil); in isl_device_init()