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

  /external/chromium_org/gpu/command_buffer/common/
command_buffer.h 24 get_offset(0),
36 int32 get_offset; member in struct:gpu::CommandBuffer::State
  /external/chromium_org/courgette/
disassembler_elf_32.h 50 size_t get_offset() { function in class:courgette::DisassemblerElf32::TypedRVA
  /external/chromium_org/gpu/command_buffer/client/
cmd_buffer_helper.h 183 int32 get_offset() const { function in class:gpu::CommandBufferHelper
184 return command_buffer_->GetLastState().get_offset;
293 return (get_offset() - put_ - 1 + total_entry_count_) % total_entry_count_;
  /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/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/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/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/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsubgpos-private.hh 2157 inline unsigned int get_offset (void) const { return extensionOffset; } function in struct:OT::ExtensionFormat1
2185 inline unsigned int get_offset (void) const function in struct:OT::Extension
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 1833 def get_offset(self, fieldname): member in class:Type
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh 2158 inline unsigned int get_offset (void) const { return extensionOffset; } function in struct:OT::ExtensionFormat1
2186 inline unsigned int get_offset (void) const function in struct:OT::Extension
    [all...]
  /external/valgrind/main/VEX/priv/
host_s390_isel.c 3649 UInt get_offset = stmt->Ist.Put.data->Iex.Get.offset; local
    [all...]

Completed in 665 milliseconds