Home
last modified time | relevance | path

Searched refs:for_sample_shading (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_lower_wpos_center.c49 const bool for_sample_shading) in update_fragcoord() argument
57 if (!for_sample_shading) { in update_fragcoord()
76 const bool for_sample_shading) in lower_wpos_center_block() argument
84 update_fragcoord(b, intr, for_sample_shading); in lower_wpos_center_block()
94 nir_lower_wpos_center(nir_shader *shader, const bool for_sample_shading) in nir_lower_wpos_center() argument
106 progress = lower_wpos_center_block(&b, block, for_sample_shading) || in nir_lower_wpos_center()
Dnir.h4911 bool nir_lower_wpos_center(nir_shader *shader, const bool for_sample_shading);