Searched refs:fp64_switch (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_asm.h347 static inline int fp64_switch(int i) function in typeref:typename:int
H A Dr600_shader.c4503 r600_bytecode_src(&alu.src[j], &ctx->src[j], fp64_switch(i));
4506 r600_bytecode_src(&alu.src[0], &ctx->src[1], fp64_switch(i));
4507 r600_bytecode_src(&alu.src[1], &ctx->src[0], fp64_switch(i));
4770 r600_bytecode_src(&alu.src[j], &ctx->src[j], fp64_switch(i));
4913 alu.src[0].chan = fp64_switch(i);
4916 alu.src[1].chan = fp64_switch(i + 2);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_asm.h353 static inline int fp64_switch(int i) function in typeref:typename:int
H A Dr600_shader.c4592 r600_bytecode_src(&alu.src[j], &ctx->src[j], fp64_switch(i));
4595 r600_bytecode_src(&alu.src[0], &ctx->src[1], fp64_switch(i));
4596 r600_bytecode_src(&alu.src[1], &ctx->src[0], fp64_switch(i));
4868 r600_bytecode_src(&alu.src[j], &ctx->src[j], fp64_switch(i));
5011 alu.src[0].chan = fp64_switch(i);
5014 alu.src[1].chan = fp64_switch(i + 2);

Completed in 63 milliseconds