Searched defs:compiler_context (Results 1 – 1 of 1) sorted by relevance
236 typedef struct compiler_context { struct237 nir_shader *nir;238 gl_shader_stage stage;241 bool is_blend;244 unsigned blend_rt;247 unsigned blend_input;250 unsigned blend_src1;253 float blend_constants[4];256 unsigned tls_size;259 unsigned spills;[all …]