Searched refs:shader_time (Results 1 – 19 of 19) sorted by relevance
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_program.c | 472 brw->shader_time.bo = in brw_init_shader_time() 476 brw->shader_time.names = rzalloc_array(brw, const char *, max_entries); in brw_init_shader_time() 477 brw->shader_time.ids = rzalloc_array(brw, int, max_entries); in brw_init_shader_time() 478 brw->shader_time.types = rzalloc_array(brw, enum shader_time_shader_type, in brw_init_shader_time() 480 brw->shader_time.cumulative = rzalloc_array(brw, struct shader_times, in brw_init_shader_time() 482 brw->shader_time.max_entries = max_entries; in brw_init_shader_time() 520 if (!brw->shader_time.bo || !brw->shader_time.num_entries) in brw_report_shader_time() 523 uint64_t scaled[brw->shader_time.num_entries]; in brw_report_shader_time() 524 uint64_t *sorted[brw->shader_time.num_entries]; in brw_report_shader_time() 528 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_cs.c | 98 params.shader_time = true; in brw_codegen_cs_prog()
|
D | brw_vs.c | 191 params.shader_time = true; in brw_codegen_vs_prog()
|
D | brw_wm.c | 126 params.shader_time = true; in brw_codegen_wm_prog()
|
D | brw_context.h | 1230 } shader_time; member
|
D | brw_context.c | 1256 brw->shader_time.report_time = 0; in brw_destroy_context()
|
D | genX_state_upload.c | 4280 brw->shader_time.bo, 0, ISL_FORMAT_RAW, 4281 brw->shader_time.bo->size, 1,
|
/third_party/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 | 18.2.0.rst | 143 - Shader cache breaks INTEL_DEBUG=shader_time
|
D | 10.6.0.rst | 108 INTEL_DEBUG=shader_time always asserts in
|
D | 10.3.rst | 181 INTEL_DEBUG=shader_time is full of lies
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_compiler.h | 1515 bool shader_time; member 1629 bool shader_time; member 1668 bool shader_time; member
|
D | brw_vec4.cpp | 2991 params->shader_time ? params->shader_time_index : -1, in brw_compile_vs() 3023 params->shader_time ? params->shader_time_index : -1, in brw_compile_vs()
|
D | brw_fs.cpp | 9759 params->shader_time ? params->shader_time_index8 : -1, in brw_compile_fs() 9800 params->shader_time ? params->shader_time_index16 : -1, in brw_compile_fs() 9828 params->shader_time ? params->shader_time_index32 : -1, in brw_compile_fs() 10102 int shader_time_index = params->shader_time ? params->shader_time_index : -1; in brw_compile_cs()
|
/third_party/mesa3d/docs/ |
D | envvars.rst | 310 ``shader_time``
|