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

  /external/mesa3d/src/compiler/glsl/
link_varyings.h 139 unsigned get_offset() const function in class:tfeedback_decl
  /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])));
  /toolchain/binutils/binutils-2.25/gold/
stringpool.cc 449 Stringpool_template<Stringpool_char>::get_offset(const Stringpool_char* s) function in class:gold::Stringpool_template
stringpool.h 248 get_offset(const Stringpool_char* s) const;
252 get_offset(const std::basic_string<Stringpool_char>& s) const function in class:gold::Stringpool_template
object.h 267 get_offset(unsigned int got_type) const function in class:gold::Got_offset_list
    [all...]
incremental.h 136 get_offset() const function in class:gold::Incremental_input_entry
    [all...]
  /external/mesa3d/src/gallium/auxiliary/translate/
translate_sse.c 135 get_offset(const void *a, const void *b) function
170 get_offset(p, &p->consts[id][0])));
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
versados.c 338 get_offset (int len, unsigned char *ptr) function
385 dst_idx += get_offset (offsetlen, srcp);
390 int val = get_offset (offsetlen, srcp + esdids);
  /external/clang/bindings/python/clang/
cindex.py 1971 def get_offset(self, fieldname): member in class:Type
    [all...]
  /external/mesa3d/src/intel/tools/
aubinator.c 260 get_offset(uint32_t *p, uint32_t start, uint32_t end) function
433 start = get_offset(&p[1], 6, 63);
436 start = get_offset(&p[1], 6, 31);
457 start = get_offset(&p[3], 6, 63);
459 start = get_offset(&p[3], 6, 31);
    [all...]
  /external/valgrind/VEX/priv/
host_s390_isel.c 3690 UInt get_offset = stmt->Ist.Put.data->Iex.Get.offset; local
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_struct_wrappers.h 401 VkDeviceSize get_offset() { return m_struct.offset; } function in class:vkbuffermemorybarrier_struct_wrapper
441 VkDeviceSize get_offset() { return m_struct.offset; } function in class:vkbufferviewcreateinfo_struct_wrapper
1034 VkDeviceSize get_offset() { return m_struct.offset; } function in class:vkdescriptorbufferinfo_struct_wrapper
2489 VkDeviceSize get_offset() { return m_struct.offset; } function in class:vkmappedmemoryrange_struct_wrapper
3837 uint32_t get_offset() { return m_struct.offset; } function in class:vkpushconstantrange_struct_wrapper
3941 VkOffset2D get_offset() { return m_struct.offset; } function in class:vkrect2d_struct_wrapper
4243 VkOffset3D get_offset() { return m_struct.offset; } function in class:vksparseimagememorybind_struct_wrapper
4450 uint32_t get_offset() { return m_struct.offset; } function in class:vkspecializationmapentry_struct_wrapper
4638 VkDeviceSize get_offset() { return m_struct.offset; } function in class:vksubresourcelayout_struct_wrapper
4819 uint32_t get_offset() { return m_struct.offset; } function in class:vkvertexinputattributedescription_struct_wrapper
    [all...]

Completed in 647 milliseconds