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.c1321 alu.src[0].sel = V_SQ_ALU_SRC_0; in load_block_grid_size()
1840 alu.src[1].sel = V_SQ_ALU_SRC_0; in do_lds_fetch_values()
1841 alu.src[2].sel = V_SQ_ALU_SRC_0; in do_lds_fetch_values()
2851 alu.src[2].sel = V_SQ_ALU_SRC_0; in r600_store_tcs_output()
4291 alu.src[0].sel = V_SQ_ALU_SRC_0; in tgsi_ineg()
4908 alu.src[0].sel = V_SQ_ALU_SRC_0; in tgsi_kill()
4940 alu.src[1].sel = V_SQ_ALU_SRC_0; /*0.0*/ in tgsi_lit()
5057 alu.src[1].sel = V_SQ_ALU_SRC_0; /*0.0*/ in tgsi_lit()
5306 alu.src[0].sel = V_SQ_ALU_SRC_0; in tgsi_divmod()
5322 alu.src[0].sel = V_SQ_ALU_SRC_0; in tgsi_divmod()
[all …]
Dr600_sq.h205 #define V_SQ_ALU_SRC_0 0x000000F8 macro
Deg_sq.h254 #define V_SQ_ALU_SRC_0 0x000000F8 macro
Dr600_asm.c444 (sel >= V_SQ_ALU_SRC_0 && in is_const()
674 *sel = V_SQ_ALU_SRC_0; in r600_bytecode_special_constants()
2006 case V_SQ_ALU_SRC_0: in print_src()