microsoft/spirv2dxil: Lower sample pos for fragment shaders
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19471>
This commit is contained in:
@@ -16,12 +16,6 @@ dEQP-VK.draw.renderpass.output_location.array.r8g8-uint-mediump,Fail
|
||||
dEQP-VK.draw.renderpass.output_location.shuffle.inputs-outputs-mod,Fail
|
||||
dEQP-VK.info.instance_extensions,Fail
|
||||
dEQP-VK.api.version_check.entry_points,Fail
|
||||
dEQP-VK.draw.renderpass.linear_interpolation.no_offset_2_samples,Crash
|
||||
dEQP-VK.draw.renderpass.linear_interpolation.offset_max_16_samples,Crash
|
||||
dEQP-VK.draw.renderpass.linear_interpolation.offset_max_2_samples,Crash
|
||||
dEQP-VK.draw.renderpass.linear_interpolation.offset_min_16_samples,Crash
|
||||
dEQP-VK.draw.renderpass.linear_interpolation.offset_min_2_samples,Crash
|
||||
dEQP-VK.draw.renderpass.linear_interpolation.offset_min_8_samples,Crash
|
||||
dEQP-VK.memory.allocation.basic.percent_1.forward.count_12,Crash
|
||||
dEQP-VK.memory.allocation.basic.percent_1.reverse.count_12,Crash
|
||||
dEQP-VK.memory.allocation.basic.size_128.forward.count_100,Crash
|
||||
|
@@ -632,7 +632,7 @@ dxil_spirv_nir_passes(nir_shader *nir,
|
||||
|
||||
NIR_PASS_V(nir, dxil_nir_lower_discard_and_terminate);
|
||||
NIR_PASS_V(nir, nir_lower_returns);
|
||||
|
||||
NIR_PASS_V(nir, dxil_nir_lower_sample_pos);
|
||||
}
|
||||
|
||||
NIR_PASS_V(nir, nir_opt_deref);
|
||||
|
Reference in New Issue
Block a user