Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DTranslatorVulkan.cpp418 TIntermBinary *xfbOffsets = new TIntermBinary(EOpAdd, xfbBufferOffsets, xfbStrides); in AddXfbEmulationSupport() local
424 body->appendStatement(new TIntermBranch(EOpReturn, xfbOffsets)); in AddXfbEmulationSupport()
/external/angle/src/libANGLE/renderer/
Dglslang_wrapper_utils.cpp1852 void writeGetOffsetsCall(spirv::IdRef xfbOffsets, spirv::Blob *blobOut);
2337 const spirv::IdRef xfbOffsets(SpirvTransformerBase::GetNewId(blobOut)); in writeTransformFeedbackEmulationOutput() local
2340 writeGetOffsetsCall(xfbOffsets, blobOut); in writeTransformFeedbackEmulationOutput()
2350 spirv::WriteCompositeExtract(blobOut, ids.intId(), xfbOffset, xfbOffsets, in writeTransformFeedbackEmulationOutput()
2486 void SpirvTransformFeedbackCodeGenerator::writeGetOffsetsCall(spirv::IdRef xfbOffsets, in writeGetOffsetsCall() argument
2506 spirv::WriteLoad(blobOut, mIVec4Id, xfbOffsets, xfbOffsetsVar, nullptr); in writeGetOffsetsCall()