/third_party/vk-gl-cts/external/amber/src/samples/ |
H A D | config_helper_vulkan.cc | 132 } else if (name == "fillModeNonSolid") { in NamesToVulkanFeatures() 133 features->fillModeNonSolid = VK_TRUE; in NamesToVulkanFeatures() 336 if (available_features.fillModeNonSolid == VK_FALSE && in AreAllRequiredFeaturesSupported() 337 required_features.fillModeNonSolid == VK_TRUE) { in AreAllRequiredFeaturesSupported()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/ |
H A D | vktAmberTestCase.cpp | 112 if (feature == "Features.fillModeNonSolid") in isFeatureSupported() 113 return ctx.getDeviceFeatures().fillModeNonSolid; in isFeatureSupported()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/ |
H A D | vktAmberTestCase.cpp | 111 if (feature == "Features.fillModeNonSolid") in isFeatureSupported() 112 return ctx.getDeviceFeatures().fillModeNonSolid; in isFeatureSupported()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmComputeShaderCase.cpp | 398 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.fillModeNonSolid == DE_FALSE); in checkSupport()
|
H A D | vktSpvAsmUtils.cpp | 73 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, fillModeNonSolid) in isCoreFeaturesSupported()
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | device.cc | 166 if (feature == "fillModeNonSolid") { in AreAllRequiredFeaturesSupported() 167 if (available_features.fillModeNonSolid == VK_FALSE) in AreAllRequiredFeaturesSupported()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmComputeShaderCase.cpp | 398 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.fillModeNonSolid == DE_FALSE); in checkSupport()
|
H A D | vktSpvAsmUtils.cpp | 73 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, fillModeNonSolid) in isCoreFeaturesSupported()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_screen.c | 2050 !screen->info.feats.features.fillModeNonSolid || in check_base_requirements() 2064 CHECK_OR_PRINT(feats.features.fillModeNonSolid); in check_base_requirements()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationMiscDrawTests.cpp | 876 const auto polygonMode = ((m_context.getDeviceFeatures().fillModeNonSolid) in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
H A D | vktTestCase.cpp | 862 DEVICE_CORE_FEATURE_ENTRY(DEVICE_CORE_FEATURE_FILL_MODE_NON_SOLID , fillModeNonSolid ),
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A D | vktTestCase.cpp | 799 DEVICE_CORE_FEATURE_ENTRY(DEVICE_CORE_FEATURE_FILL_MODE_NON_SOLID , fillModeNonSolid ),
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_device.c | 616 .fillModeNonSolid = false, in pvr_GetPhysicalDeviceFeatures2()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 584 .fillModeNonSolid = true, in lvp_GetPhysicalDeviceFeatures()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/device_group/ |
H A D | vktDeviceGroupRendering.cpp | 319 if (m_fillModeNonSolid & static_cast<bool>(!enabledDeviceFeatures.fillModeNonSolid)) in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/device_group/ |
H A D | vktDeviceGroupRendering.cpp | 319 if (m_fillModeNonSolid & static_cast<bool>(!enabledDeviceFeatures.fillModeNonSolid)) in init()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkNullDriver.cpp | 922 pFeatures->fillModeNonSolid = VK_TRUE; in getPhysicalDeviceFeatures()
|
/third_party/vulkan-loader/tests/ |
H A D | loader_phys_dev_inst_ext_tests.cpp | 370 feats.fillModeNonSolid = (rand() % 2) == 0 ? VK_FALSE : VK_TRUE; in FillInRandomFeatures() 425 feats1.fillModeNonSolid == feats2.features.fillModeNonSolid && feats1.depthBounds == feats2.features.depthBounds && in CompareFeatures()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.c | 658 .fillModeNonSolid = true, in tu_GetPhysicalDeviceFeatures2()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_device.c | 1106 .fillModeNonSolid = true, in v3dv_GetPhysicalDeviceFeatures()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_device.c | 1126 .fillModeNonSolid = false, in dzn_GetPhysicalDeviceFeatures2()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiDeviceInitializationTests.cpp | 1621 FEATURE_ITEM(VkPhysicalDeviceFeatures, fillModeNonSolid), in createDeviceWithUnsupportedFeaturesTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiDeviceInitializationTests.cpp | 1632 FEATURE_ITEM(VkPhysicalDeviceFeatures, fillModeNonSolid), in createDeviceWithUnsupportedFeaturesTest()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 1292 .fillModeNonSolid = true, in anv_GetPhysicalDeviceFeatures()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_device.h | 801 size += vn_sizeof_VkBool32(&val->fillModeNonSolid); in vn_sizeof_VkPhysicalDeviceFeatures() 862 vn_encode_VkBool32(enc, &val->fillModeNonSolid); in vn_encode_VkPhysicalDeviceFeatures() 922 vn_decode_VkBool32(dec, &val->fillModeNonSolid); in vn_decode_VkPhysicalDeviceFeatures() 983 /* skip val->fillModeNonSolid */ in vn_sizeof_VkPhysicalDeviceFeatures_partial() 1044 /* skip val->fillModeNonSolid */ in vn_encode_VkPhysicalDeviceFeatures_partial()
|