Searched refs:ubo_ranges (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/intel/vulkan/ |
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() 200 if (total_push_regs + prog_data->ubo_ranges[i].length > max_push_regs) in anv_nir_compute_push_layout() 201 prog_data->ubo_ranges[i].length = max_push_regs - total_push_regs; in anv_nir_compute_push_layout() 202 total_push_regs += prog_data->ubo_ranges[i].length; in anv_nir_compute_push_layout() 222 struct brw_ubo_range *ubo_range = &prog_data->ubo_ranges[i]; in anv_nir_compute_push_layout() 278 prog_data_push_size += prog_data->ubo_ranges[i].length; in anv_nir_validate_push_layout()
|
D | genX_pipeline.c | 1992 wm_prog_data->base.ubo_ranges[0].length; in emit_3dstate_ps()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_program.c | 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() 1555 prog_data->ubo_ranges[0].length = 1; 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()
|
D | iris_state.c | 4685 ps.PushConstantEnable = prog_data->ubo_ranges[0].length > 0; in iris_store_fs_state() 5344 const struct brw_ubo_range *range = &prog_data->ubo_ranges[i]; in iris_restore_render_saved_bos() 5625 const struct brw_ubo_range *range = &prog_data->ubo_ranges[i]; in setup_constant_buffers()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_program.c | 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() 1467 prog_data->ubo_ranges[0].length = 1; 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()
|
D | crocus_state.c | 835 …t struct brw_ubo_range *range = &ice->shaders.prog[MESA_SHADER_FRAGMENT]->prog_data->ubo_ranges[i]; in calculate_curbe_offsets() 850 …nst struct brw_ubo_range *range = &ice->shaders.prog[MESA_SHADER_VERTEX]->prog_data->ubo_ranges[i]; in calculate_curbe_offsets() 924 const struct brw_ubo_range *range = &prog_data->ubo_ranges[i]; in upload_shader_consts() 5661 const struct brw_ubo_range *range = &prog_data->ubo_ranges[i]; in setup_constant_buffers() 6477 ps.PushConstantEnable = prog_data->ubo_ranges[0].length > 0;
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_compiler.h | 761 struct brw_ubo_range ubo_ranges[4]; member
|
D | brw_vec4.cpp | 1546 struct brw_ubo_range *range = &prog_data->base.ubo_ranges[i]; in setup_push_ranges() 1566 push_length += stage_prog_data->ubo_ranges[i].length; in setup_uniforms()
|
D | brw_fs.cpp | 1574 ubo_push_length += stage_prog_data->ubo_ranges[i].length; in assign_curb_setup() 2438 struct brw_ubo_range *range = &prog_data->ubo_ranges[i]; in assign_constant_locations() 2459 &prog_data->ubo_ranges[src.nr - UBO_START]; in get_pull_locs()
|
D | brw_vec4_nir.cpp | 649 const struct brw_ubo_range *range = &prog_data->base.ubo_ranges[i]; in nir_emit_intrinsic()
|
D | brw_fs_nir.cpp | 4799 const struct brw_ubo_range *range = &prog_data->ubo_ranges[i]; in nir_emit_intrinsic()
|