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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_asm.c445 static int is_gpr(unsigned sel) function in typeref:typename:int
476 if (is_gpr(sel)) {
523 if (is_gpr(sel)) {
661 if (!is_gpr(alu->src[src].sel) || alu->src[src].rel)
897 if (!is_gpr(alu->src[src].sel))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_asm.c445 static int is_gpr(unsigned sel) function in typeref:typename:int
476 if (is_gpr(sel)) {
523 if (is_gpr(sel)) {
661 if (!is_gpr(alu->src[src].sel) || alu->src[src].rel)
902 if (!is_gpr(alu->src[src].sel))

Completed in 7 milliseconds