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

1 2

  /external/chromium_org/gpu/command_buffer/common/
command_buffer_shared_test.cc 32 EXPECT_EQ(state.get_offset, 0);
46 state.get_offset = i + 1;
78 if (state.get_offset >= 1) {
79 buffer[state.get_offset - 1] = 1;
84 EXPECT_EQ(state.token, state.get_offset - 2);
86 static_cast<unsigned int>(state.get_offset) + 1);
87 EXPECT_EQ(state.error, state.get_offset + 2);
89 if (state.get_offset == kSize)
command_buffer.h 24 get_offset(0),
36 int32 get_offset; member in struct:gpu::CommandBuffer::State
command_buffer_mock.h 31 MOCK_METHOD1(SetGetOffset, void(int32 get_offset));
  /external/chromium_org/mojo/services/gles2/
command_buffer_type_conversions.cc 16 result->get_offset = input.get_offset;
30 state.get_offset = input->get_offset;
  /external/chromium_org/gpu/command_buffer/client/
client_test_helper.cc 36 void MockCommandBufferBase::SetGetOffset(int32 get_offset) {
37 state_.get_offset = get_offset;
43 state_.get_offset = state_.put_offset;
cmd_buffer_helper.cc 57 const int32 curr_get = get_offset();
126 CHECK((put_ == get_offset()) ||
180 if (put_ == get_offset()) {
187 DCHECK_EQ(get_offset(), put_);
254 int32 curr_get = get_offset();
260 curr_get = get_offset();
cmd_buffer_helper.h 185 int32 get_offset() const { function in class:gpu::CommandBufferHelper
186 return command_buffer_->GetLastState().get_offset;
295 return (get_offset() - put_ - 1 + total_entry_count_) % total_entry_count_;
client_test_helper.h 37 virtual void SetGetOffset(int32 get_offset) OVERRIDE;
cmd_buffer_helper_test.cc 240 return command_buffer_->GetLastState().get_offset;
247 int32 GetHelperGetOffset() { return helper_->get_offset(); }
  /external/chromium_org/gpu/command_buffer/service/
command_buffer_service.cc 43 state.get_offset = get_offset_;
113 void CommandBufferService::SetGetOffset(int32 get_offset) {
114 DCHECK(get_offset >= 0 && get_offset < num_entries_);
115 get_offset_ = get_offset;
command_buffer_service.h 20 virtual void SetGetOffset(int32 get_offset) = 0;
60 virtual void SetGetOffset(int32 get_offset) OVERRIDE;
command_buffer_service_unittest.cc 37 return command_buffer_->GetLastState().get_offset;
67 EXPECT_EQ(0, state.get_offset);
gpu_scheduler.cc 54 DCHECK_EQ(state.get_offset, state.put_offset);
  /external/chromium_org/gpu/ipc/
gpu_command_buffer_traits.cc 13 WriteParam(m, p.get_offset);
25 ReadParam(m, iter, &p->get_offset) &&
  /external/clang/bindings/python/tests/cindex/
test_type.py 328 Cursor.type.get_offset works."""
351 assert teststruct.type.get_offset(fields[0].spelling) == a1
352 assert teststruct.type.get_offset(fields[1].spelling) == a2
353 assert teststruct.type.get_offset(fields[2].spelling) == a3
354 assert teststruct.type.get_offset(fields[3].spelling) == a4
383 assert teststruct.type.get_offset("bariton") == bariton
384 assert teststruct.type.get_offset("foo") == foo
385 assert teststruct.type.get_offset("bar") == bar
  /external/chromium_org/courgette/
disassembler_elf_32.cc 345 file_offset > (**current_rel)->get_offset()) {
359 next_relocation > ((**current_rel)->get_offset() + 3))
360 next_relocation = (**current_rel)->get_offset();
384 file_offset == (**current_rel)->get_offset()) {
disassembler_elf_32.h 50 size_t get_offset() { function in class:courgette::DisassemblerElf32::TypedRVA
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/
translate_sse.c 128 static int get_offset( const void *a, const void *b ) function
162 get_offset(p, &p->consts[id][0])));
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vertex_sse.c 295 static GLint get_offset( const void *a, const void *b ) function
310 struct x86_reg ptr_to_src = x86_make_disp(vtxREG, get_offset(vtx, &a->inputptr));
324 struct x86_reg ptr_to_src = x86_make_disp(vtxREG, get_offset(vtx, &a->inputptr));
381 x86_mov(&p->func, vtxESI, x86_make_disp(vtxESI, get_offset(ctx, &ctx->swtnl_context)));
382 vtxESI = x86_make_disp(vtxESI, get_offset(tnl, &tnl->clipspace));
388 sse_movups(&p->func, vp0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_scale[0])));
389 sse_movups(&p->func, vp1, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_xlate[0])));
394 sse_movups(&p->func, p->chan0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->chan_scale[0])));
395 sse_movups(&p->func, p->identity, x86_make_disp(vtxESI, get_offset(vtx, &vtx->identity[0])));
  /external/mesa3d/src/gallium/auxiliary/translate/
translate_sse.c 128 static int get_offset( const void *a, const void *b ) function
162 get_offset(p, &p->consts[id][0])));
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vertex_sse.c 295 static GLint get_offset( const void *a, const void *b ) function
310 struct x86_reg ptr_to_src = x86_make_disp(vtxREG, get_offset(vtx, &a->inputptr));
324 struct x86_reg ptr_to_src = x86_make_disp(vtxREG, get_offset(vtx, &a->inputptr));
381 x86_mov(&p->func, vtxESI, x86_make_disp(vtxESI, get_offset(ctx, &ctx->swtnl_context)));
382 vtxESI = x86_make_disp(vtxESI, get_offset(tnl, &tnl->clipspace));
388 sse_movups(&p->func, vp0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_scale[0])));
389 sse_movups(&p->func, vp1, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_xlate[0])));
394 sse_movups(&p->func, p->chan0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->chan_scale[0])));
395 sse_movups(&p->func, p->identity, x86_make_disp(vtxESI, get_offset(vtx, &vtx->identity[0])));
  /external/chromium_org/mojo/gles2/
command_buffer_client_impl.cc 149 while (!InRange(start, end, last_state_.get_offset) &&
275 command_buffer_->MakeProgress(last_state_.get_offset);
  /external/chromium_org/ppapi/proxy/
ppapi_command_buffer_proxy.cc 82 if (!InRange(start, end, last_state_.get_offset) &&
95 DCHECK(InRange(start, end, last_state_.get_offset) ||
  /external/chromium_org/content/common/gpu/client/
command_buffer_proxy_impl.cc 230 if (!InRange(start, end, last_state_.get_offset) &&
237 DCHECK(InRange(start, end, last_state_.get_offset) ||
  /external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.cc 346 return state.put_offset != state.get_offset &&
739 state.get_offset) ||
780 if (pre_state.get_offset != post_state.get_offset)
    [all...]

Completed in 1010 milliseconds

1 2