Searched refs:ubo_push_start (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4.h111 unsigned ubo_push_start[4]; member in class:brw::vec4_visitor
H A Dbrw_vec4.cpp1848 ubo_push_start[i] = push_length;
2084 ubo_push_start[src.nr - UBO_START] +
H A Dbrw_vec4_visitor.cpp1761 ubo_push_start(),
H A Dbrw_fs.cpp1668 unsigned ubo_push_start[4]; local in function:fs_visitor::assign_curb_setup
1670 ubo_push_start[i] = 8 * (ubo_push_length + uniform_push_length);
1765 constant_nr = ubo_push_start[inst->src[i].nr - UBO_START] +
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs.cpp1572 unsigned ubo_push_start[4]; local in function:fs_visitor::assign_curb_setup
1574 ubo_push_start[i] = 8 * (ubo_push_length + uniform_push_length);
1588 constant_nr = ubo_push_start[inst->src[i].nr - UBO_START] +

Completed in 30 milliseconds