Searched refs:ShFragmentSynchronizationType (Results 1 – 9 of 9) sorted by relevance
391 ShFragmentSynchronizationType::RasterizerOrderViews_D3D || in createPLSImageReplacement()393 ShFragmentSynchronizationType::RasterOrderGroups_Metal; in createPLSImageReplacement()596 case ShFragmentSynchronizationType::RasterizerOrderViews_D3D: in injectPrePLSCode()597 case ShFragmentSynchronizationType::RasterOrderGroups_Metal: in injectPrePLSCode()598 case ShFragmentSynchronizationType::NotSupported: in injectPrePLSCode()600 case ShFragmentSynchronizationType::FragmentShaderInterlock_NV_GL: in injectPrePLSCode()606 case ShFragmentSynchronizationType::FragmentShaderOrdering_INTEL_GL: in injectPrePLSCode()612 case ShFragmentSynchronizationType::FragmentShaderInterlock_ARB_GL: in injectPrePLSCode()637 case ShFragmentSynchronizationType::RasterizerOrderViews_D3D: in injectPostPLSCode()638 case ShFragmentSynchronizationType::RasterOrderGroups_Metal: in injectPostPLSCode()[all …]
137 options.pls.fragmentSyncType = static_cast<ShFragmentSynchronizationType>( in LLVMFuzzerTestOneInput()139 static_cast<uint32_t>(ShFragmentSynchronizationType::InvalidEnum)); in LLVMFuzzerTestOneInput()
105 enum class ShFragmentSynchronizationType : uint8_t enum128 ShFragmentSynchronizationType fragmentSyncType = ShFragmentSynchronizationType::NotSupported;
1158 mNativePLSOptions.fragmentSyncType = ShFragmentSynchronizationType::Automatic; in ensureCapsInitialized()1168 ShFragmentSynchronizationType::FragmentShaderInterlock_ARB_GL; in ensureCapsInitialized()1174 ASSERT(mNativePLSOptions.fragmentSyncType == ShFragmentSynchronizationType::NotSupported); in ensureCapsInitialized()
1123 rasterOrderGroupsSupported ? ShFragmentSynchronizationType::RasterOrderGroups_Metal1124 : ShFragmentSynchronizationType::Automatic;1140 rasterOrderGroupsSupported ? ShFragmentSynchronizationType::RasterOrderGroups_Metal1141 : ShFragmentSynchronizationType::NotSupported;
1675 plsOptions->fragmentSyncType = ShFragmentSynchronizationType::Automatic; in GenerateCaps()1684 plsOptions->fragmentSyncType = ShFragmentSynchronizationType::Automatic; in GenerateCaps()1722 ShFragmentSynchronizationType::FragmentShaderInterlock_NV_GL; in GenerateCaps()1727 ShFragmentSynchronizationType::FragmentShaderOrdering_INTEL_GL; in GenerateCaps()1733 ShFragmentSynchronizationType::FragmentShaderInterlock_ARB_GL; in GenerateCaps()
121 mPLSOptions.fragmentSyncType = ShFragmentSynchronizationType::Automatic; in ContextNULL()
1749 plsOptions->fragmentSyncType = ShFragmentSynchronizationType::RasterizerOrderViews_D3D; in GenerateCaps()
227 ShFragmentSynchronizationType::RasterOrderGroups_Metal) in GenMetalTraverser()