Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dglspirv.h43 struct gl_spirv_module { struct
61 struct gl_spirv_module *SpirVModule; argument
71 _mesa_spirv_module_reference(struct gl_spirv_module **dest,
72 struct gl_spirv_module *src);
Dglspirv.c37 _mesa_spirv_module_reference(struct gl_spirv_module **dest, in _mesa_spirv_module_reference()
38 struct gl_spirv_module *src) in _mesa_spirv_module_reference()
40 struct gl_spirv_module *old = *dest; in _mesa_spirv_module_reference()
73 struct gl_spirv_module *module; in _mesa_spirv_shader_binary()
228 struct gl_spirv_module *spirv_module = spirv_data->SpirVModule; in _mesa_spirv_to_nir()