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

  /external/ceres-solver/internal/ceres/
program.cc 132 int state_offset = 0; local
136 parameter_blocks_[i]->set_state_offset(state_offset);
138 state_offset += parameter_blocks_[i]->Size();
parameter_block.h 134 int state_offset() const { return state_offset_; } function in class:ceres::internal::ParameterBlock
135 void set_state_offset(int state_offset) { state_offset_ = state_offset; }
197 "constant=%d, index=%d, state_offset=%d, "
  /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::__anon15064
933 uint32_t state_offset; member in struct:brw_context::__anon15065
946 uint32_t state_offset; member in struct:brw_context::__anon15066
960 uint32_t state_offset; member in struct:brw_context::__anon15067
990 uint32_t state_offset; \/* offset in batchbuffer to pre-gen6 WM state *\/ member in struct:brw_context::__anon15068
1030 uint32_t state_offset; member in struct:brw_context::__anon15069
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.h 901 uint32_t state_offset; member in struct:brw_context::__anon25406
933 uint32_t state_offset; member in struct:brw_context::__anon25407
946 uint32_t state_offset; member in struct:brw_context::__anon25408
960 uint32_t state_offset; member in struct:brw_context::__anon25409
990 uint32_t state_offset; \/* offset in batchbuffer to pre-gen6 WM state *\/ member in struct:brw_context::__anon25410
1030 uint32_t state_offset; member in struct:brw_context::__anon25411
    [all...]

Completed in 135 milliseconds