Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_program.h23 struct nvc0_program { struct
24 struct nir_shader *nir;
25 struct pipe_stream_output_info stream_output;
27 uint8_t type;
28 bool translated;
29 bool need_tls;
30 uint8_t num_gprs;
32 uint32_t *code;
33 unsigned code_base;
34 unsigned code_size;
[all …]