Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/isl/
Disl_gfx4.c49 assert(!ISL_DEV_USE_SEPARATE_STENCIL(dev)); in isl_gfx4_filter_tiling()
Disl_gfx7.c197 assert(ISL_DEV_USE_SEPARATE_STENCIL(dev)); in isl_gfx6_filter_tiling()
Disl_emit_depth_stencil.c154 assert(ISL_DEV_USE_SEPARATE_STENCIL(dev)); in isl_genX()
Disl.h90 #ifndef ISL_DEV_USE_SEPARATE_STENCIL
95 #define ISL_DEV_USE_SEPARATE_STENCIL(__dev) ((__dev)->use_separate_stencil) macro
99 (assert(ISL_DEV_USE_SEPARATE_STENCIL(__dev) == (__dev)->use_separate_stencil))
Disl.c240 if (ISL_DEV_USE_SEPARATE_STENCIL(dev)) in isl_device_init()
243 assert(ISL_DEV_USE_SEPARATE_STENCIL(dev)); in isl_device_init()
800 ISL_DEV_USE_SEPARATE_STENCIL(dev) && in isl_choose_array_pitch_span()
812 ISL_DEV_USE_SEPARATE_STENCIL(dev) && in isl_choose_array_pitch_span()