Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_program.h19 struct nvc0_program { struct
20 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 …]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
Dnvc0_program.h19 struct nvc0_program { struct
20 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 …]