Home | History | Annotate | Download | only in tgsi

Lines Matching full:ppc

51  * Since it's pretty much impossible to form PPC vector immediates, load
60 * How many TGSI temps should be implemented with real PPC vector registers
86 * Map TGSI temps to PPC vector temps.
87 * We have 32 PPC vector regs. Use 16 of them for storing 4 TGSI temps.
135 * Is the given TGSI register stored as a real PPC vector register?
146 * Is the given TGSI register stored as a real PPC vector register?
158 * All PPC vector load/store instructions form an effective address
203 * We wouldn't need this if there was a simple way to load PPC vector
260 * Register fetch. Return PPC vector register with result.
289 /* use PPC vec register */
408 * Given a TGSI src register and channel index, return the PPC vector
411 * \return index of PPC vector register with the desired src operand
1235 debug_printf("PPC: Emitted %u instructions\n", func->num_inst);
1242 * Translate a TGSI vertex/fragment shader to PPC code.
1245 * \param func the output PPC code/function
1246 * \param immediates buffer to place immediates, later passed to PPC func
1264 /* If GALLIUM_NOPPC is set, don't use PPC codegen */
1271 debug_printf("\n********* TGSI->PPC ********\n");
1304 debug_printf("failed to translate tgsi opcode %d (%s) to PPC (%s)\n",
1346 debug_printf("TGSI->PPC translation failed\n");