Searched defs:nir_shader (Results 1 – 3 of 3) sorted by relevance
3691 typedef struct nir_shader { struct3700 const struct nir_shader_compiler_options *options; argument3703 struct shader_info info;3705 struct exec_list functions; /** < list of nir_function */3707 …truct list_head gc_list; /** < list of all nir_instrs allocated on the shader but not yet freed. */3714 unsigned num_inputs, num_uniforms, num_outputs;3738 } nir_shader; argument
35 typedef struct nir_shader nir_shader; typedef
45 typedef struct nir_shader nir_shader; typedef