Lines Matching defs:info
88 const struct shader_info *info,
92 uint32_t views = info ? (shs->bound_sampler_views & info->textures_used[0]) : 0;
120 const struct shader_info *info,
124 uint32_t views = info ? (shs->bound_image_views & info->images_used[0]) : 0;
142 iris_image_view_aux_usage(ice, pview, info);
168 const struct shader_info *info = iris_get_shader_info(ice, stage);
174 resolve_sampler_views(ice, batch, shs, info, draw_aux_buffer_disabled,
176 resolve_image_views(ice, batch, shs, info, draw_aux_buffer_disabled,
217 if (devinfo->ver == 8 && nir->info.outputs_read != 0) {
938 const struct shader_info *info)
940 if (!info)
952 ice->shaders.uncompiled[info->stage]->uses_atomic_load_store;