HomeSort by relevance Sort by last modified time
    Searched refs:shader_time (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_program.c 469 brw->shader_time.bo =
472 brw->shader_time.names = rzalloc_array(brw, const char *, max_entries);
473 brw->shader_time.ids = rzalloc_array(brw, int, max_entries);
474 brw->shader_time.types = rzalloc_array(brw, enum shader_time_shader_type,
476 brw->shader_time.cumulative = rzalloc_array(brw, struct shader_times,
478 brw->shader_time.max_entries = max_entries;
516 if (!brw->shader_time.bo || !brw->shader_time.num_entries)
519 uint64_t scaled[brw->shader_time.num_entries];
520 uint64_t *sorted[brw->shader_time.num_entries]
    [all...]
brw_binding_tables.c 73 brw->shader_time.bo, 0, ISL_FORMAT_RAW,
74 brw->shader_time.bo->size, 1, RELOC_WRITE);
brw_context.h 1289 } shader_time; member in struct:brw_context
    [all...]
brw_context.c     [all...]
genX_state_upload.c     [all...]

Completed in 102 milliseconds