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.h213 #define V_SQ_ALU_SRC_1 0x000000F9 macro
Deg_sq.h261 #define V_SQ_ALU_SRC_1 0x000000F9 macro
Dr600_shader.c1259 alu.src[0].sel = V_SQ_ALU_SRC_1; in tgsi_declaration()
5393 alu.src[1].sel = V_SQ_ALU_SRC_1; in tgsi_setup_trig()
5494 alu.src[1].sel = V_SQ_ALU_SRC_1; in tgsi_kill()
5628 alu.src[0].sel = V_SQ_ALU_SRC_1; /*1.0*/ in tgsi_lit()
5651 alu.src[0].sel = V_SQ_ALU_SRC_1; in tgsi_lit()
6819 alu.src[1].sel = V_SQ_ALU_SRC_1; in tgsi_ssg()
6842 alu.src[1].sel = V_SQ_ALU_SRC_1; in tgsi_ssg()
7669 alu.src[0].sel = V_SQ_ALU_SRC_1; in tgsi_tex()
9697 alu.src[0].sel = V_SQ_ALU_SRC_1; in tgsi_lrp()
9958 alu.src[0].sel = V_SQ_ALU_SRC_1; in tgsi_exp()
[all …]
Dr600_asm.c748 *sel = V_SQ_ALU_SRC_1; in r600_bytecode_special_constants()
2135 case V_SQ_ALU_SRC_1: in print_src()