Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/spirv/
Dvtn_private.h449 struct vtn_variable;
525 struct vtn_variable *var;
538 struct vtn_variable { struct
Dvtn_variables.c230 vtn_variable_resource_index(struct vtn_builder *b, struct vtn_variable *var, in vtn_variable_resource_index()
1282 struct vtn_variable *vtn_var = void_var; in var_decoration_cb()
1664 is_per_vertex_inout(const struct vtn_variable *var, gl_shader_stage stage) in is_per_vertex_inout()
1682 assign_missing_member_locations(struct vtn_variable *var) in assign_missing_member_locations()
1806 struct vtn_variable *var = rzalloc(b, struct vtn_variable); in vtn_create_variable()