Home
last modified time | relevance | path

Searched refs:sampler_var (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/compiler/spirv/
Dvtn_cfg.c166 struct vtn_variable *sampler_var = rzalloc(b, struct vtn_variable); in vtn_cfg_handle_prepass_instruction() local
167 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()