Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/isl/
Disl_gen4.c49 assert(!ISL_DEV_USE_SEPARATE_STENCIL(dev)); in isl_gen4_filter_tiling()
Disl_gen7.c197 assert(ISL_DEV_USE_SEPARATE_STENCIL(dev)); in isl_gen6_filter_tiling()
Disl.h87 #ifndef ISL_DEV_USE_SEPARATE_STENCIL
92 #define ISL_DEV_USE_SEPARATE_STENCIL(__dev) ((__dev)->use_separate_stencil) macro
96 (assert(ISL_DEV_USE_SEPARATE_STENCIL(__dev) == (__dev)->use_separate_stencil))
Disl_emit_depth_stencil.c116 assert(ISL_DEV_USE_SEPARATE_STENCIL(dev)); in isl_genX()
Disl.c68 if (ISL_DEV_USE_SEPARATE_STENCIL(dev)) in isl_device_init()
71 assert(ISL_DEV_USE_SEPARATE_STENCIL(dev)); in isl_device_init()
497 ISL_DEV_USE_SEPARATE_STENCIL(dev) && in isl_choose_array_pitch_span()
509 ISL_DEV_USE_SEPARATE_STENCIL(dev) && in isl_choose_array_pitch_span()
1556 assert(ISL_DEV_GEN(dev) >= 5 && ISL_DEV_USE_SEPARATE_STENCIL(dev)); in isl_surf_get_hiz_surf()