Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_from_sm4.cpp66 unsigned int *phaseInstCnt[2]; member in __anonb052c8f20111::Converter
1093 phaseInstCnt[0][subPhaseCnt[0]] = phaseInstCnt[0][subPhaseCnt[0] - 1]; in handleDeclaration()
1098 phaseInstCnt[1][subPhaseCnt[1]] = phaseInstCnt[1][subPhaseCnt[1] - 1]; in handleDeclaration()
1102 phaseInstCnt[0][subPhaseCnt[0] - 1] = dcl.num; in handleDeclaration()
1105 phaseInstCnt[1][subPhaseCnt[1] - 1] = dcl.num; in handleDeclaration()
1327 const unsigned int cnt = phaseInstCnt[phase - 1][subPhase]; in src()
2139 if (info.prop.tp.outputPatchSize < phaseInstCnt[0][subPhase]) in handleInstruction()
2148 if (info.prop.tp.outputPatchSize < phaseInstCnt[1][subPhase]) in handleInstruction()
2224 delete[] phaseInstCnt[0]; in ~Converter()
2226 delete[] phaseInstCnt[1]; in ~Converter()
[all …]