Home
last modified time | relevance | path

Searched refs:alphaToOne (Results 1 – 25 of 56) sorted by relevance

123

/third_party/vk-gl-cts/external/amber/src/samples/
Dconfig_helper_vulkan.cc138 features->alphaToOne = VK_TRUE; in NamesToVulkanFeatures()
349 if (available_features.alphaToOne == VK_FALSE && in AreAllRequiredFeaturesSupported()
350 required_features.alphaToOne == VK_TRUE) { in AreAllRequiredFeaturesSupported()
/third_party/mesa3d/docs/relnotes/
D20.3.1.rst142 - radv: disable alphaToOne feature
D20.2.5.rst144 - radv: disable alphaToOne feature
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/
DVK_EXT_extended_dynamic_state3.adoc80 * Assuming VkPhysicalDeviceFeatures::alphaToOne is enabled
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_pipeline.c138 if (state->blend_state->alpha_to_one && !screen->info.feats.features.alphaToOne) { in zink_create_gfx_pipeline()
/third_party/mesa3d/docs/drivers/
Dzink.rst32 * ``alphaToOne``
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmUtils.cpp77 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, alphaToOne) in isCoreFeaturesSupported()
DvktSpvAsmComputeShaderCase.cpp402 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.alphaToOne == DE_FALSE); in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.cpp77 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, alphaToOne) in isCoreFeaturesSupported()
DvktSpvAsmComputeShaderCase.cpp402 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.alphaToOne == DE_FALSE); in checkSupport()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Ddevice.cc184 if (available_features.alphaToOne == VK_FALSE) in AreAllRequiredFeaturesSupported()
/third_party/vk-gl-cts/external/amber/src/docs/
Dvk_script.md461 * `alphaToOne`
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktTestCase.cpp803 DEVICE_CORE_FEATURE_ENTRY(DEVICE_CORE_FEATURE_ALPHA_TO_ONE , alphaToOne ),
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
DvktTestCase.cpp803 DEVICE_CORE_FEATURE_ENTRY(DEVICE_CORE_FEATURE_ALPHA_TO_ONE , alphaToOne ),
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkphysicaldevice.c325 DEBUG_BOOL_STRUCT ("support for", features, alphaToOne); in dump_features10()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp887 pFeatures->alphaToOne = VK_TRUE; in getPhysicalDeviceFeatures()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dfragops.adoc826 * [[VUID-vkCmdSetAlphaToOneEnableEXT-alphaToOne-07607]]
827 If the <<features-alphaToOne, pname:alphaToOne>> feature is not enabled,
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_device.c620 .alphaToOne = true, in pvr_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c588 .alphaToOne = true, in lvp_GetPhysicalDeviceFeatures()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c1110 .alphaToOne = true, in v3dv_GetPhysicalDeviceFeatures()
/third_party/vulkan-loader/tests/
Dloader_phys_dev_inst_ext_tests.cpp316 feats.alphaToOne = (rand() % 2) == 0 ? VK_FALSE : VK_TRUE; in FillInRandomFeatures()
369 …feats1.alphaToOne == feats2.features.alphaToOne && feats1.multiViewport == feats2.features.multiVi… in CompareFeatures()
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_device.c1130 .alphaToOne = false, in dzn_GetPhysicalDeviceFeatures2()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiDeviceInitializationTests.cpp1636 FEATURE_ITEM(VkPhysicalDeviceFeatures, alphaToOne), in createDeviceWithUnsupportedFeaturesTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp1636 FEATURE_ITEM(VkPhysicalDeviceFeatures, alphaToOne), in createDeviceWithUnsupportedFeaturesTest()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c662 .alphaToOne = true, in tu_GetPhysicalDeviceFeatures2()

123