Searched refs:indirect_gprs (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_shader.c3348 bool indirect_gprs; local in function:r600_shader_from_tgsi
3375 indirect_gprs = ctx.info.indirect_files & ~((1 << TGSI_FILE_CONSTANT) | (1 << TGSI_FILE_SAMPLER));
3579 if (indirect_gprs) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.c3437 bool indirect_gprs; local in function:r600_shader_from_tgsi
3464 indirect_gprs = ctx.info.indirect_files & ~((1 << TGSI_FILE_CONSTANT) | (1 << TGSI_FILE_SAMPLER));
3668 if (indirect_gprs) {

Completed in 25 milliseconds