Home
last modified time | relevance | path

Searched refs:instance_offset (Results 1 – 3 of 3) sorted by relevance

/external/freetype/src/sfnt/
Dsfobjs.c651 FT_ULong default_value_offset, instance_offset; in sfnt_init_face() local
668 instance_offset = array_start + axis_size * num_axes + 4; in sfnt_init_face()
672 (void)FT_STREAM_READ_AT( instance_offset, in sfnt_init_face()
679 instance_offset += instance_size; in sfnt_init_face()
/external/tensorflow/tensorflow/core/common_runtime/
Dring_gatherer_test.cc281 int32 instance_offset = di * tensor_len; in RunTest() local
283 [instance_offset, &expected, dtype, di](Tensor* t) { in RunTest()
294 expected[instance_offset + i] = value; in RunTest()
/external/deqp/external/openglcts/modules/gl/
Dgl4cVertexAttrib64BitTest.cpp2968 const GLuint instance_offset = instance * m_n_vertices * m_n_varyings; in verifyResult() local
2975 if (1 != buffer_data[vertex_offset + instance_offset]) in verifyResult()