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/
H A Dr600_shader.c836 if (src0_sel == V_SQ_ALU_SRC_LITERAL) in single_alu_op2()
841 if (src1_sel == V_SQ_ALU_SRC_LITERAL) in single_alu_op2()
859 if (src0_sel == V_SQ_ALU_SRC_LITERAL) in single_alu_op2()
864 if (src1_sel == V_SQ_ALU_SRC_LITERAL) in single_alu_op2()
893 if (src0_sel == V_SQ_ALU_SRC_LITERAL) in single_alu_op3()
898 if (src1_sel == V_SQ_ALU_SRC_LITERAL) in single_alu_op3()
903 if (src2_sel == V_SQ_ALU_SRC_LITERAL) in single_alu_op3()
1232 V_SQ_ALU_SRC_LITERAL, param * 16); in tgsi_declaration()
1498 alu.src[0].sel = V_SQ_ALU_SRC_LITERAL; in eg_load_helper_invocation()
1535 alu.src[0].sel = V_SQ_ALU_SRC_LITERAL; in cm_load_helper_invocation()
[all...]
H A Dr600_asm.c509 sel <= V_SQ_ALU_SRC_LITERAL); in is_const()
754 *sel = V_SQ_ALU_SRC_LITERAL; in r600_bytecode_special_constants()
767 if (alu->src[i].sel == V_SQ_ALU_SRC_LITERAL) { in r600_bytecode_alu_nliterals()
793 if (alu->src[i].sel == V_SQ_ALU_SRC_LITERAL) { in r600_bytecode_alu_adjust_literals()
1333 if (nalu->src[i].sel == V_SQ_ALU_SRC_LITERAL) in r600_bytecode_add_alu_type()
2123 case V_SQ_ALU_SRC_LITERAL: in print_src()
2751 alu.src[1].sel = V_SQ_ALU_SRC_LITERAL; in r600_create_vertex_fetch_shader()
2768 alu.src[1].sel = V_SQ_ALU_SRC_LITERAL; in r600_create_vertex_fetch_shader()
H A Dr600_sq.h217 #define V_SQ_ALU_SRC_LITERAL 0x000000FD macro
H A Deg_sq.h265 #define V_SQ_ALU_SRC_LITERAL 0x000000FD macro

Completed in 14 milliseconds