Home
last modified time | relevance | path

Searched refs:V_SQ_ALU_SRC_0_5 (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_sq.h211 #define V_SQ_ALU_SRC_0_5 0x000000FC macro
Deg_sq.h258 #define V_SQ_ALU_SRC_0_5 0x000000FC macro
Dr600_asm.c705 *sel = V_SQ_ALU_SRC_0_5; in r600_bytecode_special_constants()
712 *sel = V_SQ_ALU_SRC_0_5; in r600_bytecode_special_constants()
2039 case V_SQ_ALU_SRC_0_5: in print_src()
Dr600_shader.c5334 alu.src[2].sel = V_SQ_ALU_SRC_0_5; in tgsi_setup_trig()
5376 alu.src[2].sel = V_SQ_ALU_SRC_0_5; in tgsi_setup_trig()
8020 alu.src[1].sel = V_SQ_ALU_SRC_0_5; in tgsi_tex()
8118 alu.src[1].sel = V_SQ_ALU_SRC_0_5; in tgsi_tex()
9626 if (ctx->src[0].sel == V_SQ_ALU_SRC_0_5) { in tgsi_lrp()