Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_pipeline.c2798 VkPipelineCreationFeedback stage_feedbacks[MESA_SHADER_STAGES] = { 0 }; in tu_pipeline_builder_compile_shaders() local
2881 stage_feedbacks[stage].flags = VK_PIPELINE_CREATION_FEEDBACK_VALID_BIT; in tu_pipeline_builder_compile_shaders()
2882 stage_feedbacks[stage].duration += os_time_get_nano() - stage_start; in tu_pipeline_builder_compile_shaders()
2947 stage_feedbacks[stage].duration += os_time_get_nano() - stage_start; in tu_pipeline_builder_compile_shaders()
2988 stage_feedbacks[stage].duration += os_time_get_nano() - stage_start; in tu_pipeline_builder_compile_shaders()
3012 stage_feedbacks[stage].duration += os_time_get_nano() - stage_start; in tu_pipeline_builder_compile_shaders()
3065 creation_feedback->pPipelineStageCreationFeedbacks[i] = stage_feedbacks[s]; in tu_pipeline_builder_compile_shaders()

Completed in 7 milliseconds