HomeSort by: relevance | last modified time | path
    Searched refs:table_start (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
d3d12_draw.cpp 56 struct d3d12_descriptor_handle table_start; local
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
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
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/
radeon_bios.c 1329 int offset, table_start, max_freq, gpio_reg, flags; local
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);
radeon_atombios.c 2993 ATOM_MASTER_LIST_OF_COMMAND_TABLES *table_start; local
2999 table_start = &cmd_table->ListOfCommandTables;
3001 offset = *(((unsigned short *)table_start) + index);
  /xsrc/external/mit/freetype/dist/src/sfnt/
ttsbit.c 54 FT_ULong table_start; local
90 table_start = FT_STREAM_POS();
219 face->ebdt_start = table_start;
  /xsrc/external/mit/freetype/dist/src/truetype/
ttgxvar.c 3202 FT_ULong table_start; local
3261 table_start = FT_Stream_FTell( stream );
3291 offsetToData += table_start;

Completed in 46 milliseconds