Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c1752 alu.src[1].sel = V_SQ_ALU_SRC_0; in do_lds_fetch_values()
1753 alu.src[2].sel = V_SQ_ALU_SRC_0; in do_lds_fetch_values()
2744 alu.src[2].sel = V_SQ_ALU_SRC_0; in r600_store_tcs_output()
3989 alu.src[0].sel = V_SQ_ALU_SRC_0; in tgsi_ineg()
4690 alu.src[0].sel = V_SQ_ALU_SRC_0; in tgsi_scs()
4733 alu.src[0].sel = V_SQ_ALU_SRC_0; in tgsi_kill()
4765 alu.src[1].sel = V_SQ_ALU_SRC_0; /*0.0*/ in tgsi_lit()
4882 alu.src[1].sel = V_SQ_ALU_SRC_0; /*0.0*/ in tgsi_lit()
5135 alu.src[0].sel = V_SQ_ALU_SRC_0; in tgsi_divmod()
5151 alu.src[0].sel = V_SQ_ALU_SRC_0; in tgsi_divmod()
[all …]
Dr600_sq.h200 #define V_SQ_ALU_SRC_0 0x000000F8 macro
Deg_sq.h242 #define V_SQ_ALU_SRC_0 0x000000F8 macro
Dr600_asm.c447 (sel >= V_SQ_ALU_SRC_0 && in is_const()
677 *sel = V_SQ_ALU_SRC_0; in r600_bytecode_special_constants()
1974 case V_SQ_ALU_SRC_0: in print_src()