| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_eu.c | 423 { .name = "dim", .nsrc = 1, .ndst = 1, .gens = GEN75 }, 424 { .name = "smov", .nsrc = 0, .ndst = 0, .gens = GEN_GE(GEN8) }, 428 { .name = "iff", .nsrc = 0, .ndst = 0, .gens = GEN_LE(GEN5) }, 429 { .name = "brc", .nsrc = 0, .ndst = 0, .gens = GEN_GE(GEN7) }, 433 { .name = "do", .nsrc = 0, .ndst = 0, .gens = GEN_LE(GEN5) }, 434 { .name = "case", .nsrc = 0, .ndst = 0, .gens = GEN6 }, 438 { .name = "msave", .nsrc = 0, .ndst = 0, .gens = GEN_LE(GEN5) }, 439 { .name = "call", .nsrc = 0, .ndst = 0, .gens = GEN_GE(GEN6) }, 443 { .name = "mrest", .nsrc = 0, .ndst = 0, .gens = GEN_LE(GEN5) }, 444 { .name = "ret", .nsrc = 0, .ndst [all...] |
| H A D | brw_eu_validate.c | 556 if (desc->ndst == 0) 638 if (desc->ndst == 0) 857 if (desc->ndst != 0 && !dst_is_null(devinfo, inst)) 988 if (desc->ndst != 0 && !dst_is_null(devinfo, inst)) { 1345 if (desc->ndst == 0 || dst_is_null(devinfo, inst))
|
| H A D | brw_disasm.c | 1686 if (desc->ndst > 0) { 2023 desc && desc->ndst > 0 &&
|
| H A D | brw_eu.h | 1237 int ndst; member in struct:opcode_desc
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/brw/ |
| H A D | brw_disasm.c | 35 int ndst; member in struct:__anonaea5615f0108 37 [BRW_OPCODE_MOV] = { .name = "mov", .nsrc = 1, .ndst = 1 }, 38 [BRW_OPCODE_FRC] = { .name = "frc", .nsrc = 1, .ndst = 1 }, 39 [BRW_OPCODE_RNDU] = { .name = "rndu", .nsrc = 1, .ndst = 1 }, 40 [BRW_OPCODE_RNDD] = { .name = "rndd", .nsrc = 1, .ndst = 1 }, 41 [BRW_OPCODE_RNDE] = { .name = "rnde", .nsrc = 1, .ndst = 1 }, 42 [BRW_OPCODE_RNDZ] = { .name = "rndz", .nsrc = 1, .ndst = 1 }, 43 [BRW_OPCODE_NOT] = { .name = "not", .nsrc = 1, .ndst = 1 }, 44 [BRW_OPCODE_LZD] = { .name = "lzd", .nsrc = 1, .ndst = 1 }, 46 [BRW_OPCODE_MUL] = { .name = "mul", .nsrc = 2, .ndst [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/brw/ |
| H A D | brw_disasm.c | 35 int ndst; member in struct:__anonacb0e6130108 37 [BRW_OPCODE_MOV] = { .name = "mov", .nsrc = 1, .ndst = 1 }, 38 [BRW_OPCODE_FRC] = { .name = "frc", .nsrc = 1, .ndst = 1 }, 39 [BRW_OPCODE_RNDU] = { .name = "rndu", .nsrc = 1, .ndst = 1 }, 40 [BRW_OPCODE_RNDD] = { .name = "rndd", .nsrc = 1, .ndst = 1 }, 41 [BRW_OPCODE_RNDE] = { .name = "rnde", .nsrc = 1, .ndst = 1 }, 42 [BRW_OPCODE_RNDZ] = { .name = "rndz", .nsrc = 1, .ndst = 1 }, 43 [BRW_OPCODE_NOT] = { .name = "not", .nsrc = 1, .ndst = 1 }, 44 [BRW_OPCODE_LZD] = { .name = "lzd", .nsrc = 1, .ndst = 1 }, 46 [BRW_OPCODE_MUL] = { .name = "mul", .nsrc = 2, .ndst [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_clone.c | 255 nir_dest *ndst, const nir_dest *dst) 257 ndst->is_ssa = dst->is_ssa; 259 nir_ssa_dest_init(ninstr, ndst, dst->ssa.num_components, 262 add_remap(state, &ndst->ssa, &dst->ssa); 264 ndst->reg.reg = remap_reg(state, dst->reg.reg); 266 ndst->reg.indirect = malloc(sizeof(nir_src)); 267 __clone_src(state, ninstr, ndst->reg.indirect, dst->reg.indirect); 269 ndst->reg.base_offset = dst->reg.base_offset; 254 __clone_dst(clone_state * state,nir_instr * ninstr,nir_dest * ndst,const nir_dest * dst) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_clone.c | 251 nir_dest *ndst, const nir_dest *dst) 253 ndst->is_ssa = dst->is_ssa; 255 nir_ssa_dest_init(ninstr, ndst, dst->ssa.num_components, 257 add_remap(state, &ndst->ssa, &dst->ssa); 259 ndst->reg.reg = remap_reg(state, dst->reg.reg); 261 ndst->reg.indirect = ralloc(ninstr, nir_src); 262 __clone_src(state, ninstr, ndst->reg.indirect, dst->reg.indirect); 264 ndst->reg.base_offset = dst->reg.base_offset; 250 __clone_dst(clone_state * state,nir_instr * ninstr,nir_dest * ndst,const nir_dest * dst) argument
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3.c | 429 instr_create(struct ir3_block *block, opc_t opc, int ndst, int nsrc) argument 435 unsigned sz = sizeof(*instr) + (ndst * sizeof(instr->dsts[0])) + 442 instr->srcs = instr->dsts + ndst; 445 instr->dsts_max = ndst; 453 ir3_instr_create(struct ir3_block *block, opc_t opc, int ndst, int nsrc) argument 455 struct ir3_instruction *instr = instr_create(block, opc, ndst, nsrc);
|
| H A D | ir3.h | 654 int ndst, int nsrc);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_bc_parser.cpp | 389 int ndst = 0, ncount = 0; local in function:r600_sb::bc_parser::prepare_alu_group 396 ndst++; 402 ndst++; 407 ndst++; 410 n->dst.resize(ndst);
|
| H A D | sb_ra_init.cpp | 791 vvec sv, tv, ndst = n->dst; local in function:r600_sb::ra_split::split_vector_inst 793 split_vec(ndst, tv, sv, true); 796 n->dst = ndst;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_bc_parser.cpp | 397 int ndst = 0, ncount = 0; local in function:r600_sb::bc_parser::prepare_alu_group 404 ndst++; 410 ndst++; 415 ndst++; 418 n->dst.resize(ndst);
|
| H A D | sb_ra_init.cpp | 796 vvec sv, tv, ndst = n->dst; local in function:r600_sb::ra_split::split_vector_inst 798 split_vec(ndst, tv, sv, true); 801 n->dst = ndst;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/tests/ |
| H A D | st_tests_common.cpp | 145 int ndst = num_inst_dst_regs(&instr); local in function:FakeCodeline::FakeCodeline 148 copy(instr.dst, instr.dst + ndst, std::back_inserter(dst));
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/tests/ |
| H A D | st_tests_common.cpp | 145 int ndst = num_inst_dst_regs(&instr); local in function:FakeCodeline::FakeCodeline 148 copy(instr.dst, instr.dst + ndst, std::back_inserter(dst));
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi_temprename.cpp | 1276 unsigned ndst = num_inst_dst_regs(inst); local in function:get_temp_registers_required_live_ranges 1277 for (unsigned j = 0; j < ndst; j++) { 1278 access.record_write(inst->dst[j], line, cur_scope, ndst == 1);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi_temprename.cpp | 1276 unsigned ndst = num_inst_dst_regs(inst); local in function:get_temp_registers_required_live_ranges 1277 for (unsigned j = 0; j < ndst; j++) { 1278 access.record_write(inst->dst[j], line, cur_scope, ndst == 1);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_eu_validate.c | 643 if (desc->ndst == 0) 725 if (desc->ndst == 0) 944 if (desc->ndst != 0 && !dst_is_null(devinfo, inst)) 1075 if (desc->ndst != 0 && !dst_is_null(devinfo, inst)) { 1432 if (desc->ndst == 0 || dst_is_null(devinfo, inst))
|
| H A D | brw_disasm.c | 2003 if (desc->ndst > 0) { 2457 desc && desc->ndst > 0 &&
|
| H A D | brw_eu.h | 1888 int ndst; member in struct:opcode_desc
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| H A D | nine_shader.c | 354 unsigned ndst; member in struct:sm1_op_info 367 BYTE ndst; member in struct:sm1_instruction 409 for (i = 0; i < insn->ndst && i < ARRAY_SIZE(insn->dst); ++i) { 1396 if (!tx->insn.ndst || !tx->insn.dst[0].shift || tx->insn.opcode == D3DSIO_TEXKILL) 3195 for (i = 0; i < tx->insn.ndst && i < ARRAY_SIZE(dst); ++i) 3201 dst, tx->insn.ndst, 3456 insn->ndst = info->ndst; 3471 for (i = 0; i < insn->ndst; ++i)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| H A D | nine_shader.c | 355 unsigned ndst; member in struct:sm1_op_info 368 BYTE ndst; member in struct:sm1_instruction 410 for (i = 0; i < insn->ndst && i < ARRAY_SIZE(insn->dst); ++i) { 1417 if (!tx->insn.ndst || !tx->insn.dst[0].shift || tx->insn.opcode == D3DSIO_TEXKILL) 3230 for (i = 0; i < tx->insn.ndst && i < ARRAY_SIZE(dst); ++i) 3236 dst, tx->insn.ndst, 3491 insn->ndst = info->ndst; 3506 for (i = 0; i < insn->ndst; ++i)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_qir.c | 32 uint8_t ndst, nsrc; member in struct:qir_op_info
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_qir.c | 32 uint8_t ndst, nsrc; member in struct:qir_op_info
|