HomeSort by relevance Sort by last modified time
    Searched refs:nreg (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/mesa/src/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/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/qemu/hw/
dma.c 154 int ichan, nreg, iport, ff, val, dir; local
159 nreg = iport & 1;
164 if (nreg)
176 int iport, ichan, nreg; local
181 nreg = iport & 1;
184 r->base[nreg] = (r->base[nreg] & 0xff) | ((data << 8) & 0xff00);
187 r->base[nreg] = (r->base[nreg] & 0xff00) | (data & 0xff);
  /external/valgrind/main/VEX/priv/
guest_arm_toIR.c 2868 UInt nreg = get_neon_n_regno(theInstr); local
2891 UInt nreg = get_neon_n_regno(theInstr & ~(1 << 6)); local
3025 UInt nreg = get_neon_n_regno(theInstr); local
4822 UInt nreg = get_neon_n_regno(theInstr); local
5241 UInt nreg = get_neon_n_regno(theInstr & ~(1 << 6)); local
    [all...]

Completed in 290 milliseconds