| /xsrc/external/ofl/font-liberation-ttf/dist/ |
| Makefile | 4 # 4web: dtto for TTF, WOFF, SVG, and EOT 10 # TTF->EOT converters in fallback order 13 # URLs to be used for root string within EOT file; 23 make_eot = $(error No tool for TTF->EOT conversion: $(MKEOT), $(TTF2EOT)) 72 # Embedded OpenType (EOT); MSIE only [extra recipe, FontForge can't create EOT] 73 FORMATS += eot 74 eot:: $(addprefix $(EXPORTDIR)/$(NAME), $(VARIANTS:=.eot)) 76 $(EXPORTDIR)/%.eot: $(EXPORTDIR)/%.ttf | $(EXPORTDIR [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| brw_ir.h | 177 bool eot:1; member in struct:backend_instruction::backend_instruction
|
| brw_fs_visitor.cpp | 107 write->eot = true; 732 inst->eot = true; 942 inst->eot = false; 944 inst->eot = slot == last_slot && stage != MESA_SHADER_GEOMETRY; 968 * EOT at the end of the program for us. 977 inst->eot = true; 986 * send cycle, which is a urb write with an eot must be 4 phases long and 1021 inst->eot = true; 1032 /* We can't directly send from g0, since sends with EOT have to use 1043 inst->eot = true [all...] |
| brw_fs_cse.cpp | 194 a->eot == b->eot &&
|
| brw_fs_generator.cpp | 343 inst->eot); 349 inst->eot); 389 inst->eot, 875 brw_inst_set_eot(p->devinfo, insn, inst->eot); 902 brw_inst_set_eot(devinfo, insn, inst->eot); 1091 /* Sampler EOT message of less than the dispatch width would kill the 1094 assert(!inst->eot || inst->exec_size == dispatch_width); 1686 false /* EOT */); 1957 if (inst->eot && is_accum_used && devinfo->ver >= 12) { 1967 if (!is_accum_used && !inst->eot) { [all...] |
| brw_eu.h | 1557 bool eot); 1569 bool eot); 1577 bool eot); 1593 bool eot,
|
| brw_eu_emit.c | 74 * "The send with EOT should use register space R112-R127 for <src>. This is 76 * with EOT for current thread is pending dispatch." 79 * registers required for messages with EOT. 2455 bool eot, 2496 brw_inst_set_eot(devinfo, insn, eot); 2689 bool eot) 2733 brw_inst_set_eot(devinfo, send, eot); 2746 bool eot) 2799 * Even though the instruction dispatcher always pulls the SFID and EOT 2801 * processes the message gets the SFID and EOT from the extende [all...] |
| brw_fs_reg_allocate.cpp | 276 if (inst->eot) { 614 if (inst->eot) { 621 /* If something happened to spill, we want to push the EOT send
|
| brw_shader.cpp | 1103 (eot && devinfo->ver >= 12); /* See Wa_14010017096. */ 1155 return eot;
|
| brw_fs_bank_conflicts.cpp | 558 * Also take into account the source GRF restrictions of EOT 566 (is_grf(inst->src[i]) && inst->eot))
|
| brw_fs.cpp | 608 /* Insert our code just before the final SEND with EOT. */ 610 assert(end && ((fs_inst *) end)->eot); 1632 prev->eot = true; 1658 inst->eot = true; 3531 write->eot = true; 5201 inst->offset != 0 || inst->eot || 5221 if (!inst->eot && regs_written(inst) != 4 * reg_width) { 5549 if (inst->eot) { 5550 /* EOT sampler messages don't make sense to split because it would 5554 /* We need to use SENDC for EOT sampler messages * [all...] |
| brw_fs_copy_propagation.cpp | 489 /* Avoid propagating a FIXED_GRF register into an EOT instruction in order 492 if (entry->src.file == FIXED_GRF && inst->eot)
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| brw_fs_visitor.cpp | 107 write->eot = true; 563 inst->eot = true; 827 inst->eot = false; 829 inst->eot = slot == last_slot && stage != MESA_SHADER_GEOMETRY; 853 * EOT at the end of the program for us. 862 inst->eot = true; 871 * send cycle, which is a urb write with an eot must be 4 phases long and 906 inst->eot = true; 920 /* We can't directly send from g0, since sends with EOT have to use 931 inst->eot = true [all...] |
| brw_shader.h | 179 bool eot:1; member in struct:backend_instruction::backend_instruction
|
| brw_fs_cse.cpp | 193 a->eot == b->eot &&
|
| brw_eu.h | 915 bool eot); 927 bool eot); 935 bool eot); 951 bool eot,
|
| brw_fs_generator.cpp | 283 inst->eot); 288 inst->eot); 353 inst->eot, 722 * WA: Clear tdr register before send EOT in all non-PS shader kernels 726 if (inst->eot && p->devinfo->gen == 10) { 752 brw_inst_set_eot(p->devinfo, insn, inst->eot); 773 brw_inst_set_eot(devinfo, insn, inst->eot); 954 /* Sampler EOT message of less than the dispatch width would kill the 957 assert(!inst->eot || inst->exec_size == dispatch_width); 1466 false /* EOT */); [all...] |
| brw_eu_emit.c | 73 * "The send with EOT should use register space R112-R127 for <src>. This is 75 * with EOT for current thread is pending dispatch." 78 * registers required for messages with EOT. 2275 bool eot, 2321 brw_inst_set_eot(devinfo, insn, eot); 2515 bool eot) 2552 brw_inst_set_eot(devinfo, send, eot); 2565 bool eot) 2610 * Even though the instruction dispatcher always pulls the SFID and EOT 2612 * processes the message gets the SFID and EOT from the extende [all...] |
| brw_fs_reg_allocate.cpp | 379 if (inst->eot) { 619 if (inst->eot) { 625 /* If something happened to spill, we want to push the EOT send
|
| brw_fs.cpp | 613 /* Insert our code just before the final SEND with EOT. */ 615 assert(end && ((fs_inst *) end)->eot); 1536 prev->eot = true; 1562 inst->eot = true; 2808 * CHV, and GEN9+ can mark a texturing SEND instruction with EOT to have its 2840 assert(fb_write->eot); 2882 assert(!tex_inst->eot); /* We can't get here twice */ 2888 tex_inst->eot = true; 2893 /* Marking EOT is sufficient, lower_logical_sends() will notice the EOT [all...] |
| brw_fs_bank_conflicts.cpp | 558 * Also take into account the source GRF restrictions of EOT 566 (is_grf(inst->src[i]) && inst->eot))
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/brw/ |
| brw_eu_emit.c | 86 * "The send with EOT should use register space R112-R127 for <src>. This is 88 * with EOT for current thread is pending dispatch." 91 * registers required for messages with EOT. 1457 0, /* eot */ 1745 bool eot, 1786 eot, 1788 eot, 1866 bool eot, 1902 eot, 1990 bool eot) [all...] |
| brw_eu.h | 698 * 27:24 of the header (destreg__conditionalmod); EOT is in bits3. 830 * "The MSb of the message description, the EOT field, always comes from 2108 bool eot, 2119 bool eot); 2129 bool eot,
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/brw/ |
| brw_eu_emit.c | 86 * "The send with EOT should use register space R112-R127 for <src>. This is 88 * with EOT for current thread is pending dispatch." 91 * registers required for messages with EOT. 1457 0, /* eot */ 1745 bool eot, 1786 eot, 1788 eot, 1866 bool eot, 1902 eot, 1990 bool eot) [all...] |
| brw_eu.h | 698 * 27:24 of the header (destreg__conditionalmod); EOT is in bits3. 830 * "The MSb of the message description, the EOT field, always comes from 2108 bool eot, 2119 bool eot); 2129 bool eot,
|