Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_valuepool.h164 std::vector<PGPRArray> m_reg_arrays;
Dsfn_valuepool.cpp425 PGPRArray array = PGPRArray(new GPRArray(current_index, a.length, mask, ncomponents)); in allocate_arrays()
Dsfn_value_gpr.h153 using PGPRArray = GPRArray::Pointer; variable