Searched refs:half_out (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir.c1042 int half_out = v->outfile.num_reg / 2 + 1; local in function:fill_vs_mystery
1043 assert(half_out);
1046 2 * half_out * specs->vertex_cache_size)) +
1049 uint32_t a = (b + 256 / (specs->shader_core_count * half_out)) / 2;
H A Detnaviv_compiler_tgsi.c2248 int half_out = (c->file[TGSI_FILE_OUTPUT].reg_size + 1) / 2; local in function:fill_in_vs_outputs
2249 assert(half_out);
2252 2 * half_out * c->specs->vertex_cache_size)) +
2255 uint32_t a = (b + 256 / (c->specs->shader_core_count * half_out)) / 2;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler.c2210 int half_out = (c->file[TGSI_FILE_OUTPUT].reg_size + 1) / 2; local in function:fill_in_vs_outputs
2211 assert(half_out);
2214 2 * half_out * c->specs->vertex_cache_size)) +
2217 uint32_t a = (b + 256 / (c->specs->shader_core_count * half_out)) / 2;

Completed in 9 milliseconds