Searched refs:image_access (Results 1 – 2 of 2) sorted by relevance
793 enum gl_access_qualifier image_access = in update_uniforms_shader_info() local796 (image_access & ACCESS_NON_WRITEABLE) ? in update_uniforms_shader_info()797 ((image_access & ACCESS_NON_READABLE) ? GL_NONE : in update_uniforms_shader_info()799 ((image_access & ACCESS_NON_READABLE) ? GL_WRITE_ONLY : in update_uniforms_shader_info()
2224 - glsl_to_nir: rename image_access to mem_access