Searched refs:table_start (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_draw.cpp56 struct d3d12_descriptor_handle table_start; local in function:fill_cbv_descriptors
57 d2d12_descriptor_heap_get_next_handle(batch->view_heap, &table_start);
78 return table_start.gpu_handle;
89 struct d3d12_descriptor_handle table_start; local in function:fill_srv_descriptors
91 d2d12_descriptor_heap_get_next_handle(batch->view_heap, &table_start);
131 return table_start.gpu_handle;
142 struct d3d12_descriptor_handle table_start; local in function:fill_sampler_descriptors
144 d2d12_descriptor_heap_get_next_handle(batch->sampler_heap, &table_start);
167 return table_start.gpu_handle;
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_bios.c1329 int offset, table_start, max_freq, gpio_reg, flags; local in function:RADEONGetExtTMDSInfoFromBIOS
1392 table_start = offset+4;
1393 max_freq = RADEON_BIOS16(table_start);
1394 dvo->dvo_i2c_slave_addr = RADEON_BIOS8(table_start+2);
1396 gpio_reg = RADEON_BIOS8(table_start+3);
1417 flags = RADEON_BIOS8(table_start+5);
H A Dradeon_atombios.c2993 ATOM_MASTER_LIST_OF_COMMAND_TABLES *table_start; local in function:atombios_get_command_table_version
2999 table_start = &cmd_table->ListOfCommandTables;
3001 offset = *(((unsigned short *)table_start) + index);
/xsrc/external/mit/freetype/dist/src/sfnt/
H A Dttsbit.c54 FT_ULong table_start; local in function:tt_face_load_sbit
90 table_start = FT_STREAM_POS();
219 face->ebdt_start = table_start;
/xsrc/external/mit/freetype/dist/src/truetype/
H A Dttgxvar.c3202 FT_ULong table_start; local in function:tt_face_vary_cvt
3261 table_start = FT_Stream_FTell( stream );
3291 offsetToData += table_start;

Completed in 14 milliseconds