Searched refs:brw_nir_analyze_ubo_ranges (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_nir.h | 172 void brw_nir_analyze_ubo_ranges(const struct brw_compiler *compiler,
|
H A D | brw_nir_analyze_ubo_ranges.c | 29 * \file brw_nir_analyze_ubo_ranges.c 198 brw_nir_analyze_ubo_ranges(const struct brw_compiler *compiler, in brw_nir_analyze_ubo_ranges() function
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_nir_compute_push_layout.c | 188 brw_nir_analyze_ubo_ranges(compiler, nir, NULL, prog_data->ubo_ranges); in anv_nir_compute_push_layout()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_program.c | 714 /* We need to fold the new iadds for brw_nir_analyze_ubo_ranges */ in iris_setup_uniforms() 1345 brw_nir_analyze_ubo_ranges(compiler, nir, NULL, prog_data->ubo_ranges); in iris_compile_vs() 1519 brw_nir_analyze_ubo_ranges(compiler, nir, NULL, prog_data->ubo_ranges); in iris_compile_tcs() 1712 brw_nir_analyze_ubo_ranges(compiler, nir, NULL, prog_data->ubo_ranges); in iris_compile_tes() 1851 brw_nir_analyze_ubo_ranges(compiler, nir, NULL, prog_data->ubo_ranges); in iris_compile_gs() 1991 brw_nir_analyze_ubo_ranges(compiler, nir, NULL, prog_data->ubo_ranges); in iris_compile_fs()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_program.c | 662 /* We need to fold the new iadds for brw_nir_analyze_ubo_ranges */ in crocus_setup_uniforms() 1227 brw_nir_analyze_ubo_ranges(compiler, nir, NULL, prog_data->ubo_ranges); in crocus_compile_vs() 1432 brw_nir_analyze_ubo_ranges(compiler, nir, NULL, prog_data->ubo_ranges); in crocus_compile_tcs() 1605 brw_nir_analyze_ubo_ranges(compiler, nir, NULL, prog_data->ubo_ranges); in crocus_compile_tes() 1745 brw_nir_analyze_ubo_ranges(compiler, nir, NULL, prog_data->ubo_ranges); in crocus_compile_gs() 1884 brw_nir_analyze_ubo_ranges(compiler, nir, NULL, prog_data->ubo_ranges); in crocus_compile_fs()
|
Completed in 14 milliseconds