Searched defs:state_offset (Results 1 - 5 of 5) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dparameter_block.h136 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; } argument
242 "constant=%d, index=%d, state_offset=%d, "
H A Dprogram.cc134 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/
H A Dbtm_ble_gap.c3121 UINT8 state_offset = 0; local
3158 mask = btm_le_state_combo_tbl[request_state][state_offset][0];
3159 offset = btm_le_state_combo_tbl[request_state][state_offset][1];
3171 state_offset ++;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_context.h901 uint32_t state_offset; member in struct:brw_context::__anon13339
933 uint32_t state_offset; member in struct:brw_context::__anon13340
946 uint32_t state_offset; member in struct:brw_context::__anon13341
960 uint32_t state_offset; member in struct:brw_context::__anon13342
990 uint32_t state_offset; /* offset in batchbuffer to pre-gen6 WM state */ member in struct:brw_context::__anon13343
1030 uint32_t state_offset; member in struct:brw_context::__anon13344
1248 brw_program_reloc(struct brw_context *brw, uint32_t state_offset, argument
1259 state_offset,
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_context.h901 uint32_t state_offset; member in struct:brw_context::__anon26912
933 uint32_t state_offset; member in struct:brw_context::__anon26913
946 uint32_t state_offset; member in struct:brw_context::__anon26914
960 uint32_t state_offset; member in struct:brw_context::__anon26915
990 uint32_t state_offset; /* offset in batchbuffer to pre-gen6 WM state */ member in struct:brw_context::__anon26916
1030 uint32_t state_offset; member in struct:brw_context::__anon26917
1248 brw_program_reloc(struct brw_context *brw, uint32_t state_offset, argument
1259 state_offset,

Completed in 206 milliseconds