Searched refs:alphaToOne (Results 1 – 25 of 56) sorted by relevance
123
/third_party/vk-gl-cts/external/amber/src/samples/ |
D | config_helper_vulkan.cc | 138 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/ |
D | 20.3.1.rst | 142 - radv: disable alphaToOne feature
|
D | 20.2.5.rst | 144 - radv: disable alphaToOne feature
|
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/ |
D | VK_EXT_extended_dynamic_state3.adoc | 80 * Assuming VkPhysicalDeviceFeatures::alphaToOne is enabled
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_pipeline.c | 138 if (state->blend_state->alpha_to_one && !screen->info.feats.features.alphaToOne) { in zink_create_gfx_pipeline()
|
/third_party/mesa3d/docs/drivers/ |
D | zink.rst | 32 * ``alphaToOne``
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
D | vktSpvAsmUtils.cpp | 77 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, alphaToOne) in isCoreFeaturesSupported()
|
D | vktSpvAsmComputeShaderCase.cpp | 402 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.alphaToOne == DE_FALSE); in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmUtils.cpp | 77 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, alphaToOne) in isCoreFeaturesSupported()
|
D | vktSpvAsmComputeShaderCase.cpp | 402 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.alphaToOne == DE_FALSE); in checkSupport()
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
D | device.cc | 184 if (available_features.alphaToOne == VK_FALSE) in AreAllRequiredFeaturesSupported()
|
/third_party/vk-gl-cts/external/amber/src/docs/ |
D | vk_script.md | 461 * `alphaToOne`
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
D | vktTestCase.cpp | 803 DEVICE_CORE_FEATURE_ENTRY(DEVICE_CORE_FEATURE_ALPHA_TO_ONE , alphaToOne ),
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
D | vktTestCase.cpp | 803 DEVICE_CORE_FEATURE_ENTRY(DEVICE_CORE_FEATURE_ALPHA_TO_ONE , alphaToOne ),
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkphysicaldevice.c | 325 DEBUG_BOOL_STRUCT ("support for", features, alphaToOne); in dump_features10()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkNullDriver.cpp | 887 pFeatures->alphaToOne = VK_TRUE; in getPhysicalDeviceFeatures()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | fragops.adoc | 826 * [[VUID-vkCmdSetAlphaToOneEnableEXT-alphaToOne-07607]] 827 If the <<features-alphaToOne, pname:alphaToOne>> feature is not enabled,
|
/third_party/mesa3d/src/imagination/vulkan/ |
D | pvr_device.c | 620 .alphaToOne = true, in pvr_GetPhysicalDeviceFeatures2()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_device.c | 588 .alphaToOne = true, in lvp_GetPhysicalDeviceFeatures()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_device.c | 1110 .alphaToOne = true, in v3dv_GetPhysicalDeviceFeatures()
|
/third_party/vulkan-loader/tests/ |
D | loader_phys_dev_inst_ext_tests.cpp | 316 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/ |
D | dzn_device.c | 1130 .alphaToOne = false, in dzn_GetPhysicalDeviceFeatures2()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
D | vktApiDeviceInitializationTests.cpp | 1636 FEATURE_ITEM(VkPhysicalDeviceFeatures, alphaToOne), in createDeviceWithUnsupportedFeaturesTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiDeviceInitializationTests.cpp | 1636 FEATURE_ITEM(VkPhysicalDeviceFeatures, alphaToOne), in createDeviceWithUnsupportedFeaturesTest()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_device.c | 662 .alphaToOne = true, in tu_GetPhysicalDeviceFeatures2()
|
123