Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_sq.h201 #define V_SQ_ALU_SRC_1 0x000000F9 macro
Deg_sq.h243 #define V_SQ_ALU_SRC_1 0x000000F9 macro
Dr600_shader.c1040 alu.src[0].sel = V_SQ_ALU_SRC_1; in tgsi_declaration()
4514 alu.src[1].sel = V_SQ_ALU_SRC_1; in tgsi_setup_trig()
4708 alu.src[0].sel = V_SQ_ALU_SRC_1; in tgsi_scs()
4736 alu.src[1].sel = V_SQ_ALU_SRC_1; in tgsi_kill()
4870 alu.src[0].sel = V_SQ_ALU_SRC_1; /*1.0*/ in tgsi_lit()
4893 alu.src[0].sel = V_SQ_ALU_SRC_1; in tgsi_lit()
6114 alu.src[1].sel = V_SQ_ALU_SRC_1; in tgsi_ssg()
6135 alu.src[1].sel = V_SQ_ALU_SRC_1; in tgsi_ssg()
6610 alu.src[0].sel = V_SQ_ALU_SRC_1; in tgsi_dp()
6884 alu.src[0].sel = V_SQ_ALU_SRC_1; in tgsi_tex()
[all …]
Dr600_asm.c686 *sel = V_SQ_ALU_SRC_1; in r600_bytecode_special_constants()
692 *sel = V_SQ_ALU_SRC_1; in r600_bytecode_special_constants()
1971 case V_SQ_ALU_SRC_1: in print_src()