HomeSort by relevance Sort by last modified time
    Searched defs:state_offset (Results 1 - 5 of 5) 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 3121 UINT8 state_offset = 0; local
    [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::__anon17959
933 uint32_t state_offset; member in struct:brw_context::__anon17960
946 uint32_t state_offset; member in struct:brw_context::__anon17961
960 uint32_t state_offset; member in struct:brw_context::__anon17962
990 uint32_t state_offset; \/* offset in batchbuffer to pre-gen6 WM state *\/ member in struct:brw_context::__anon17963
1030 uint32_t state_offset; member in struct:brw_context::__anon17964
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.h 901 uint32_t state_offset; member in struct:brw_context::__anon31518
933 uint32_t state_offset; member in struct:brw_context::__anon31519
946 uint32_t state_offset; member in struct:brw_context::__anon31520
960 uint32_t state_offset; member in struct:brw_context::__anon31521
990 uint32_t state_offset; \/* offset in batchbuffer to pre-gen6 WM state *\/ member in struct:brw_context::__anon31522
1030 uint32_t state_offset; member in struct:brw_context::__anon31523
    [all...]

Completed in 425 milliseconds