Home
last modified time | relevance | path

Searched refs:ubo_ranges (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/intel/vulkan/
Danv_nir_compute_push_layout.c188 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()
DgenX_pipeline.c1992 wm_prog_data->base.ubo_ranges[0].length; in emit_3dstate_ps()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_program.c1345 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()
Diris_state.c4685 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/
Dcrocus_program.c1227 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()
Dcrocus_state.c835 …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/
Dbrw_compiler.h761 struct brw_ubo_range ubo_ranges[4]; member
Dbrw_vec4.cpp1546 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()
Dbrw_fs.cpp1574 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()
Dbrw_vec4_nir.cpp649 const struct brw_ubo_range *range = &prog_data->base.ubo_ranges[i]; in nir_emit_intrinsic()
Dbrw_fs_nir.cpp4799 const struct brw_ubo_range *range = &prog_data->ubo_ranges[i]; in nir_emit_intrinsic()