Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_program.c472 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 …]
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_cs.c98 params.shader_time = true; in brw_codegen_cs_prog()
Dbrw_vs.c191 params.shader_time = true; in brw_codegen_vs_prog()
Dbrw_wm.c126 params.shader_time = true; in brw_codegen_wm_prog()
Dbrw_context.h1230 } shader_time; member
Dbrw_context.c1256 brw->shader_time.report_time = 0; in brw_destroy_context()
DgenX_state_upload.c4280 brw->shader_time.bo, 0, ISL_FORMAT_RAW,
4281 brw->shader_time.bo->size, 1,
/third_party/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
D18.2.0.rst143 - Shader cache breaks INTEL_DEBUG=shader_time
D10.6.0.rst108 INTEL_DEBUG=shader_time always asserts in
D10.3.rst181 INTEL_DEBUG=shader_time is full of lies
/third_party/mesa3d/src/intel/compiler/
Dbrw_compiler.h1515 bool shader_time; member
1629 bool shader_time; member
1668 bool shader_time; member
Dbrw_vec4.cpp2991 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()
Dbrw_fs.cpp9759 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/
Denvvars.rst310 ``shader_time``