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.h240 struct vtn_variable;
253 struct vtn_variable *var;
275 struct vtn_variable { struct
Dvtn_variables.c724 vtn_variable_is_external_block(struct vtn_variable *var) in vtn_variable_is_external_block()
1154 struct vtn_variable *vtn_var = void_var; in var_decoration_cb()
1249 is_per_vertex_inout(const struct vtn_variable *var, gl_shader_stage stage) in is_per_vertex_inout()
1278 struct vtn_variable *var = rzalloc(b, struct vtn_variable); in vtn_handle_variables()
Dvtn_cfg.c100 struct vtn_variable *vtn_var = rzalloc(b, struct vtn_variable); in vtn_cfg_handle_prepass_instruction()