Home
last modified time | relevance | path

Searched refs:fp64_switch (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h354 static inline int fp64_switch(int i) in fp64_switch() function
Dr600_shader.c4587 r600_bytecode_src(&alu.src[j], &ctx->src[j], fp64_switch(i)); in tgsi_op2_64_params()
4590 r600_bytecode_src(&alu.src[0], &ctx->src[1], fp64_switch(i)); in tgsi_op2_64_params()
4591 r600_bytecode_src(&alu.src[1], &ctx->src[0], fp64_switch(i)); in tgsi_op2_64_params()
4854 r600_bytecode_src(&alu.src[j], &ctx->src[j], fp64_switch(i)); in tgsi_dfracexp()
4997 alu.src[0].chan = fp64_switch(i); in egcm_int_to_double()
5000 alu.src[1].chan = fp64_switch(i + 2); in egcm_int_to_double()