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/
H A Disl_gfx4.c49 assert(!ISL_DEV_USE_SEPARATE_STENCIL(dev)); in isl_gfx4_filter_tiling()
H A Disl_gfx7.c197 assert(ISL_DEV_USE_SEPARATE_STENCIL(dev)); in isl_gfx6_filter_tiling()
H A Disl_emit_depth_stencil.c154 assert(ISL_DEV_USE_SEPARATE_STENCIL(dev)); in emit_depth_stencil_hiz_s()
H A 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))
H A 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()

Completed in 12 milliseconds