Searched refs:sampler_var (Results 1 – 1 of 1) sorted by relevance
166 struct vtn_variable *sampler_var = rzalloc(b, struct vtn_variable); in vtn_cfg_handle_prepass_instruction() local167 sampler_var->type = rzalloc(b, struct vtn_type); in vtn_cfg_handle_prepass_instruction()168 sampler_var->type->base_type = vtn_base_type_sampler; in vtn_cfg_handle_prepass_instruction()169 sampler_var->type->type = glsl_bare_sampler_type(); in vtn_cfg_handle_prepass_instruction()170 sampler_var->var = param; in vtn_cfg_handle_prepass_instruction()179 vtn_pointer_for_image_or_sampler_variable(b, sampler_var); in vtn_cfg_handle_prepass_instruction()