Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_sq.h208 #define V_SQ_ALU_SRC_1 0x000000F9 macro
Deg_sq.h259 #define V_SQ_ALU_SRC_1 0x000000F9 macro
Dr600_shader.c1245 alu.src[0].sel = V_SQ_ALU_SRC_1; in tgsi_declaration()
5389 alu.src[1].sel = V_SQ_ALU_SRC_1; in tgsi_setup_trig()
5490 alu.src[1].sel = V_SQ_ALU_SRC_1; in tgsi_kill()
5624 alu.src[0].sel = V_SQ_ALU_SRC_1; /*1.0*/ in tgsi_lit()
5647 alu.src[0].sel = V_SQ_ALU_SRC_1; in tgsi_lit()
6815 alu.src[1].sel = V_SQ_ALU_SRC_1; in tgsi_ssg()
6838 alu.src[1].sel = V_SQ_ALU_SRC_1; in tgsi_ssg()
7665 alu.src[0].sel = V_SQ_ALU_SRC_1; in tgsi_tex()
9669 alu.src[0].sel = V_SQ_ALU_SRC_1; in tgsi_lrp()
9930 alu.src[0].sel = V_SQ_ALU_SRC_1; in tgsi_exp()
[all …]
Dr600_asm.c702 *sel = V_SQ_ALU_SRC_1; in r600_bytecode_special_constants()
2053 case V_SQ_ALU_SRC_1: in print_src()