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 …]
138 options.pls.fragmentSyncType = static_cast<ShFragmentSynchronizationType>( in LLVMFuzzerTestOneInput()140 static_cast<uint32_t>(ShFragmentSynchronizationType::InvalidEnum)); in LLVMFuzzerTestOneInput()
122 enum class ShFragmentSynchronizationType : uint8_t enum145 ShFragmentSynchronizationType fragmentSyncType = ShFragmentSynchronizationType::NotSupported;
1355 ShFragmentSynchronizationType::FragmentShaderInterlock_ARB_GL; in ensureCapsInitialized()1365 ? ShFragmentSynchronizationType::Automatic in ensureCapsInitialized()1366 : ShFragmentSynchronizationType::NotSupported; in ensureCapsInitialized()
1087 rasterOrderGroupsSupported ? ShFragmentSynchronizationType::RasterOrderGroups_Metal1088 : ShFragmentSynchronizationType::Automatic;1104 rasterOrderGroupsSupported ? ShFragmentSynchronizationType::RasterOrderGroups_Metal1105 : ShFragmentSynchronizationType::NotSupported;
122 mPLSOptions.fragmentSyncType = ShFragmentSynchronizationType::Automatic; in ContextNULL()
1707 plsOptions->fragmentSyncType = ShFragmentSynchronizationType::Automatic; in GenerateCaps()1745 ShFragmentSynchronizationType::FragmentShaderInterlock_NV_GL; in GenerateCaps()1750 ShFragmentSynchronizationType::FragmentShaderOrdering_INTEL_GL; in GenerateCaps()1756 ShFragmentSynchronizationType::FragmentShaderInterlock_ARB_GL; in GenerateCaps()
231 ShFragmentSynchronizationType::RasterOrderGroups_Metal), in GenMetalTraverser()
1757 plsOptions->fragmentSyncType = ShFragmentSynchronizationType::RasterizerOrderViews_D3D; in GenerateCaps()