Searched refs:tgsi_opcode (Results 1 - 25 of 49) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.h82 enum tgsi_opcode opcode:10;
86 tgsi_get_opcode_info(enum tgsi_opcode opcode);
89 tgsi_get_opcode_name(enum tgsi_opcode opcode);
114 tgsi_opcode_infer_src_type(enum tgsi_opcode opcode, uint src_idx);
117 tgsi_opcode_infer_dst_type(enum tgsi_opcode opcode, uint dst_idx);
H A Dtgsi_info.c54 tgsi_get_opcode_info(enum tgsi_opcode opcode)
88 tgsi_get_opcode_name(enum tgsi_opcode opcode)
123 tgsi_opcode_infer_type(enum tgsi_opcode opcode)
251 tgsi_opcode_infer_src_type(enum tgsi_opcode opcode, uint src_idx)
323 tgsi_opcode_infer_dst_type(enum tgsi_opcode opcode, uint dst_idx)
H A Dtgsi_ureg.h556 enum tgsi_opcode opcode,
566 enum tgsi_opcode opcode,
579 enum tgsi_opcode opcode,
599 enum tgsi_opcode opcode,
644 enum tgsi_opcode opcode = TGSI_OPCODE_##op; \
659 enum tgsi_opcode opcode = TGSI_OPCODE_##op; \
675 enum tgsi_opcode opcode = TGSI_OPCODE_##op; \
692 enum tgsi_opcode opcode = TGSI_OPCODE_##op; \
709 enum tgsi_opcode opcode = TGSI_OPCODE_##op; \
729 enum tgsi_opcode opcod
[all...]
H A Dtgsi_transform.h270 enum tgsi_opcode opcode,
294 enum tgsi_opcode opcode,
323 enum tgsi_opcode opcode,
354 enum tgsi_opcode opcode,
395 enum tgsi_opcode opcode,
446 enum tgsi_opcode opcode,
H A Dtgsi_transform.c168 enum tgsi_opcode opcode = fullinst->Instruction.Opcode;
H A Dtgsi_exec.h137 enum tgsi_opcode opcode,
170 enum tgsi_opcode opcode,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.h82 enum tgsi_opcode opcode:10;
86 tgsi_get_opcode_info(enum tgsi_opcode opcode);
89 tgsi_get_opcode_name(enum tgsi_opcode opcode);
114 tgsi_opcode_infer_src_type(enum tgsi_opcode opcode, uint src_idx);
117 tgsi_opcode_infer_dst_type(enum tgsi_opcode opcode, uint dst_idx);
H A Dtgsi_info.c54 tgsi_get_opcode_info(enum tgsi_opcode opcode)
88 tgsi_get_opcode_name(enum tgsi_opcode opcode)
123 tgsi_opcode_infer_type(enum tgsi_opcode opcode)
251 tgsi_opcode_infer_src_type(enum tgsi_opcode opcode, uint src_idx)
336 tgsi_opcode_infer_dst_type(enum tgsi_opcode opcode, uint dst_idx)
H A Dtgsi_ureg.h541 enum tgsi_opcode opcode,
551 enum tgsi_opcode opcode,
564 enum tgsi_opcode opcode,
584 enum tgsi_opcode opcode,
629 enum tgsi_opcode opcode = TGSI_OPCODE_##op; \
644 enum tgsi_opcode opcode = TGSI_OPCODE_##op; \
660 enum tgsi_opcode opcode = TGSI_OPCODE_##op; \
677 enum tgsi_opcode opcode = TGSI_OPCODE_##op; \
694 enum tgsi_opcode opcode = TGSI_OPCODE_##op; \
714 enum tgsi_opcode opcod
[all...]
H A Dtgsi_transform.h288 enum tgsi_opcode opcode,
312 enum tgsi_opcode opcode,
341 enum tgsi_opcode opcode,
372 enum tgsi_opcode opcode,
413 enum tgsi_opcode opcode,
464 enum tgsi_opcode opcode,
H A Dtgsi_transform.c168 enum tgsi_opcode opcode = fullinst->Instruction.Opcode;
H A Dtgsi_exec.h137 enum tgsi_opcode opcode,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.c88 unsigned tgsi_opcode)
113 unsigned tgsi_opcode,
116 struct lp_build_tgsi_action * action = &bld_base->op_actions[tgsi_opcode];
119 lp_build_action_set_dst_type(emit_data, bld_base, tgsi_opcode);
129 unsigned tgsi_opcode,
133 emit_data.info = tgsi_get_opcode_info(tgsi_opcode);
136 return lp_build_emit_llvm(bld_base, tgsi_opcode, &emit_data);
142 unsigned tgsi_opcode,
147 emit_data.info = tgsi_get_opcode_info(tgsi_opcode);
151 return lp_build_emit_llvm(bld_base, tgsi_opcode,
85 lp_build_action_set_dst_type(struct lp_build_emit_data * emit_data,struct lp_build_tgsi_context * bld_base,unsigned tgsi_opcode) argument
111 lp_build_emit_llvm(struct lp_build_tgsi_context * bld_base,unsigned tgsi_opcode,struct lp_build_emit_data * emit_data) argument
127 lp_build_emit_llvm_unary(struct lp_build_tgsi_context * bld_base,unsigned tgsi_opcode,LLVMValueRef arg0) argument
140 lp_build_emit_llvm_binary(struct lp_build_tgsi_context * bld_base,unsigned tgsi_opcode,LLVMValueRef arg0,LLVMValueRef arg1) argument
155 lp_build_emit_llvm_ternary(struct lp_build_tgsi_context * bld_base,unsigned tgsi_opcode,LLVMValueRef arg0,LLVMValueRef arg1,LLVMValueRef arg2) argument
[all...]
H A Dlp_bld_tgsi.h617 unsigned tgsi_opcode,
623 unsigned tgsi_opcode,
629 unsigned tgsi_opcode,
636 unsigned tgsi_opcode,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.c88 unsigned tgsi_opcode)
113 unsigned tgsi_opcode,
116 struct lp_build_tgsi_action * action = &bld_base->op_actions[tgsi_opcode];
119 lp_build_action_set_dst_type(emit_data, bld_base, tgsi_opcode);
129 unsigned tgsi_opcode,
133 emit_data.info = tgsi_get_opcode_info(tgsi_opcode);
136 return lp_build_emit_llvm(bld_base, tgsi_opcode, &emit_data);
142 unsigned tgsi_opcode,
147 emit_data.info = tgsi_get_opcode_info(tgsi_opcode);
151 return lp_build_emit_llvm(bld_base, tgsi_opcode,
85 lp_build_action_set_dst_type(struct lp_build_emit_data * emit_data,struct lp_build_tgsi_context * bld_base,unsigned tgsi_opcode) argument
111 lp_build_emit_llvm(struct lp_build_tgsi_context * bld_base,unsigned tgsi_opcode,struct lp_build_emit_data * emit_data) argument
127 lp_build_emit_llvm_unary(struct lp_build_tgsi_context * bld_base,unsigned tgsi_opcode,LLVMValueRef arg0) argument
140 lp_build_emit_llvm_binary(struct lp_build_tgsi_context * bld_base,unsigned tgsi_opcode,LLVMValueRef arg0,LLVMValueRef arg1) argument
155 lp_build_emit_llvm_ternary(struct lp_build_tgsi_context * bld_base,unsigned tgsi_opcode,LLVMValueRef arg0,LLVMValueRef arg1,LLVMValueRef arg2) argument
[all...]
H A Dlp_bld_tgsi.h707 unsigned tgsi_opcode,
713 unsigned tgsi_opcode,
719 unsigned tgsi_opcode,
726 unsigned tgsi_opcode,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/tests/
H A Dst_tests_common.h47 FakeCodeline(tgsi_opcode _op): op(_op), max_temp_id(0), max_array_id(0) {}
48 FakeCodeline(tgsi_opcode _op, const std::vector<int>& _dst, const std::vector<int>& _src,
51 FakeCodeline(tgsi_opcode _op, const std::vector<std::pair<int,int>>& _dst,
55 FakeCodeline(tgsi_opcode _op, const std::vector<std::tuple<int,int,int>>& _dst,
59 FakeCodeline(tgsi_opcode _op, const std::vector<std::tuple<int, int, int> > &_dst,
92 tgsi_opcode op;
H A Dst_tests_common.cpp46 FakeCodeline::FakeCodeline(tgsi_opcode _op, const vector<int>& _dst,
63 FakeCodeline::FakeCodeline(tgsi_opcode _op, const vector<pair<int,int>>& _dst,
89 FakeCodeline::FakeCodeline(tgsi_opcode _op, const vector<tuple<int,int,int>>& _dst,
114 FakeCodeline::FakeCodeline(tgsi_opcode _op, const vector<tuple<int,int,int>>& _dst,
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/tests/
H A Dst_tests_common.h47 FakeCodeline(tgsi_opcode _op): op(_op), max_temp_id(0), max_array_id(0) {}
48 FakeCodeline(tgsi_opcode _op, const std::vector<int>& _dst, const std::vector<int>& _src,
51 FakeCodeline(tgsi_opcode _op, const std::vector<std::pair<int,int>>& _dst,
55 FakeCodeline(tgsi_opcode _op, const std::vector<std::tuple<int,int,int>>& _dst,
59 FakeCodeline(tgsi_opcode _op, const std::vector<std::tuple<int, int, int> > &_dst,
92 tgsi_opcode op;
H A Dst_tests_common.cpp46 FakeCodeline::FakeCodeline(tgsi_opcode _op, const vector<int>& _dst,
63 FakeCodeline::FakeCodeline(tgsi_opcode _op, const vector<pair<int,int>>& _dst,
89 FakeCodeline::FakeCodeline(tgsi_opcode _op, const vector<tuple<int,int,int>>& _dst,
114 FakeCodeline::FakeCodeline(tgsi_opcode _op, const vector<tuple<int,int,int>>& _dst,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi_private.h136 enum tgsi_opcode op:10; /**< TGSI opcode */
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi_private.h136 enum tgsi_opcode op:10; /**< TGSI opcode */
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_buffer.c162 enum tgsi_opcode opcode,
291 enum tgsi_opcode opcode,
H A Dsp_image.c387 enum tgsi_opcode opcode,
504 enum tgsi_opcode opcode,
618 enum tgsi_opcode opcode,
652 enum tgsi_opcode opcode,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_image.c354 enum tgsi_opcode opcode,
471 enum tgsi_opcode opcode,
585 enum tgsi_opcode opcode,
619 enum tgsi_opcode opcode,

Completed in 79 milliseconds

12