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.h20 struct nvc0_program { struct
21 struct pipe_shader_state pipe;
23 ubyte type;
24 bool translated;
25 bool need_tls;
26 uint8_t num_gprs;
28 uint32_t *code;
29 unsigned code_base;
30 unsigned code_size;
31 unsigned parm_size; /* size of non-bindable uniforms (c0[]) */
[all …]