Searched refs:vtn_create_variable (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/compiler/spirv/ |
D | vtn_variables.c | 1738 vtn_create_variable(struct vtn_builder *b, struct vtn_value *val, in vtn_create_variable() function 2233 vtn_create_variable(b, val, ptr_type, storage_class, const_initializer, var_initializer); in vtn_handle_variables() 2253 vtn_create_variable(b, val, ptr_type, ptr_type->storage_class, NULL, NULL); in vtn_handle_variables()
|