Searched refs:fs_shader (Results 1 – 1 of 1) sorted by relevance
2116 nir_shader *fs_shader = fs_stage->nir; in radv_consider_force_vrs() local2117 if (fs_shader && (BITSET_TEST(fs_shader->info.system_values_read, SYSTEM_VALUE_FRAG_COORD) || in radv_consider_force_vrs()2118 BITSET_TEST(fs_shader->info.system_values_read, SYSTEM_VALUE_PIXEL_COORD) || in radv_consider_force_vrs()2119 … fs_shader->info.fs.sample_interlock_ordered || fs_shader->info.fs.sample_interlock_unordered || in radv_consider_force_vrs()2120 … fs_shader->info.fs.pixel_interlock_ordered || fs_shader->info.fs.pixel_interlock_unordered)) { in radv_consider_force_vrs()