Home
last modified time | relevance | path

Searched refs:shader_time (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_program.c556 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 …]
Dbrw_binding_tables.c73 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()
Dbrw_context.h1237 } shader_time; member
Dbrw_context.c1203 brw->shader_time.report_time = 0; in intelDestroyContext()
DgenX_state_upload.c4280 brw->shader_time.bo, 0, ISL_FORMAT_RAW,
4281 brw->shader_time.bo->size, 1,
/external/mesa3d/docs/relnotes/
D10.5.1.rst40 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.
D18.1.6.rst40 - Shader cache breaks INTEL_DEBUG=shader_time
115 - i965: Disable shader cache with INTEL_DEBUG=shader_time
D9.1.2.rst161 - i965: Fix INTEL_DEBUG=shader_time for Haswell.
163 - i965: Make INTEL_DEBUG=shader_time use the RAW surface format.
D10.2.2.rst45 INTEL_DEBUG=shader_time is full of lies
D10.6.0.rst108 INTEL_DEBUG=shader_time always asserts in
D18.2.0.rst143 - Shader cache breaks INTEL_DEBUG=shader_time
D10.3.rst181 INTEL_DEBUG=shader_time is full of lies
/external/mesa3d/docs/
Denvvars.rst305 ``shader_time``