Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_UADD (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/tests/
Dtest_glsl_to_tgsi_lifetime.cpp46 { TGSI_OPCODE_UADD, {out0}, {1,in0}, {}}, in TEST_F()
56 { TGSI_OPCODE_UADD, {2}, {1,in0}, {}}, in TEST_F()
90 { TGSI_OPCODE_UADD, {2}, {1,in0}, {}}, in TEST_F()
91 { TGSI_OPCODE_UADD, {3}, {1,2}, {}}, in TEST_F()
92 { TGSI_OPCODE_UADD, {3}, {3,in1}, {}}, in TEST_F()
109 { TGSI_OPCODE_UADD, {2}, {1,in0}, {}}, in TEST_F()
111 { TGSI_OPCODE_UADD, {3}, {1,2}, {}}, in TEST_F()
112 { TGSI_OPCODE_UADD, {3}, {3,in1}, {}}, in TEST_F()
131 { TGSI_OPCODE_UADD, {2}, {1,in1}, {}}, in TEST_F()
152 { TGSI_OPCODE_UADD, {2}, {1,in0}, {}}, in TEST_F()
[all …]
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c171 case TGSI_OPCODE_UADD: in tgsi_opcode_infer_type()
276 case TGSI_OPCODE_UADD: in tgsi_opcode_infer_src_type()
Dtgsi_dynamic_indexing.c122 inst.Instruction.Opcode = TGSI_OPCODE_UADD; in remove_dynamic_indexes()
257 inst.Instruction.Opcode = TGSI_OPCODE_UADD; in remove_dynamic_indexes()
Dtgsi_exec.c5858 case TGSI_OPCODE_UADD: in exec_instruction()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c169 { 1, 2, 0, 0, 0, 0, COMP, "UADD", TGSI_OPCODE_UADD },
404 case TGSI_OPCODE_UADD: in tgsi_opcode_infer_type()
492 case TGSI_OPCODE_UADD: in tgsi_opcode_infer_src_type()
Dtgsi_util.c231 case TGSI_OPCODE_UADD: in tgsi_util_get_inst_usage_mask()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h479 TGSI_OPCODE_UADD = 129, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h462 #define TGSI_OPCODE_UADD 129 macro
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c726 TGSI_OPCODE_UADD, tmp, emit_data->args[2]); in umad_emit()
2589 bld_base->op_actions[TGSI_OPCODE_UADD].emit = uadd_emit_cpu; in lp_set_default_actions_cpu()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp526 case TGSI_OPCODE_UADD: in inferSrcType()
3137 case TGSI_OPCODE_UADD: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c637 [nir_op_iadd] = { TGSI_OPCODE_UADD, TGSI_OPCODE_U64ADD }, in ntt_emit_alu()
Dtgsi_to_nir.c1902 [TGSI_OPCODE_UADD] = nir_op_iadd,
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp598 emit_asm(ir, TGSI_OPCODE_UADD, st_dst_reg(addr), in emit_asm()
1045 if (inst->op == TGSI_OPCODE_UADD) { in add_buffer_to_load_and_stores()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c883 case TGSI_OPCODE_UADD: in translate_opcode()
9264 case TGSI_OPCODE_UADD: in emit_vgpu10_instruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11802 [TGSI_OPCODE_UADD] = { ALU_OP2_ADD_INT, tgsi_op2},
11999 [TGSI_OPCODE_UADD] = { ALU_OP2_ADD_INT, tgsi_op2},
12225 [TGSI_OPCODE_UADD] = { ALU_OP2_ADD_INT, tgsi_op2},
/external/virglrenderer/src/
Dvrend_shader.c5000 case TGSI_OPCODE_UADD: in iter_instruction()