Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dspv_utils.cpp1808 spirv::IdRef mIntOutputPointerId; member in rx::__anonac7b6de10111::SpirvTransformFeedbackCodeGenerator
2126 mIntOutputPointerId = SpirvTransformerBase::GetNewId(blobOut); in writePendingDeclarations()
2128 spirv::WriteTypePointer(blobOut, mIntOutputPointerId, spv::StorageClassOutput, ID::Int); in writePendingDeclarations()
2437 *typePtrOut = isPrivate ? mIntPrivatePointerId : mIntOutputPointerId; in getVaryingTypeIds()