Searched refs:needs_icache (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler.h98 bool needs_icache; member in struct:etna_shader_variant
H A Detnaviv_shader.c197 if (vs->needs_icache | fs->needs_icache) {
H A Detnaviv_compiler.c2454 v->needs_icache = c->inst_ptr > c->specs->max_instructions;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler.h129 bool needs_icache; member in struct:etna_shader_variant
H A Detnaviv_shader.c264 if (vs->needs_icache || fs->needs_icache) {
H A Detnaviv_compiler_nir.c995 if (!specs->has_icache && v->needs_icache) {
1197 v->needs_icache = c->inst_ptr > specs->max_instructions;
H A Detnaviv_compiler_tgsi.c2500 v->needs_icache = c->inst_ptr > c->specs->max_instructions;

Completed in 15 milliseconds