Home
last modified time | relevance | path

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

12

/third_party/vk-gl-cts/external/amber/src/samples/
H A Dconfig_helper_vulkan.cc132 } 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 DvktAmberTestCase.cpp112 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 DvktAmberTestCase.cpp111 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 DvktSpvAsmComputeShaderCase.cpp398 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.fillModeNonSolid == DE_FALSE); in checkSupport()
H A DvktSpvAsmUtils.cpp73 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, fillModeNonSolid) in isCoreFeaturesSupported()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Ddevice.cc166 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 DvktSpvAsmComputeShaderCase.cpp398 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.fillModeNonSolid == DE_FALSE); in checkSupport()
H A DvktSpvAsmUtils.cpp73 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, fillModeNonSolid) in isCoreFeaturesSupported()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_screen.c2050 !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 DvktTessellationMiscDrawTests.cpp876 const auto polygonMode = ((m_context.getDeviceFeatures().fillModeNonSolid) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktTestCase.cpp862 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 DvktTestCase.cpp799 DEVICE_CORE_FEATURE_ENTRY(DEVICE_CORE_FEATURE_FILL_MODE_NON_SOLID , fillModeNonSolid ),
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_device.c616 .fillModeNonSolid = false, in pvr_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c584 .fillModeNonSolid = true, in lvp_GetPhysicalDeviceFeatures()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/device_group/
H A DvktDeviceGroupRendering.cpp319 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 DvktDeviceGroupRendering.cpp319 if (m_fillModeNonSolid & static_cast<bool>(!enabledDeviceFeatures.fillModeNonSolid)) in init()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkNullDriver.cpp922 pFeatures->fillModeNonSolid = VK_TRUE; in getPhysicalDeviceFeatures()
/third_party/vulkan-loader/tests/
H A Dloader_phys_dev_inst_ext_tests.cpp370 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 Dtu_device.c658 .fillModeNonSolid = true, in tu_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c1106 .fillModeNonSolid = true, in v3dv_GetPhysicalDeviceFeatures()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c1126 .fillModeNonSolid = false, in dzn_GetPhysicalDeviceFeatures2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp1621 FEATURE_ITEM(VkPhysicalDeviceFeatures, fillModeNonSolid), in createDeviceWithUnsupportedFeaturesTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp1632 FEATURE_ITEM(VkPhysicalDeviceFeatures, fillModeNonSolid), in createDeviceWithUnsupportedFeaturesTest()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c1292 .fillModeNonSolid = true, in anv_GetPhysicalDeviceFeatures()
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_device.h801 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()

Completed in 131 milliseconds

12