Searched refs:shader_time (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_program.c | 556 brw->shader_time.bo = in brw_init_shader_time() 560 brw->shader_time.names = rzalloc_array(brw, const char *, max_entries); in brw_init_shader_time() 561 brw->shader_time.ids = rzalloc_array(brw, int, max_entries); in brw_init_shader_time() 562 brw->shader_time.types = rzalloc_array(brw, enum shader_time_shader_type, in brw_init_shader_time() 564 brw->shader_time.cumulative = rzalloc_array(brw, struct shader_times, in brw_init_shader_time() 566 brw->shader_time.max_entries = max_entries; in brw_init_shader_time() 604 if (!brw->shader_time.bo || !brw->shader_time.num_entries) in brw_report_shader_time() 607 uint64_t scaled[brw->shader_time.num_entries]; in brw_report_shader_time() 608 uint64_t *sorted[brw->shader_time.num_entries]; in brw_report_shader_time() 612 for (int i = 0; i < brw->shader_time.num_entries; i++) { in brw_report_shader_time() [all …]
|
D | brw_binding_tables.c | 73 brw->shader_time.bo, 0, ISL_FORMAT_RAW, in brw_upload_binding_table() 74 brw->shader_time.bo->size, 1, RELOC_WRITE); in brw_upload_binding_table()
|
D | brw_context.h | 1237 } shader_time; member
|
D | brw_context.c | 1203 brw->shader_time.report_time = 0; in intelDestroyContext()
|
D | genX_state_upload.c | 4280 brw->shader_time.bo, 0, ISL_FORMAT_RAW, 4281 brw->shader_time.bo->size, 1,
|
/external/mesa3d/docs/relnotes/ |
D | 10.5.1.rst | 40 INTEL_DEBUG=shader_time always asserts in 131 - i965/fs: Set force_writemask_all on shader_time instructions. 132 - i965/fs: Set smear on shader_time diff register.
|
D | 18.1.6.rst | 40 - Shader cache breaks INTEL_DEBUG=shader_time 115 - i965: Disable shader cache with INTEL_DEBUG=shader_time
|
D | 9.1.2.rst | 161 - i965: Fix INTEL_DEBUG=shader_time for Haswell. 163 - i965: Make INTEL_DEBUG=shader_time use the RAW surface format.
|
D | 10.2.2.rst | 45 INTEL_DEBUG=shader_time is full of lies
|
D | 10.6.0.rst | 108 INTEL_DEBUG=shader_time always asserts in
|
D | 18.2.0.rst | 143 - Shader cache breaks INTEL_DEBUG=shader_time
|
D | 10.3.rst | 181 INTEL_DEBUG=shader_time is full of lies
|
/external/mesa3d/docs/ |
D | envvars.rst | 305 ``shader_time``
|