Home
last modified time | relevance | path

Searched refs:UBO_START (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_fs.h81 #define UBO_START ((1 << 16) - 4) macro
Dbrw_fs.cpp1630 if (inst->src[i].nr >= UBO_START) { in assign_curb_setup()
1632 constant_nr = ubo_push_start[inst->src[i].nr - UBO_START] + in assign_curb_setup()
2447 if ((!compiler->supports_pull_constants && u < UBO_START) || in assign_constant_locations()
2540 if (src.nr >= UBO_START) { in get_pull_locs()
2542 &prog_data->ubo_ranges[src.nr - UBO_START]; in get_pull_locs()
Dbrw_fs_nir.cpp4571 push_reg = fs_reg(UNIFORM, UBO_START + i, dest.type); in nir_emit_intrinsic()