radv: enable VK_EXT_shader_stencil_export
The driver already supports exporting the stencil value. The following CTS test now pass: dEQP-VK.pipeline.shader_stencil_export.op_replace Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
This commit is contained in:
@@ -222,6 +222,7 @@ radv_shader_compile_to_nir(struct radv_device *device,
|
||||
.shader_viewport_index_layer = true,
|
||||
.descriptor_array_dynamic_indexing = true,
|
||||
.runtime_descriptor_array = true,
|
||||
.stencil_export = true,
|
||||
},
|
||||
};
|
||||
entry_point = spirv_to_nir(spirv, module->size / 4,
|
||||
|
Reference in New Issue
Block a user