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.h206 #define V_SQ_ALU_SRC_1 0x000000F9 macro
Deg_sq.h255 #define V_SQ_ALU_SRC_1 0x000000F9 macro
Dr600_shader.c1054 alu.src[0].sel = V_SQ_ALU_SRC_1; in tgsi_declaration()
4810 alu.src[1].sel = V_SQ_ALU_SRC_1; in tgsi_setup_trig()
4911 alu.src[1].sel = V_SQ_ALU_SRC_1; in tgsi_kill()
5045 alu.src[0].sel = V_SQ_ALU_SRC_1; /*1.0*/ in tgsi_lit()
5068 alu.src[0].sel = V_SQ_ALU_SRC_1; in tgsi_lit()
6285 alu.src[1].sel = V_SQ_ALU_SRC_1; in tgsi_ssg()
6306 alu.src[1].sel = V_SQ_ALU_SRC_1; in tgsi_ssg()
7121 alu.src[0].sel = V_SQ_ALU_SRC_1; in tgsi_tex()
8890 alu.src[0].sel = V_SQ_ALU_SRC_1; in tgsi_lrp()
9159 alu.src[0].sel = V_SQ_ALU_SRC_1; in tgsi_exp()
[all …]
Dr600_asm.c683 *sel = V_SQ_ALU_SRC_1; in r600_bytecode_special_constants()
689 *sel = V_SQ_ALU_SRC_1; in r600_bytecode_special_constants()
2003 case V_SQ_ALU_SRC_1: in print_src()