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

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

Completed in 100 milliseconds