Home
last modified time | relevance | path

Searched defs:var_offset (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_dec.cpp286 GLintptr var_offset = Unpack<GLintptr,uint32_t>(ptr + 8 + 4); in decode() local
4389 GLuint var_offset = Unpack<GLuint,uint32_t>(ptr + 8 + 4 + 4 + 4 + 1 + 4); in decode() local
4409 GLuint var_offset = Unpack<GLuint,uint32_t>(ptr + 8 + 4 + 4 + 4); in decode() local
4606 GLintptr var_offset = Unpack<GLintptr,uint32_t>(ptr + 8 + 4); in decode() local
4650 GLintptr var_offset = Unpack<GLintptr,uint32_t>(ptr + 8 + 4); in decode() local
4669 GLintptr var_offset = Unpack<GLintptr,uint32_t>(ptr + 8 + 4); in decode() local
4699 GLintptr var_offset = Unpack<GLintptr,uint32_t>(ptr + 8 + 4); in decode() local
4731 GLintptr var_offset = Unpack<GLintptr,uint32_t>(ptr + 8 + 4); in decode() local
4758 GLuint var_offset = Unpack<GLuint,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 + 4 + 4); in decode() local
4782 GLuint var_offset = Unpack<GLuint,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 + 4 + 4 + 4); in decode() local
[all …]
/aosp_15_r20/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_dec.cpp930 GLintptr var_offset = Unpack<GLintptr,uint32_t>(ptr + 8 + 4); in decode() local
2973 GLuint var_offset = Unpack<GLuint,uint32_t>(ptr + 8 + 4 + 4 + 4); in decode() local
2993 GLuint var_offset = Unpack<GLuint,uint32_t>(ptr + 8 + 4 + 4 + 4); in decode() local
3012 GLuint var_offset = Unpack<GLuint,uint32_t>(ptr + 8 + 4 + 4); in decode() local
3031 GLuint var_offset = Unpack<GLuint,uint32_t>(ptr + 8 + 4 + 4); in decode() local
3051 GLuint var_offset = Unpack<GLuint,uint32_t>(ptr + 8 + 4 + 4 + 4); in decode() local
3071 GLuint var_offset = Unpack<GLuint,uint32_t>(ptr + 8 + 4 + 4 + 4); in decode() local
3091 GLuint var_offset = Unpack<GLuint,uint32_t>(ptr + 8 + 4 + 4 + 4); in decode() local
3264 GLuint var_offset = Unpack<GLuint,uint32_t>(ptr + 8 + 4 + 4 + 4); in decode() local
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dvariable.proto81 repeated int64 var_offset = 3; field
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/framework/
Dvariable.pb.h1036 inline ::int64_t SaveSliceInfoDef::var_offset(int index) const { in var_offset() function
1056 SaveSliceInfoDef::var_offset() const { in var_offset() function
/aosp_15_r20/hardware/google/gfxstream/host/magma/magma_dec/
Dmagma_dec.cpp421 uint64_t var_offset = Unpack<uint64_t,uint64_t>(ptr + 8 + 8 + 8 + 8); in decode() local
630 uint64_t var_offset = Unpack<uint64_t,uint64_t>(ptr + 8 + 8); in decode() local
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dvariable_scope.py60 def __init__(self, full_shape, var_offset): argument
105 def var_offset(self): member in _PartitionInfo
H A Dvariables.py1268 var_offset=None, argument
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_tex.cpp859 auto var_offset = offset && nir_src_as_const_value(*offset) == nullptr; in get_opcode() local