Searched refs:fp64_switch (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_asm.h | 347 static inline int fp64_switch(int i) function in typeref:typename:int
|
| H A D | r600_shader.c | 4503 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 D | r600_asm.h | 353 static inline int fp64_switch(int i) function in typeref:typename:int
|
| H A D | r600_shader.c | 4592 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