HomeSort by: relevance | last modified time | path
    Searched refs:ncomponents (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
sfn_valuepool.cpp 402 int ncomponents = 0; local
413 if (a.ncomponents + ncomponents > 4 ||
416 ncomponents = 0;
420 if (ncomponents == 0)
423 uint32_t mask = ((1 << a.ncomponents) - 1) << ncomponents;
425 PGPRArray array = PGPRArray(new GPRArray(current_index, a.length, mask, ncomponents));
430 << " of size " << a.length << " with " << a.ncomponents
435 for (unsigned i = 0; i < a.ncomponents; ++i
    [all...]
sfn_valuepool.h 77 unsigned ncomponents; member in struct:r600::ValuePool::array_entry
80 return a.length < b.length || (a.length == b.length && a.ncomponents > b.ncomponents);
sfn_nir_lower_tess_io.cpp 118 static nir_ssa_def *load_offset_group(nir_builder *b, int ncomponents)
120 switch (ncomponents) {
130 debug_printf("Got %d components\n", ncomponents);

Completed in 6 milliseconds