Searched defs:nvc0_program (Results 1 – 1 of 1) sorted by relevance
23 struct nvc0_program { struct24 struct nir_shader *nir;25 struct pipe_stream_output_info stream_output;27 uint8_t type;28 bool translated;29 bool need_tls;30 uint8_t num_gprs;32 uint32_t *code;33 unsigned code_base;34 unsigned code_size;[all …]