Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/vulkan/
Danv_nir_compute_push_layout.c154 brw_nir_analyze_ubo_ranges(compiler, nir, NULL, prog_data->ubo_ranges); in anv_nir_compute_push_layout()
162 if (total_push_regs + prog_data->ubo_ranges[i].length > 64) in anv_nir_compute_push_layout()
163 prog_data->ubo_ranges[i].length = 64 - total_push_regs; in anv_nir_compute_push_layout()
164 total_push_regs += prog_data->ubo_ranges[i].length; in anv_nir_compute_push_layout()
184 struct brw_ubo_range *ubo_range = &prog_data->ubo_ranges[i]; in anv_nir_compute_push_layout()
240 prog_data_push_size += prog_data->ubo_ranges[i].length; in anv_nir_validate_push_layout()
DgenX_pipeline.c2066 wm_prog_data->base.ubo_ranges[0].length;
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_gs.c76 prog_data.base.base.ubo_ranges); in brw_codegen_gs_prog()
Dbrw_tes.c61 prog_data.base.base.ubo_ranges); in brw_codegen_tes_prog()
Dbrw_tcs.c69 prog_data.base.base.ubo_ranges); in brw_codegen_tcs_prog()
Dbrw_vs.c146 prog_data.base.base.ubo_ranges); in brw_codegen_vs_prog()
Dbrw_wm.c98 NULL, prog_data.base.ubo_ranges); in brw_codegen_wm_prog()
DgenX_state_upload.c3126 &stage_state->prog_data->ubo_ranges[i];
3910 prog_data->base.ubo_ranges[0].length > 0)
/external/mesa3d/src/gallium/drivers/iris/
Diris_program.c1133 brw_nir_analyze_ubo_ranges(compiler, nir, NULL, prog_data->ubo_ranges); in iris_compile_vs()
1310 brw_nir_analyze_ubo_ranges(compiler, nir, NULL, prog_data->ubo_ranges); in iris_compile_tcs()
1346 prog_data->ubo_ranges[0].length = 1; in iris_compile_tcs()
1467 brw_nir_analyze_ubo_ranges(compiler, nir, NULL, prog_data->ubo_ranges); in iris_compile_tes()
1589 brw_nir_analyze_ubo_ranges(compiler, nir, NULL, prog_data->ubo_ranges); in iris_compile_gs()
1711 brw_nir_analyze_ubo_ranges(compiler, nir, NULL, prog_data->ubo_ranges); in iris_compile_fs()
Diris_state.c4452 ps.PushConstantEnable = prog_data->ubo_ranges[0].length > 0; in iris_store_fs_state()
5090 const struct brw_ubo_range *range = &prog_data->ubo_ranges[i]; in iris_restore_render_saved_bos()
5357 const struct brw_ubo_range *range = &prog_data->ubo_ranges[i]; in setup_constant_buffers()
/external/mesa3d/src/intel/compiler/
Dbrw_compiler.h701 struct brw_ubo_range ubo_ranges[4]; member
Dbrw_vec4.cpp1832 reg += stage_prog_data->ubo_ranges[i].length; in setup_uniforms()
Dbrw_fs.cpp1617 ubo_push_length += stage_prog_data->ubo_ranges[i].length; in assign_curb_setup()
2523 struct brw_ubo_range *range = &prog_data->ubo_ranges[i]; in assign_constant_locations()
2542 &prog_data->ubo_ranges[src.nr - UBO_START]; in get_pull_locs()
Dbrw_fs_nir.cpp4566 const struct brw_ubo_range *range = &prog_data->ubo_ranges[i]; in nir_emit_intrinsic()