Searched refs:brw_compile_stats (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_compiler.h | 1366 struct brw_compile_stats { struct 1414 struct brw_compile_stats *stats, 1430 struct brw_compile_stats *stats, 1446 struct brw_compile_stats *stats, 1462 struct brw_compile_stats *stats, 1513 struct brw_compile_stats *stats, /**< Array of three stats */ 1528 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 | 475 struct brw_compile_stats *stats);
|
D | brw_shader.cpp | 1281 struct brw_compile_stats *stats, in brw_compile_tes()
|
D | brw_vec4_generator.cpp | 1476 struct brw_compile_stats *stats) in generate_code() 2235 struct brw_compile_stats *stats) in brw_vec4_generate_assembly()
|
D | brw_vec4.cpp | 2836 struct brw_compile_stats *stats, in brw_compile_vs()
|
D | brw_fs_generator.cpp | 1877 struct brw_compile_stats *stats) in generate_code()
|
D | brw_fs.cpp | 8786 struct brw_compile_stats *stats, in brw_compile_fs() 9150 struct brw_compile_stats *stats, in brw_compile_cs()
|
/external/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() 221 const struct brw_compile_stats *stats = in anv_shader_bin_create_from_blob() 419 const struct brw_compile_stats *stats, in anv_pipeline_cache_add_shader_locked() 450 const struct brw_compile_stats *stats, in anv_pipeline_cache_upload_kernel() 711 const struct brw_compile_stats *stats, in anv_device_upload_kernel()
|
D | anv_private.h | 1300 const struct brw_compile_stats *stats, 1319 const struct brw_compile_stats *stats, 3368 struct brw_compile_stats stats[3]; 3383 const struct brw_compile_stats *stats, uint32_t num_stats, 3408 struct brw_compile_stats stats;
|
D | anv_pipeline.c | 615 struct brw_compile_stats stats[3]; 1108 struct brw_compile_stats *stats, in anv_pipeline_add_executable() 1227 struct brw_compile_stats *stats = bin->stats; in anv_pipeline_add_executables()
|