Searched defs:nvc0_program (Results 1 – 1 of 1) sorted by relevance
22 struct nvc0_program { struct23 struct pipe_shader_state pipe;25 ubyte type;26 bool translated;27 bool need_tls;28 uint8_t num_gprs;30 uint32_t *code;31 unsigned code_base;32 unsigned code_size;33 unsigned parm_size; /* size of non-bindable uniforms (c0[]) */[all …]