Home
last modified time | relevance | path

Searched refs:independentBlend (Results 1 - 25 of 42) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendOperationAdvancedTests.cpp211 deBool independentBlend; member
1406 if (m_param.independentBlend)
1609 if (m_param.colorAttachmentsCount > 1 && m_param.independentBlend && !blendProperties.advancedBlendIndependentBlend)
2265 testParams.independentBlend = DE_FALSE;
2295 testParams.independentBlend = DE_TRUE;
2326 testParams.independentBlend = DE_FALSE;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineBlendOperationAdvancedTests.cpp209 deBool independentBlend; member
1397 if (m_param.independentBlend)
1601 if (m_param.colorAttachmentsCount > 1 && m_param.independentBlend && !blendProperties.advancedBlendIndependentBlend)
2244 testParams.independentBlend = DE_FALSE;
2274 testParams.independentBlend = DE_TRUE;
2305 testParams.independentBlend = DE_FALSE;
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DAdapterVk.cpp122 if (!mDeviceInfo.features.independentBlend) { in InitializeSupportedFeaturesImpl()
123 return DAWN_INTERNAL_ERROR("Vulkan independentBlend feature required."); in InitializeSupportedFeaturesImpl()
H A DDeviceVk.cpp330 usedKnobs.features.independentBlend = VK_TRUE; in CreateDevice()
/third_party/vk-gl-cts/external/amber/src/samples/
H A Dconfig_helper_vulkan.cc112 } else if (name == "independentBlend") { in NamesToVulkanFeatures()
113 features->independentBlend = VK_TRUE; in NamesToVulkanFeatures()
296 if (available_features.independentBlend == VK_FALSE && in AreAllRequiredFeaturesSupported()
297 required_features.independentBlend == VK_TRUE) { in AreAllRequiredFeaturesSupported()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DRendererVk.cpp1954 mEnabledFeatures.features.independentBlend = mPhysicalDeviceFeatures.independentBlend; in initializeDevice()
2447 // If independentBlend is not supported, we can't have a mix of has-alpha and emulated-alpha in getMaxSupportedESVersion()
2450 if (!mPhysicalDeviceFeatures.independentBlend) in getMaxSupportedESVersion()
H A Dvk_caps_utils.cpp396 mNativeExtensions.drawBuffersIndexedOES = mPhysicalDeviceFeatures.independentBlend == VK_TRUE; in ensureCapsInitialized()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmComputeShaderCase.cpp388 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.independentBlend == DE_FALSE); in checkSupport()
H A DvktSpvAsmUtils.cpp63 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, independentBlend) in isCoreFeaturesSupported()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Ddevice.cc116 if (feature == "independentBlend") { in AreAllRequiredFeaturesSupported()
117 if (available_features.independentBlend == VK_FALSE) in AreAllRequiredFeaturesSupported()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmComputeShaderCase.cpp388 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.independentBlend == DE_FALSE); in checkSupport()
H A DvktSpvAsmUtils.cpp63 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, independentBlend) in isCoreFeaturesSupported()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_device.c482 .independentBlend = true, in panvk_GetPhysicalDeviceFeatures2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktTestCase.cpp852 DEVICE_CORE_FEATURE_ENTRY(DEVICE_CORE_FEATURE_INDEPENDENT_BLEND , independentBlend ),
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktTestCase.cpp789 DEVICE_CORE_FEATURE_ENTRY(DEVICE_CORE_FEATURE_INDEPENDENT_BLEND , independentBlend ),
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_device.c606 .independentBlend = true, in pvr_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c574 .independentBlend = true, in lvp_GetPhysicalDeviceFeatures()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkNullDriver.cpp912 pFeatures->independentBlend = VK_TRUE; in getPhysicalDeviceFeatures()
/third_party/vulkan-loader/tests/
H A Dloader_phys_dev_inst_ext_tests.cpp360 feats.independentBlend = (rand() % 2) == 0 ? VK_FALSE : VK_TRUE; in FillInRandomFeatures()
418 feats1.imageCubeArray == feats2.features.imageCubeArray && feats1.independentBlend == feats2.features.independentBlend && in CompareFeatures()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_device.c648 .independentBlend = true, in tu_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c1096 .independentBlend = true, in v3dv_GetPhysicalDeviceFeatures()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c1116 .independentBlend = false, in dzn_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_screen.c576 return screen->info.feats.features.independentBlend; in zink_get_param()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp1611 FEATURE_ITEM(VkPhysicalDeviceFeatures, independentBlend), in createDeviceWithUnsupportedFeaturesTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp1622 FEATURE_ITEM(VkPhysicalDeviceFeatures, independentBlend), in createDeviceWithUnsupportedFeaturesTest()

Completed in 114 milliseconds

12