Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/spirv/
Dvtn_private.h371 struct vtn_variable;
433 struct vtn_variable *var;
447 struct vtn_variable { struct
662 struct vtn_variable *var,
Dvtn_cfg.c29 struct vtn_variable *var) in vtn_pointer_for_image_or_sampler_variable()
116 struct vtn_variable *vtn_var = rzalloc(b, struct vtn_variable); in vtn_cfg_handle_prepass_instruction()
146 struct vtn_variable *vtn_var = rzalloc(b, struct vtn_variable); in vtn_cfg_handle_prepass_instruction()
166 struct vtn_variable *sampler_var = rzalloc(b, struct vtn_variable); in vtn_cfg_handle_prepass_instruction()
Dvtn_variables.c139 vtn_variable_resource_index(struct vtn_builder *b, struct vtn_variable *var, in vtn_variable_resource_index()
368 struct vtn_variable *var, struct vtn_type *ptr_type) in vtn_pointer_for_variable()
1447 struct vtn_variable *vtn_var = void_var; in var_decoration_cb()
1679 is_per_vertex_inout(const struct vtn_variable *var, gl_shader_stage stage) in is_per_vertex_inout()
1733 struct vtn_variable *var = rzalloc(b, struct vtn_variable); in vtn_create_variable()