Lines Matching refs:temp
55 /* Map PDS temp registers to the CDM values they contain Work-group IDs are only
273 * Gets the next temp address and moves the next temp pointer along.
275 * \param next_temp Pointer to the next temp address.
278 * \return The address of the next temp.
283 uint32_t temp;
285 /* Work out starting temp number. For even number of temps, start on a
289 temp = *next_temp;
291 temp = (*next_temp + 1) & ~1;
294 *count += temp + num_temps - *next_temp;
296 /* Move the next temp pointer. */
297 *next_temp = temp + num_temps;
299 assert((temp + num_temps) <=
302 return temp;
714 uint32_t temp = 0;
763 /* IR0 is in first 32-bit temp, temp[0].32, vertex_Index. */
765 /* IR1 is in second 32-bit temp, temp[1].32, instance_ID. */
1046 temp = pvr_pds_get_temps(&next_temp, 1, &temps_used); /* 32-bit */
1068 temp = pvr_pds_get_temps(&next_temp,
1072 temp = vertex_stream->instance_data ? input_register1
1084 /* Put zero in temp. */
1085 *buffer++ = pvr_pds_inst_encode_limm(0, temp, 0, 0);
1091 /* Put zero in temp. Need zero for add part of the following
1094 *buffer++ = pvr_pds_inst_encode_limm(0, temp, 0, 0);
1095 /* Put zero in temp. Need zero for add part of the following
1098 *buffer++ = pvr_pds_inst_encode_limm(0, temp + 1, 0, 0);
1109 temp / 2,
1110 temp / 2);
1126 /* SRC0 */ temp / 2,
1131 /* DST */ temp / 2);
1143 /* SRC0 */ temp / 2,
1148 /* DST */ temp / 2);
1158 temp, /* src1 */
1159 temp /* dst */
1181 /* DST */ temp);
1190 temp, /* src1 */
1191 temp /* dst */
1203 temp /* dst */
1209 temp = vertex_stream->instance_data ? input_register1
1223 /* Get an 64 bits temp such that cmp current index with
1240 code_size += (temp == pre_index_temp ? 1 : 2);
1259 if (temp != pre_index_temp) {
1264 /* SRC0 */ temp - PVR_ROGUE_PDSINST_REGS32_TEMP32_LOWER,
1282 pre_index_temp = temp;
1417 /* SRC1 */ temp, /* Index 32-bit*/
1521 /* SRC1 */ temp, /* Index 32-bit*/
1556 /* SRC1 */ temp, /* Index 32-bit*/
2232 /* Zero the persistent temp (SW fence for context switch). */
2263 /* Load negate constant into temp for CMP. */
2553 /* Zero the persistent temp (SW fence for context switch). */
3017 /* Minimum temp count is 1. */
3399 /* Minimum temp count is 1. */
3937 * Zero the persistent temp (SW fence for context switch).
4066 /* Update the data size and code size. Minimum temp count is 1. */
4080 * \param temp_index Dest temp for load/source temp for store, in 32bits