Home
last modified time | relevance | path

Searched refs:table_start (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_draw.cpp56 struct d3d12_descriptor_handle table_start; in fill_cbv_descriptors() local
57 d2d12_descriptor_heap_get_next_handle(batch->view_heap, &table_start); in fill_cbv_descriptors()
78 return table_start.gpu_handle; in fill_cbv_descriptors()
89 struct d3d12_descriptor_handle table_start; in fill_srv_descriptors() local
91 d2d12_descriptor_heap_get_next_handle(batch->view_heap, &table_start); in fill_srv_descriptors()
131 return table_start.gpu_handle; in fill_srv_descriptors()
142 struct d3d12_descriptor_handle table_start; in fill_sampler_descriptors() local
144 d2d12_descriptor_heap_get_next_handle(batch->sampler_heap, &table_start); in fill_sampler_descriptors()
167 return table_start.gpu_handle; in fill_sampler_descriptors()
/third_party/flatbuffers/ts/
Dbuilder.ts459 const table_start = this.bb.capacity() - table; constant
460 const vtable_start = table_start - this.bb.readInt32(table_start);
/third_party/flatbuffers/net/FlatBuffers/
DFlatBufferBuilder.cs805 int table_start = _bb.Length - table; in Required()
806 int vtable_start = table_start - _bb.GetInt(table_start); in Required()
/third_party/flatbuffers/java/com/google/flatbuffers/
DFlatBufferBuilder.java935 int table_start = bb.capacity() - table; in required() local
936 int vtable_start = table_start - bb.getInt(table_start); in required()
/third_party/flatbuffers/php/
DFlatbufferBuilder.php887 $table_start = $this->bb->capacity() - $table;
888 $vtable_start = $table_start - $this->bb->getInt($table_start);
/third_party/flatbuffers/tests/rust_usage_test/tests/
Dintegration_test.rs226 let table_start = builder.start_table(); in create_serialized_example_with_library_code() localVariable
228 builder.end_table(table_start) in create_serialized_example_with_library_code()
241 let table_start = builder.start_table(); in create_serialized_example_with_library_code() localVariable
250 let root = builder.end_table(table_start); in create_serialized_example_with_library_code()
1533 let table_start = b.start_table(); in table_of_byte_strings_fuzz() localVariable
1538 let root = b.end_table(table_start); in table_of_byte_strings_fuzz()
1570 let table_start = b.start_table(); in fuzz_table_of_strings() localVariable
1575 let root = b.end_table(table_start); in fuzz_table_of_strings()
1623 let table_start = b.start_table(); in prop() localVariable
1628 let root = b.end_table(table_start); in prop()
/third_party/flutter/skia/third_party/externals/freetype/src/sfnt/
Dttsbit.c55 FT_ULong table_start; in tt_face_load_sbit() local
91 table_start = FT_STREAM_POS(); in tt_face_load_sbit()
220 face->ebdt_start = table_start; in tt_face_load_sbit()
/third_party/freetype/src/sfnt/
Dttsbit.c54 FT_ULong table_start; in tt_face_load_sbit() local
90 table_start = FT_STREAM_POS(); in tt_face_load_sbit()
219 face->ebdt_start = table_start; in tt_face_load_sbit()
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dttsbit.c54 FT_ULong table_start; in tt_face_load_sbit() local
90 table_start = FT_STREAM_POS(); in tt_face_load_sbit()
223 face->ebdt_start = table_start; in tt_face_load_sbit()
/third_party/freetype/src/truetype/
Dttgxvar.c3203 FT_ULong table_start; in tt_face_vary_cvt() local
3262 table_start = FT_Stream_FTell( stream ); in tt_face_vary_cvt()
3292 offsetToData += table_start; in tt_face_vary_cvt()
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttgxvar.c3290 FT_ULong table_start; in tt_face_vary_cvt() local
3349 table_start = FT_Stream_FTell( stream ); in tt_face_vary_cvt()
3379 offsetToData += table_start; in tt_face_vary_cvt()
/third_party/flutter/skia/third_party/externals/freetype/src/truetype/
Dttgxvar.c3163 FT_ULong table_start; in tt_face_vary_cvt() local
3222 table_start = FT_Stream_FTell( stream ); in tt_face_vary_cvt()
3252 offsetToData += table_start; in tt_face_vary_cvt()