Searched defs:vc5_uncompiled_shader (Results 1 – 1 of 1) sorted by relevance
125 struct vc5_uncompiled_shader { struct127 uint32_t program_id;129 uint32_t compiled_variant_count;130 struct pipe_shader_state base;131 uint32_t num_tf_outputs;155 struct vc5_uncompiled_shader *bind_vs, *bind_fs; argument