Searched defs:vc4_compile (Results 1 – 1 of 1) sorted by relevance
412 struct vc4_compile { struct413 struct vc4_context *vc4;414 nir_shader *s;415 nir_function_impl *impl;416 struct exec_list *cf_node_list;442 struct vc4_compiler_ubo_range *ubo_ranges; argument443 uint32_t ubo_ranges_array_size;445 uint32_t num_uniform_ranges;447 uint32_t num_ubo_ranges;448 uint32_t next_ubo_dst_offset;[all …]