HomeSort by relevance Sort by last modified time
    Searched refs:vecDim (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_build_util.cpp 455 uint32_t base, int len, int vecDim, int eltSize,
462 this->vecDim = vecDim;
531 const unsigned int idx = i * vecDim + c;
534 assert(baseSym || (idx < arrayLen && c < vecDim));
nv50_ir_build_util.h 133 uint32_t base, int len, int vecDim, int eltSize,
156 uint8_t vecDim;
288 assert(i < arrayLen && c < vecDim);

Completed in 594 milliseconds