/external/mesa3d/src/gallium/drivers/r600/ |
r600_hw_context_priv.h | 52 int r600_context_add_block(struct r600_context *ctx, const struct r600_reg *reg, unsigned nreg,
|
r600_hw_context.c | 132 const struct r600_reg *reg, int index, int nreg, 136 int j, n = nreg; 146 block->nreg = n; 184 int r600_context_add_block(struct r600_context *ctx, const struct r600_reg *reg, unsigned nreg, 191 for (unsigned i = 0, n = 0; i < nreg; i += n) { 211 if ((n + i) >= nreg) 527 unsigned nreg = 32; local 531 for (i = 0; i < nreg; i++) { 536 return r600_context_add_block(ctx, r600_loop_consts, nreg, PKT3_SET_LOOP_CONST, R600_LOOP_CONST_OFFSET); 552 for (int k = 0, offset = block->start_offset; k < block->nreg; k++, offset += 4) [all...] |
r600.h | 137 uint16_t nreg; member in struct:r600_block
|
evergreen_hw_context.c | 724 unsigned nreg = 32; local 728 for (i = 0; i < nreg; i++) { 733 return r600_context_add_block(ctx, r600_loop_consts, nreg, PKT3_SET_LOOP_CONST, EVERGREEN_LOOP_CONST_OFFSET);
|
/external/valgrind/VEX/priv/ |
guest_arm_toIR.c | 2861 UInt nreg = get_neon_n_regno(theInstr); local 2909 UInt nreg = get_neon_n_regno(theInstr & ~(1 << 6)); local 3043 UInt nreg = get_neon_n_regno(theInstr); local 4833 UInt nreg = get_neon_n_regno(theInstr); local 5248 UInt nreg = get_neon_n_regno(theInstr & ~(1 << 6)); local [all...] |