Searched refs:SI_IMAGE_ACCESS_ALLOW_DCC_STORE (Results 1 – 3 of 3) sorted by relevance
519 image[1].access |= SI_IMAGE_ACCESS_ALLOW_DCC_STORE; in si_compute_copy_image()818 image.shader_access = image.access = PIPE_IMAGE_ACCESS_WRITE | SI_IMAGE_ACCESS_ALLOW_DCC_STORE; in si_compute_clear_render_target()
373 (access & SI_IMAGE_ACCESS_ALLOW_DCC_STORE)); in si_set_mutable_tex_desc_fields()752 access |= SI_IMAGE_ACCESS_ALLOW_DCC_STORE; in si_set_shader_image_desc()759 ((!(access & SI_IMAGE_ACCESS_ALLOW_DCC_STORE) && (access & PIPE_IMAGE_ACCESS_WRITE)) || in si_set_shader_image_desc()
169 #define SI_IMAGE_ACCESS_ALLOW_DCC_STORE (1 << 9) macro