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.c328 alu.src[1].sel = V_SQ_ALU_SRC_0; in r600_alu_from_byte_stream()
1852 alu.src[0].sel = V_SQ_ALU_SRC_0; in tgsi_ineg()
2171 alu.src[0].sel = V_SQ_ALU_SRC_0; in tgsi_scs()
2213 alu.src[0].sel = V_SQ_ALU_SRC_0; in tgsi_kill()
2245 alu.src[1].sel = V_SQ_ALU_SRC_0; /*0.0*/ in tgsi_lit()
2362 alu.src[1].sel = V_SQ_ALU_SRC_0; /*0.0*/ in tgsi_lit()
2615 alu.src[0].sel = V_SQ_ALU_SRC_0; in tgsi_divmod()
2631 alu.src[0].sel = V_SQ_ALU_SRC_0; in tgsi_divmod()
2838 alu.src[0].sel = V_SQ_ALU_SRC_0; in tgsi_divmod()
3321 alu.src[0].sel = V_SQ_ALU_SRC_0; in tgsi_divmod()
[all …]
Dr600_sq.h192 #define V_SQ_ALU_SRC_0 0x000000F8 macro
Deg_sq.h242 #define V_SQ_ALU_SRC_0 0x000000F8 macro
Dr600_asm.c730 (sel >= V_SQ_ALU_SRC_0 && in is_const()
956 *sel = V_SQ_ALU_SRC_0; in r600_bytecode_special_constants()