radv: advertise VK_AMD_texture_gather_bias_lod

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5147>
This commit is contained in:
Samuel Pitoiset
2020-05-19 14:49:10 +02:00
parent 2e265b94a2
commit b3c0f82841
3 changed files with 3 additions and 0 deletions

View File

@@ -357,6 +357,7 @@ radv_shader_compile_to_nir(struct radv_device *device,
.caps = {
.amd_fragment_mask = true,
.amd_gcn_shader = true,
.amd_image_gather_bias_lod = true,
.amd_image_read_write_lod = true,
.amd_shader_ballot = device->physical_device->use_shader_ballot,
.amd_shader_explicit_vertex_parameter = true,