Home
last modified time | relevance | path

Searched refs:shader_perf_log (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_compiler.h84 void (*shader_perf_log)(void *, unsigned *id, const char *str, ...) PRINTFLIKE(3, 4); member
132 compiler->shader_perf_log(data, &id, fmt, ##__VA_ARGS__); \
Dintel_clc.c524 compiler->shader_perf_log = compiler_log; in main()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_screen.c776 screen->compiler->shader_perf_log = crocus_shader_perf_log; in crocus_screen_create()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_screen.c853 screen->compiler->shader_perf_log = iris_shader_perf_log; in iris_screen_create()
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c967 device->compiler->shader_perf_log = compiler_perf_log; in anv_physical_device_try_create()
/third_party/mesa3d/docs/relnotes/
D19.1.0.rst3338 - iris: Make shader_perf_log print to stderr if INTEL_DEBUG=perf is set
D21.3.0.rst1792 - intel/compiler: Add id parameter to shader_perf_log callback