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.h209 #define V_SQ_ALU_SRC_0_5 0x000000FC macro
Deg_sq.h258 #define V_SQ_ALU_SRC_0_5 0x000000FC macro
Dr600_asm.c686 *sel = V_SQ_ALU_SRC_0_5; in r600_bytecode_special_constants()
693 *sel = V_SQ_ALU_SRC_0_5; in r600_bytecode_special_constants()
1994 case V_SQ_ALU_SRC_0_5: in print_src()
Dr600_shader.c4769 alu.src[2].sel = V_SQ_ALU_SRC_0_5; in tgsi_setup_trig()
4811 alu.src[2].sel = V_SQ_ALU_SRC_0_5; in tgsi_setup_trig()
8861 if (ctx->src[0].sel == V_SQ_ALU_SRC_0_5) { in tgsi_lrp()