Lines Matching defs:address

240  * Gets the next constant address and moves the next constant pointer along.
242 * \param next_constant Pointer to the next constant address.
245 * \return The address of the next constant.
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.
379 uint64_t address,
387 address |= PVR_ROGUE_PDSINST_DOUT_FIELDS_DOUTD_SRC0_SLCMODE_CACHED;
393 data_block[index + 0] = L32(address);
394 data_block[index + 1] = H32(address);
396 PVR_PDS_PRINT_DATA("WriteDMAAddress", address, index);
406 * \returns The address of the next constant.
432 * \param dma_address DMA address.
435 * \param src_address Source address for the burst.
475 * \param execution_address USC execution virtual address.
488 /* Set the execution address. */
1322 /* Write the address to the constant. */
1325 vertex_stream->address +
1442 * DMA address is 40-bit.
1448 /* Write the address to the constant. */
1451 vertex_stream->address +
1700 * (if0) DOUTU src1=USC Code Base address, src2=DOUTU word 2.
2337 * DoutU src1=USC Code Base address, src2=doutu word 2.
4082 * \param address Source for load/dest for store in bytes.
4097 uint64_t address,
4125 (((count % 2) == 0) && ((address % 16) == 0) &&
4158 ld_src0 |= (((address >> 2) & PVR_ROGUE_PDSINST_LD_SRCADD_MASK)
4185 address += (((uint64_t)(per_inst_count)) << 3);
4196 /* ST needs source memory address to be 32bits aligned. */
4197 assert((gen_mode == PDS_GENERATE_SIZES) || ((address % 4) == 0));
4217 st_src0 |= (((address >> 2) & PVR_ROGUE_PDSINST_ST_SRCADD_MASK)
4245 address += (((uint64_t)(per_inst_count)) << 2);
4425 * spec we must deal with this by choosing an appropriate earlier address and