radeonsi/gfx10: enable image stores with DCC

Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Acked-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Marek Olšák
2019-06-28 23:48:14 -04:00
parent 5b50fb9b7f
commit 1d3bffaf9c
4 changed files with 10 additions and 11 deletions

View File

@@ -347,8 +347,8 @@ LLVMValueRef si_load_sampler_desc(struct si_shader_context *ctx,
enum ac_descriptor_type type);
LLVMValueRef si_load_image_desc(struct si_shader_context *ctx,
LLVMValueRef list, LLVMValueRef index,
enum ac_descriptor_type desc_type, bool dcc_off,
bool bindless);
enum ac_descriptor_type desc_type,
bool uses_store, bool bindless);
void si_load_system_value(struct si_shader_context *ctx,
unsigned index,