Searched defs:v3d_uncompiled_shader (Results 1 – 1 of 1) sorted by relevance
216 struct v3d_uncompiled_shader { struct218 uint32_t program_id;220 uint32_t compiled_variant_count;221 struct pipe_shader_state base;222 uint32_t num_tf_outputs;223 struct v3d_varying_slot *tf_outputs;224 uint16_t tf_specs[16];225 uint16_t tf_specs_psiz[16];226 uint32_t num_tf_specs;229 unsigned char sha1[20];