Home
last modified time | relevance | path

Searched defs:vc5_uncompiled_shader (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_context.h125 struct vc5_uncompiled_shader { struct
127 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