Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DOutputASM.h299 void declareFragmentOutput(TIntermTyped *fragmentOutput);
302 int fragmentOutputRegister(TIntermTyped *fragmentOutput);
DOutputASM.cpp3214 void OutputASM::declareFragmentOutput(TIntermTyped *fragmentOutput) in declareFragmentOutput() argument
3216 int requestedLocation = fragmentOutput->getType().getLayoutQualifier().location; in declareFragmentOutput()
3217 int registerCount = fragmentOutput->totalRegisterCount(); in declareFragmentOutput()
3225 …mContext.error(fragmentOutput->getLine(), "Fragment output location larger or equal to MAX_DRAW_BU… in declareFragmentOutput()
3229 int currentIndex = lookup(fragmentOutputs, fragmentOutput); in declareFragmentOutput()
3234 …mContext.error(fragmentOutput->getLine(), "Multiple locations for fragment output", "fragment shad… in declareFragmentOutput()
3246 fragmentOutputs.push_back(fragmentOutput); in declareFragmentOutput()
3255 fragmentOutputs[requestedLocation + i] = fragmentOutput; in declareFragmentOutput()
3259 … mContext.error(fragmentOutput->getLine(), "Fragment output location aliasing", "fragment shader"); in declareFragmentOutput()
3357 int OutputASM::fragmentOutputRegister(TIntermTyped *fragmentOutput) in fragmentOutputRegister() argument
[all …]
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/crypto/
DCipherTest.java4352 final byte[] fragmentOutput = c.update(AES_128_ECB_PKCS5Padding_TestVector_1_Plaintext); in testAES_ECB_PKCS5Padding_ShortBuffer_Failure()
4353 if (fragmentOutput != null) { in testAES_ECB_PKCS5Padding_ShortBuffer_Failure()
4354 assertEquals(0, fragmentOutput.length); in testAES_ECB_PKCS5Padding_ShortBuffer_Failure()
/external/conscrypt/repackaged/openjdk-integ-tests/src/test/java/com/android/org/conscrypt/javax/crypto/
DCipherTest.java4354 final byte[] fragmentOutput = c.update(AES_128_ECB_PKCS5Padding_TestVector_1_Plaintext); in testAES_ECB_PKCS5Padding_ShortBuffer_Failure()
4355 if (fragmentOutput != null) { in testAES_ECB_PKCS5Padding_ShortBuffer_Failure()
4356 assertEquals(0, fragmentOutput.length); in testAES_ECB_PKCS5Padding_ShortBuffer_Failure()