Searched refs:stage_start (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_perfetto.cc126 stage_start(struct pipe_context *pctx, uint64_t ts_ns, enum fd_stage_id stage) function in typeref:typename:void
328 stage_start(pctx, ts_ns, SURFACE_STAGE_ID);
357 stage_start(pctx, ts_ns, BINNING_STAGE_ID);
373 stage_start(
393 stage_start(pctx, ts_ns, BLIT_STAGE_ID);
409 stage_start(pctx, ts_ns, COMPUTE_STAGE_ID);
425 stage_start(pctx, ts_ns, CLEAR_RESTORE_STAGE_ID);
441 stage_start(pctx, ts_ns, RESOLVE_STAGE_ID);
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_perfetto.cc128 stage_start(struct tu_device *dev, uint64_t ts_ns, enum tu_stage_id stage) function in typeref:typename:void
266 stage_start(dev, ts_ns, stage); \
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_pipeline.c982 int64_t stage_start = os_time_get_nano(); local in function:anv_pipeline_compile_graphics
1019 stages[stage].feedback.duration += os_time_get_nano() - stage_start;
1039 int64_t stage_start = os_time_get_nano(); local in function:anv_pipeline_compile_graphics
1059 stages[s].feedback.duration += os_time_get_nano() - stage_start;
1105 int64_t stage_start = os_time_get_nano(); local in function:anv_pipeline_compile_graphics
1123 stages[s].feedback.duration += os_time_get_nano() - stage_start;
1160 int64_t stage_start = os_time_get_nano(); local in function:anv_pipeline_compile_graphics
1222 stages[s].feedback.duration += os_time_get_nano() - stage_start;
1315 int64_t stage_start = os_time_get_nano(); local in function:anv_pipeline_compile_cs
1365 stage.feedback.duration = os_time_get_nano() - stage_start;
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_pipeline.c1447 int64_t stage_start = os_time_get_nano(); local in function:anv_pipeline_compile_graphics
1502 stages[stage].feedback.duration += os_time_get_nano() - stage_start;
1531 int64_t stage_start = os_time_get_nano(); local in function:anv_pipeline_compile_graphics
1548 stages[s].feedback.duration += os_time_get_nano() - stage_start;
1601 int64_t stage_start = os_time_get_nano(); local in function:anv_pipeline_compile_graphics
1637 stages[s].feedback.duration += os_time_get_nano() - stage_start;
1691 int64_t stage_start = os_time_get_nano(); local in function:anv_pipeline_compile_graphics
1708 stages[s].feedback.duration += os_time_get_nano() - stage_start;
1718 int64_t stage_start = os_time_get_nano(); local in function:anv_pipeline_compile_graphics
1782 stages[s].feedback.duration += os_time_get_nano() - stage_start;
1896 int64_t stage_start = os_time_get_nano(); local in function:anv_pipeline_compile_cs
2670 int64_t stage_start = os_time_get_nano(); local in function:anv_pipeline_init_ray_tracing_stages
2709 int64_t stage_start = os_time_get_nano(); local in function:anv_pipeline_init_ray_tracing_stages
2748 int64_t stage_start = os_time_get_nano(); local in function:anv_pipeline_load_cached_shaders
2818 int64_t stage_start = os_time_get_nano(); local in function:anv_pipeline_compile_ray_tracing
2844 int64_t stage_start = os_time_get_nano(); local in function:anv_pipeline_compile_ray_tracing
[all...]
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_pipeline.c1624 int64_t stage_start = os_time_get_nano(); local in function:pipeline_compile_shader_variant
1674 p_stage->feedback.duration += os_time_get_nano() - stage_start;
1775 int64_t stage_start = os_time_get_nano(); local in function:pipeline_lower_nir
1802 p_stage->feedback.duration += os_time_get_nano() - stage_start;
1831 int64_t stage_start = os_time_get_nano(); local in function:pipeline_stage_get_nir
1847 p_stage->feedback.duration += os_time_get_nano() - stage_start;
1869 p_stage->feedback.duration += os_time_get_nano() - stage_start;

Completed in 38 milliseconds