Home
last modified time | relevance | path

Searched defs:nvc0_program (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.h22 struct nvc0_program { struct
23 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 …]