Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DSpirvShaderControlFlow.cpp597 int insnNumber = 0; in EmitFunctionCall() local
600 if(insnNumber > 1) in EmitFunctionCall()
602 …UNIMPLEMENTED("b/141246700: Function block number of instructions: %d", insnNumber); // FIXME(b/1… in EmitFunctionCall()
606 if(blockInsn.opcode() != wrapOpKill[insnNumber++]) in EmitFunctionCall()
608 …UNIMPLEMENTED("b/141246700: Function block instruction %d : %s", insnNumber - 1, OpcodeName(blockI… in EmitFunctionCall()