| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/svgadump/ |
| H A D | svga_shader_op.h | 39 unsigned num_dst:8; member in struct:sh_opcode_info
|
| H A D | svga_shader_dump.c | 491 uint num_dst, 496 assert(num_dst <= 1); 502 if (num_dst >= 1) { 539 assert(info->num_dst <= 1); 547 parse_op(di, assem, &dop, info->num_dst, info->num_src); 548 if (info->num_dst > 0) { 488 parse_op(struct dump_info * di,const uint ** token,struct dump_op * op,uint num_dst,uint num_src) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/svgadump/ |
| H A D | svga_shader_op.h | 39 unsigned num_dst:8; member in struct:sh_opcode_info
|
| H A D | svga_shader_dump.c | 491 uint num_dst, 496 assert(num_dst <= 1); 502 if (num_dst >= 1) { 539 assert(info->num_dst <= 1); 547 parse_op(di, assem, &dop, info->num_dst, info->num_src); 548 if (info->num_dst > 0) { 488 parse_op(struct dump_info * di,const uint ** token,struct dump_op * op,uint num_dst,uint num_src) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_info.h | 74 unsigned num_dst:3; member in struct:tgsi_opcode_info
|
| H A D | tgsi_info.c | 40 .output_mode = _output_mode, .num_dst = _num_dst, .num_src = _num_src, \
|
| H A D | tgsi_text.c | 1058 if (info->num_dst + info->num_src + info->is_tex == 0) { 1079 inst.Instruction.NumDstRegs = info->num_dst; 1098 assume(info->num_dst <= TGSI_FULL_MAX_DST_REGISTERS); 1103 for (i = 0; i < info->num_dst + info->num_src + info->is_tex; i++) { 1114 if (i < info->num_dst) { 1118 else if (i < info->num_dst + info->num_src) { 1119 if (!parse_src_operand( ctx, &inst.Src[i - info->num_dst] ))
|
| H A D | tgsi_sanity.c | 328 if (info->num_dst != inst->Instruction.NumDstRegs) { 330 tgsi_get_opcode_name(inst->Instruction.Opcode), info->num_dst );
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_info.h | 74 unsigned num_dst:3; member in struct:tgsi_opcode_info
|
| H A D | tgsi_info.c | 40 .output_mode = _output_mode, .num_dst = _num_dst, .num_src = _num_src, \
|
| H A D | tgsi_text.c | 1058 if (info->num_dst + info->num_src + info->is_tex == 0) { 1079 inst.Instruction.NumDstRegs = info->num_dst; 1098 assume(info->num_dst <= TGSI_FULL_MAX_DST_REGISTERS); 1103 for (i = 0; i < info->num_dst + info->num_src + info->is_tex; i++) { 1114 if (i < info->num_dst) { 1118 else if (i < info->num_dst + info->num_src) { 1119 if (!parse_src_operand( ctx, &inst.Src[i - info->num_dst] ))
|
| H A D | tgsi_sanity.c | 328 if (info->num_dst != inst->Instruction.NumDstRegs) { 330 tgsi_get_opcode_name(inst->Instruction.Opcode), info->num_dst );
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi.c | 267 assert(info->num_dst <= 2); 268 if (info->num_dst) { 273 if (info->num_dst >= 2) { 319 if (info->num_dst >= 2) { 329 if (info->num_dst > 0 && info->opcode != TGSI_OPCODE_STORE) { 331 if (info->num_dst >= 2)
|
| H A D | lp_bld_swizzle.c | 743 unsigned num_dst = dst_type.length; local in function:lp_build_pack_aos_scalars 746 assert(num_src <= num_dst); 751 for (i = num_src; i < num_dst; i++) { 755 if (num_dst == 1) { 760 LLVMConstVector(shuffles, num_dst), ""); 777 unsigned num_dst = dst_type.length; local in function:lp_build_unpack_broadcast_aos_scalars 781 assert(num_dst / 4 <= src_type.length); 796 LLVMConstVector(shuffles, num_dst), "");
|
| H A D | lp_bld_tgsi_aos.c | 451 assert(info->num_dst <= 1); 452 if (info->num_dst) { 849 if (info->num_dst) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi.c | 267 assert(info->num_dst <= 2); 268 if (info->num_dst) { 273 if (info->num_dst >= 2) { 319 if (info->num_dst >= 2) { 329 if (info->num_dst > 0 && info->opcode != TGSI_OPCODE_STORE) { 331 if (info->num_dst >= 2)
|
| H A D | lp_bld_swizzle.c | 774 unsigned num_dst = dst_type.length; local in function:lp_build_pack_aos_scalars 777 assert(num_src <= num_dst); 782 for (i = num_src; i < num_dst; i++) { 786 if (num_dst == 1) { 791 LLVMConstVector(shuffles, num_dst), ""); 808 unsigned num_dst = dst_type.length; local in function:lp_build_unpack_broadcast_aos_scalars 812 assert(num_dst / 4 <= src_type.length); 827 LLVMConstVector(shuffles, num_dst), "");
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/ |
| H A D | ShaderParse.h | 119 unsigned num_dst; member in struct:Shader_opcode
|
| H A D | ShaderParse.c | 63 unsigned num_dst; member in struct:dx10_opcode_info 418 opcode->num_dst = 0; 423 opcode->num_dst = info->num_dst; 427 for (i = 0; i < info->num_dst; i++) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/ |
| H A D | i915_fpc_optimize.c | 76 unsigned num_dst; member in struct:__anon83d75e690108 124 return (op_table[opcode].num_dst > 0); 129 return op_table[opcode].num_dst; 296 int num_dst, num_src; local in function:liveness_analysis 313 num_dst = op_num_dst(opcode); 315 switch(num_dst) 323 debug_printf("Op %d has %d dst regs\n", opcode, num_dst);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/ |
| H A D | i915_fpc_optimize.c | 81 unsigned num_dst; member in struct:__anon602bffbc0108 130 return (op_table[opcode].num_dst > 0); 136 return op_table[opcode].num_dst; 315 int num_dst, num_src; local in function:liveness_analysis 330 num_dst = op_num_dst(opcode); 332 switch (num_dst) { 339 debug_printf("Op %d has %d dst regs\n", opcode, num_dst);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi_private.h | 195 return op->info->num_dst;
|
| H A D | st_mesa_to_tgsi.c | 519 unsigned num_dst; local in function:compile_instruction 522 num_dst = _mesa_num_inst_dst_regs(inst->Opcode); 525 if (num_dst) 542 dst, num_dst, 600 dst, num_dst,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi_private.h | 198 return op->info->num_dst;
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Initialize.c | 610 Cardinal *num_dst) 625 *num_dst = num_src1; 676 *num_dst = (Cardinal) dst_len; 605 _MergeOptionTables(const XrmOptionDescRec * src1,Cardinal num_src1,const XrmOptionDescRec * src2,Cardinal num_src2,XrmOptionDescRec ** dst,Cardinal * num_dst) argument
|