Lines Matching defs:in_var
59 nir_variable *in_var = nir_deref_instr_get_variable(context->deref);
61 image->data.access = in_var->data.access;
62 image->data.binding = in_var->data.binding;
76 nir_variable *in_var = nir_deref_instr_get_variable(context->deref);
81 glsl_texture_type(glsl_get_sampler_dim(in_var->type),
82 glsl_sampler_type_is_array(in_var->type),
91 nir_variable *in_var = nir_deref_instr_get_variable(context->deref);
93 glsl_image_type(glsl_get_sampler_dim(in_var->type),
94 glsl_sampler_type_is_array(in_var->type),
128 nir_variable *in_var = nir_deref_instr_get_variable(context->deref);
131 while (context->metadata->args[context->metadata_index].image.buf_ids[0] != in_var->data.binding)
175 assert((in_var->data.access & ACCESS_NON_WRITEABLE) == 0);
198 assert((in_var->data.access & ACCESS_NON_WRITEABLE) == 0);
209 new_input->data.driver_location = in_var->data.driver_location;
229 assert(in_var->data.access & ACCESS_NON_WRITEABLE);
254 exec_node_remove(&in_var->node);