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.cpp3251 void OutputASM::declareFragmentOutput(TIntermTyped *fragmentOutput) in declareFragmentOutput() argument
3253 int requestedLocation = fragmentOutput->getType().getLayoutQualifier().location; in declareFragmentOutput()
3254 int registerCount = fragmentOutput->totalRegisterCount(); in declareFragmentOutput()
3262 …mContext.error(fragmentOutput->getLine(), "Fragment output location larger or equal to MAX_DRAW_BU… in declareFragmentOutput()
3266 int currentIndex = lookup(fragmentOutputs, fragmentOutput); in declareFragmentOutput()
3271 …mContext.error(fragmentOutput->getLine(), "Multiple locations for fragment output", "fragment shad… in declareFragmentOutput()
3283 fragmentOutputs.push_back(fragmentOutput); in declareFragmentOutput()
3292 fragmentOutputs[requestedLocation + i] = fragmentOutput; in declareFragmentOutput()
3296 … mContext.error(fragmentOutput->getLine(), "Fragment output location aliasing", "fragment shader"); in declareFragmentOutput()
3402 int OutputASM::fragmentOutputRegister(TIntermTyped *fragmentOutput) in fragmentOutputRegister() argument
[all …]
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/crypto/
DCipherTest.java4336 final byte[] fragmentOutput = c.update(AES_128_ECB_PKCS5Padding_TestVector_1_Plaintext); in testAES_ECB_PKCS5Padding_ShortBuffer_Failure()
4337 if (fragmentOutput != null) { in testAES_ECB_PKCS5Padding_ShortBuffer_Failure()
4338 assertEquals(0, fragmentOutput.length); in testAES_ECB_PKCS5Padding_ShortBuffer_Failure()
/external/conscrypt/common/src/test/java/org/conscrypt/javax/crypto/
DCipherTest.java4340 final byte[] fragmentOutput = c.update(AES_128_ECB_PKCS5Padding_TestVector_1_Plaintext); in testAES_ECB_PKCS5Padding_ShortBuffer_Failure()
4341 if (fragmentOutput != null) { in testAES_ECB_PKCS5Padding_ShortBuffer_Failure()
4342 assertEquals(0, fragmentOutput.length); in testAES_ECB_PKCS5Padding_ShortBuffer_Failure()