Searched refs:brw_compile_stats (Results 1 – 12 of 12) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
D | brw_compiler.h | 1467 struct brw_compile_stats { struct 1518 struct brw_compile_stats *stats; 1551 struct brw_compile_stats *stats, 1567 struct brw_compile_stats *stats, 1582 struct brw_compile_stats *stats, 1637 struct brw_compile_stats *stats; 1671 struct brw_compile_stats *stats; 1704 struct brw_compile_stats *stats,
|
D | brw_vec4.h | 52 struct brw_compile_stats *stats,
|
D | brw_vec4_tcs.cpp | 365 struct brw_compile_stats *stats, in brw_compile_tcs()
|
D | brw_vec4_gs_visitor.cpp | 592 struct brw_compile_stats *stats, in brw_compile_gs()
|
D | brw_fs.h | 479 struct brw_compile_stats *stats);
|
D | brw_shader.cpp | 1338 struct brw_compile_stats *stats, in brw_compile_tes()
|
D | brw_vec4_generator.cpp | 1526 struct brw_compile_stats *stats, in generate_code() 2292 struct brw_compile_stats *stats, in brw_vec4_generate_assembly()
|
D | brw_fs.cpp | 9914 struct brw_compile_stats *stats = params->stats; in brw_compile_fs() 10296 struct brw_compile_stats *stats = params->stats; in brw_compile_cs() 10407 struct brw_compile_stats *stats, in compile_single_bs() 10516 struct brw_compile_stats *stats, in brw_compile_bs()
|
D | brw_fs_generator.cpp | 1898 struct brw_compile_stats *stats) in generate_code()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_pipeline_cache.c | 41 const struct brw_compile_stats *stats, uint32_t num_stats, in anv_shader_bin_create() 237 const struct brw_compile_stats *stats = in anv_shader_bin_create_from_blob() 435 const struct brw_compile_stats *stats, in anv_pipeline_cache_add_shader_locked() 466 const struct brw_compile_stats *stats, in anv_pipeline_cache_upload_kernel() 727 const struct brw_compile_stats *stats, in anv_device_upload_kernel()
|
D | anv_private.h | 1109 const struct brw_compile_stats *stats, 1128 const struct brw_compile_stats *stats, 3445 struct brw_compile_stats stats[3]; 3460 const struct brw_compile_stats *stats, uint32_t num_stats, 3498 struct brw_compile_stats stats;
|
D | anv_pipeline.c | 613 struct brw_compile_stats stats[3]; 1218 struct brw_compile_stats *stats, in anv_pipeline_add_executable() 1324 struct brw_compile_stats *stats = bin->stats; in anv_pipeline_add_executables()
|