Searched refs:num_dst (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader_op.h39 unsigned num_dst:8; member in struct:sh_opcode_info
H A Dsvga_shader_dump.c480 uint num_dst,
485 assert(num_dst <= 1);
491 if (num_dst >= 1) {
528 assert(info->num_dst <= 1);
536 parse_op(di, assem, &dop, info->num_dst, info->num_src);
537 if (info->num_dst > 0) {
477 parse_op(struct dump_info *di, const uint **token, struct dump_op *op, uint num_dst, uint num_src) argument
/external/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader_op.h39 unsigned num_dst:8; member in struct:sh_opcode_info
H A Dsvga_shader_dump.c480 uint num_dst,
485 assert(num_dst <= 1);
491 if (num_dst >= 1) {
528 assert(info->num_dst <= 1);
536 parse_op(di, assem, &dop, info->num_dst, info->num_src);
537 if (info->num_dst > 0) {
477 parse_op(struct dump_info *di, const uint **token, struct dump_op *op, uint num_dst, uint num_src) argument
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.h74 unsigned num_dst:3; member in struct:tgsi_opcode_info
H A Dtgsi_text.c920 if (info->num_dst + info->num_src + info->is_tex == 0) {
940 inst.Instruction.NumDstRegs = info->num_dst;
945 for (i = 0; i < info->num_dst + info->num_src + info->is_tex; i++) {
956 if (i < info->num_dst) {
960 else if (i < info->num_dst + info->num_src) {
961 if (!parse_src_operand( ctx, &inst.Src[i - info->num_dst] ))
H A Dtgsi_sanity.c330 if (info->num_dst != inst->Instruction.NumDstRegs) {
331 report_error( ctx, "%s: Invalid number of destination operands, should be %u", info->mnemonic, info->num_dst );
H A Dtgsi_ureg.c935 assert(nr_dst == info->num_dst);
951 unsigned num_dst,
958 validate( opcode, num_dst, num_src );
964 out[0].insn.NumDstRegs = num_dst;
942 ureg_emit_insn(struct ureg_program *ureg, unsigned opcode, boolean saturate, boolean predicate, boolean pred_negate, unsigned pred_swizzle_x, unsigned pred_swizzle_y, unsigned pred_swizzle_z, unsigned pred_swizzle_w, unsigned num_dst, unsigned num_src ) argument
H A Dtgsi_ureg.h516 unsigned num_dst,
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.h74 unsigned num_dst:3; member in struct:tgsi_opcode_info
H A Dtgsi_text.c920 if (info->num_dst + info->num_src + info->is_tex == 0) {
940 inst.Instruction.NumDstRegs = info->num_dst;
945 for (i = 0; i < info->num_dst + info->num_src + info->is_tex; i++) {
956 if (i < info->num_dst) {
960 else if (i < info->num_dst + info->num_src) {
961 if (!parse_src_operand( ctx, &inst.Src[i - info->num_dst] ))
H A Dtgsi_sanity.c330 if (info->num_dst != inst->Instruction.NumDstRegs) {
331 report_error( ctx, "%s: Invalid number of destination operands, should be %u", info->mnemonic, info->num_dst );
H A Dtgsi_ureg.c935 assert(nr_dst == info->num_dst);
951 unsigned num_dst,
958 validate( opcode, num_dst, num_src );
964 out[0].insn.NumDstRegs = num_dst;
942 ureg_emit_insn(struct ureg_program *ureg, unsigned opcode, boolean saturate, boolean predicate, boolean pred_negate, unsigned pred_swizzle_x, unsigned pred_swizzle_y, unsigned pred_swizzle_z, unsigned pred_swizzle_w, unsigned num_dst, unsigned num_src ) argument
H A Dtgsi_ureg.h516 unsigned num_dst,
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_swizzle.c572 unsigned num_dst = dst_type.length; local
575 assert(num_src <= num_dst);
580 for (i = num_src; i < num_dst; i++) {
584 if (num_dst == 1) {
589 LLVMConstVector(shuffles, num_dst), "");
606 unsigned num_dst = dst_type.length; local
610 assert(num_dst / 4 <= src_type.length);
625 LLVMConstVector(shuffles, num_dst), "");
H A Dlp_bld_tgsi.c231 assert(info->num_dst <= 1);
232 if (info->num_dst) {
274 if (info->num_dst > 0) {
H A Dlp_bld_tgsi_aos.c477 assert(info->num_dst <= 1);
478 if (info->num_dst) {
974 if (info->num_dst) {
H A Dlp_bld_tgsi_soa.c1123 if(info->num_dst) {
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_swizzle.c572 unsigned num_dst = dst_type.length; local
575 assert(num_src <= num_dst);
580 for (i = num_src; i < num_dst; i++) {
584 if (num_dst == 1) {
589 LLVMConstVector(shuffles, num_dst), "");
606 unsigned num_dst = dst_type.length; local
610 assert(num_dst / 4 <= src_type.length);
625 LLVMConstVector(shuffles, num_dst), "");
H A Dlp_bld_tgsi.c231 assert(info->num_dst <= 1);
232 if (info->num_dst) {
274 if (info->num_dst > 0) {
H A Dlp_bld_tgsi_aos.c477 assert(info->num_dst <= 1);
478 if (info->num_dst) {
974 if (info->num_dst) {
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_mesa_to_tgsi.c679 unsigned num_dst; local
682 num_dst = _mesa_num_inst_dst_regs( inst->Opcode );
685 if (num_dst)
704 debug_assert(num_dst == 0);
719 dst, num_dst,
730 dst, num_dst,
738 dst, num_dst,
762 dst, num_dst,
H A Dst_glsl_to_tgsi.cpp478 return info->num_dst;
4214 unsigned num_dst;
4217 num_dst = num_inst_dst_regs(inst->op);
4220 if (num_dst)
4235 assert(num_dst == 0);
4256 dst, num_dst,
4264 ureg_insn(ureg, inst->op, dst, num_dst, src, num_src);
4270 dst, num_dst,
/external/mesa3d/src/mesa/state_tracker/
H A Dst_mesa_to_tgsi.c679 unsigned num_dst; local
682 num_dst = _mesa_num_inst_dst_regs( inst->Opcode );
685 if (num_dst)
704 debug_assert(num_dst == 0);
719 dst, num_dst,
730 dst, num_dst,
738 dst, num_dst,
762 dst, num_dst,
H A Dst_glsl_to_tgsi.cpp478 return info->num_dst;
4214 unsigned num_dst;
4217 num_dst = num_inst_dst_regs(inst->op);
4220 if (num_dst)
4235 assert(num_dst == 0);
4256 dst, num_dst,
4264 ureg_insn(ureg, inst->op, dst, num_dst, src, num_src);
4270 dst, num_dst,

Completed in 5231 milliseconds

12