Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c824 if (src0_sel == V_SQ_ALU_SRC_LITERAL) in single_alu_op2()
829 if (src1_sel == V_SQ_ALU_SRC_LITERAL) in single_alu_op2()
847 if (src0_sel == V_SQ_ALU_SRC_LITERAL) in single_alu_op2()
852 if (src1_sel == V_SQ_ALU_SRC_LITERAL) in single_alu_op2()
881 if (src0_sel == V_SQ_ALU_SRC_LITERAL) in single_alu_op3()
886 if (src1_sel == V_SQ_ALU_SRC_LITERAL) in single_alu_op3()
891 if (src2_sel == V_SQ_ALU_SRC_LITERAL) in single_alu_op3()
1218 V_SQ_ALU_SRC_LITERAL, param * 16); in tgsi_declaration()
1484 alu.src[0].sel = V_SQ_ALU_SRC_LITERAL; in eg_load_helper_invocation()
1521 alu.src[0].sel = V_SQ_ALU_SRC_LITERAL; in cm_load_helper_invocation()
[all …]
Dr600_asm.c464 sel <= V_SQ_ALU_SRC_LITERAL); in is_const()
708 *sel = V_SQ_ALU_SRC_LITERAL; in r600_bytecode_special_constants()
721 if (alu->src[i].sel == V_SQ_ALU_SRC_LITERAL) { in r600_bytecode_alu_nliterals()
747 if (alu->src[i].sel == V_SQ_ALU_SRC_LITERAL) { in r600_bytecode_alu_adjust_literals()
1267 if (nalu->src[i].sel == V_SQ_ALU_SRC_LITERAL) in r600_bytecode_add_alu_type()
2041 case V_SQ_ALU_SRC_LITERAL: in print_src()
2669 alu.src[1].sel = V_SQ_ALU_SRC_LITERAL; in r600_create_vertex_fetch_shader()
2686 alu.src[1].sel = V_SQ_ALU_SRC_LITERAL; in r600_create_vertex_fetch_shader()
Dr600_sq.h212 #define V_SQ_ALU_SRC_LITERAL 0x000000FD macro
Deg_sq.h263 #define V_SQ_ALU_SRC_LITERAL 0x000000FD macro