Searched defs:vc4_compile (Results 1 – 1 of 1) sorted by relevance
385 struct vc4_compile { struct386 struct vc4_context *vc4;387 nir_shader *s;388 nir_function_impl *impl;389 struct exec_list *cf_node_list;395 struct hash_table *def_ht;398 struct qinst **defs;399 uint32_t defs_array_size;406 struct qreg *inputs;407 struct qreg *outputs;[all …]