HomeSort by relevance Sort by last modified time
    Searched defs:state_offset (Results 1 - 6 of 6) sorted by null

  /external/ceres-solver/internal/ceres/
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, "
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();
  /external/bluetooth/bluedroid/stack/btm/
btm_ble_gap.c 3117 UINT8 state_offset = 0; local
    [all...]
  /external/pcre/dist/
pcre_dfa_exec.c 643 int state_offset = current_state->offset; local
648 printf ("%.*sProcessing state %d c=", rlevel*2-2, SP, state_offset);
659 if (state_offset < 0)
664 ADD_NEW_DATA(state_offset, current_state->count,
671 current_state->offset = state_offset = -state_offset;
681 if (active_states[j].offset == state_offset &&
691 code = start_code + state_offset;
777 ADD_ACTIVE(state_offset + 1 + LINK_SIZE, 0);
780 ADD_ACTIVE(state_offset - GET(code, 1), 0)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
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...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.h 901 uint32_t state_offset; member in struct:brw_context::__anon11448
933 uint32_t state_offset; member in struct:brw_context::__anon11449
946 uint32_t state_offset; member in struct:brw_context::__anon11450
960 uint32_t state_offset; member in struct:brw_context::__anon11451
990 uint32_t state_offset; \/* offset in batchbuffer to pre-gen6 WM state *\/ member in struct:brw_context::__anon11452
1030 uint32_t state_offset; member in struct:brw_context::__anon11453
    [all...]

Completed in 864 milliseconds