Searched refs:texture_offsets (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_bc_parser.cpp639 vvec grad_v, grad_h, texture_offsets; local in function:r600_sb::bc_parser::prepare_fetch_clause
673 grad = &texture_offsets;
702 std::copy(texture_offsets.begin(), texture_offsets.end(), n->src.begin() + 4);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_bc_parser.cpp651 vvec grad_v, grad_h, texture_offsets; local in function:r600_sb::bc_parser::prepare_fetch_clause
685 grad = &texture_offsets;
714 std::copy(texture_offsets.begin(), texture_offsets.end(), n->src.begin() + 4);

Completed in 3 milliseconds