Searched defs:nvc0_program (Results 1 – 2 of 2) sorted by relevance
19 struct nvc0_program { struct20 struct pipe_shader_state pipe;22 ubyte type;23 boolean translated;24 boolean need_tls;25 uint8_t max_gpr;27 uint32_t *code;28 uint32_t *immd_data;29 unsigned code_base;30 unsigned code_size;[all …]