HomeSort by relevance Sort by last modified time
    Searched refs:state_offset (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_gs_state.c 45 sizeof(*gs), 32, &brw->gs.state_offset);
56 brw->gs.state_offset +
brw_vs_state.c 47 sizeof(*vs), 32, &brw->vs.state_offset);
54 brw->vs.state_offset +
159 brw->vs.state_offset +
gen7_cc_state.c 38 OUT_BATCH(brw->cc.state_offset | 1);
brw_wm_state.c 82 sizeof(*wm), 32, &brw->wm.state_offset);
100 brw->wm.state_offset +
107 brw->wm.state_offset +
228 brw->wm.state_offset +
238 brw->wm.state_offset +
brw_clip_state.c 44 sizeof(*clip), 32, &brw->clip.state_offset);
52 brw->clip.state_offset +
brw_context.h 901 uint32_t state_offset; member in struct:brw_context::__anon18964
933 uint32_t state_offset; member in struct:brw_context::__anon18965
946 uint32_t state_offset; member in struct:brw_context::__anon18966
960 uint32_t state_offset; member in struct:brw_context::__anon18967
990 uint32_t state_offset; \/* offset in batchbuffer to pre-gen6 WM state *\/ member in struct:brw_context::__anon18968
1030 uint32_t state_offset; member in struct:brw_context::__anon18969
    [all...]
brw_sf_state.c 150 sizeof(*sf), 64, &brw->sf.state_offset);
158 brw->sf.state_offset +
306 drm_intel_bo_emit_reloc(bo, (brw->sf.state_offset +
brw_misc_state.c 159 brw->vs.state_offset);
162 brw->gs.state_offset | 1);
166 brw->clip.state_offset | 1);
168 brw->sf.state_offset);
170 brw->wm.state_offset);
172 brw->cc.state_offset);
brw_cc.c 103 sizeof(*cc), 64, &brw->cc.state_offset);
224 (brw->cc.state_offset +
gen6_cc.c 217 sizeof(*cc), 64, &brw->cc.state_offset);
254 OUT_BATCH(brw->cc.state_offset | 1);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_gs_state.c 45 sizeof(*gs), 32, &brw->gs.state_offset);
56 brw->gs.state_offset +
brw_vs_state.c 47 sizeof(*vs), 32, &brw->vs.state_offset);
54 brw->vs.state_offset +
159 brw->vs.state_offset +
gen7_cc_state.c 38 OUT_BATCH(brw->cc.state_offset | 1);
brw_wm_state.c 82 sizeof(*wm), 32, &brw->wm.state_offset);
100 brw->wm.state_offset +
107 brw->wm.state_offset +
228 brw->wm.state_offset +
238 brw->wm.state_offset +
brw_clip_state.c 44 sizeof(*clip), 32, &brw->clip.state_offset);
52 brw->clip.state_offset +
brw_context.h 901 uint32_t state_offset; member in struct:brw_context::__anon7302
933 uint32_t state_offset; member in struct:brw_context::__anon7303
946 uint32_t state_offset; member in struct:brw_context::__anon7304
960 uint32_t state_offset; member in struct:brw_context::__anon7305
990 uint32_t state_offset; \/* offset in batchbuffer to pre-gen6 WM state *\/ member in struct:brw_context::__anon7306
1030 uint32_t state_offset; member in struct:brw_context::__anon7307
    [all...]
brw_sf_state.c 150 sizeof(*sf), 64, &brw->sf.state_offset);
158 brw->sf.state_offset +
306 drm_intel_bo_emit_reloc(bo, (brw->sf.state_offset +
brw_misc_state.c 159 brw->vs.state_offset);
162 brw->gs.state_offset | 1);
166 brw->clip.state_offset | 1);
168 brw->sf.state_offset);
170 brw->wm.state_offset);
172 brw->cc.state_offset);
brw_cc.c 103 sizeof(*cc), 64, &brw->cc.state_offset);
224 (brw->cc.state_offset +
gen6_cc.c 217 sizeof(*cc), 64, &brw->cc.state_offset);
254 OUT_BATCH(brw->cc.state_offset | 1);
  /external/ceres-solver/internal/ceres/
program.cc 134 int state_offset = 0; local
138 parameter_blocks_[i]->set_state_offset(state_offset);
140 state_offset += parameter_blocks_[i]->Size();
155 int state_offset = 0; local
160 parameter_block->state_offset() != state_offset ||
168 state_offset += parameter_blocks_[i]->Size();
coordinate_descent_minimizer.cc 128 parameter_block->SetState(parameters + parameter_block->state_offset());
183 parameters + parameter_block->state_offset(),
188 parameter_block->SetState(parameters + parameter_block->state_offset());
parameter_block.h 136 int state_offset() const { return state_offset_; } function in class:ceres::internal::ParameterBlock
137 void set_state_offset(int state_offset) { state_offset_ = state_offset; }
242 "constant=%d, index=%d, state_offset=%d, "
  /external/chromium_org/base/i18n/
build_utf8_validator_tables.cc 371 std::vector<uint8> state_offset(1, 0);
392 state_offset.push_back(pos);
395 DCHECK_EQ(129, state_offset[1]);
407 static_cast<int>(state_offset[state_index]));
416 table_printer.PrintValue(state_offset[target_state]);
  /external/chromium_org/v8/src/arm/
deoptimizer-arm.cc 291 __ ldr(r6, MemOperand(r2, FrameDescription::state_offset()));

Completed in 863 milliseconds

1 2