Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dspv_utils.cpp1276 void modifyEntryPointInterfaceList(
1331 void SpirvInactiveVaryingRemover::modifyEntryPointInterfaceList( in modifyEntryPointInterfaceList() function in rx::__anon28ee08100111::SpirvInactiveVaryingRemover
1440 void modifyEntryPointInterfaceList(spirv::IdRefList *interfaceList);
1547 void SpirvVaryingPrecisionFixer::modifyEntryPointInterfaceList(spirv::IdRefList *interfaceList) in modifyEntryPointInterfaceList() function in rx::__anon28ee08100111::SpirvVaryingPrecisionFixer
2559 void modifyEntryPointInterfaceList(const SpirvNonSemanticInstructions &nonSemantic,
2720 void SpirvMultisampleTransformer::modifyEntryPointInterfaceList( in modifyEntryPointInterfaceList() function in rx::__anon28ee08100111::SpirvMultisampleTransformer
3649 mInactiveVaryingRemover.modifyEntryPointInterfaceList(mVariableInfoById, mOptions.shaderType, in transformEntryPoint()
3653 mVaryingPrecisionFixer.modifyEntryPointInterfaceList(&interfaceList); in transformEntryPoint()
3656 mMultisampleTransformer.modifyEntryPointInterfaceList(mNonSemanticInstructions, &interfaceList, in transformEntryPoint()