Home
last modified time | relevance | path

Searched refs:fillModeNonSolid (Results 1 – 25 of 60) sorted by relevance

123

/third_party/vk-gl-cts/external/amber/src/tests/cases/
Ddraw_polygon_mode.amber16 DEVICE_FEATURE fillModeNonSolid
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/draw/depth_bias/
Ddepth_bias_triangle_list_line.amber25 DEVICE_FEATURE fillModeNonSolid
Ddepth_bias_triangle_list_point.amber25 DEVICE_FEATURE fillModeNonSolid
Ddepth_bias_patch_list_tri_line.amber27 DEVICE_FEATURE fillModeNonSolid
Ddepth_bias_patch_list_tri_point.amber27 DEVICE_FEATURE fillModeNonSolid
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/rasterization/line_continuity/
Dpolygon-mode-lines.amber17 DEVICE_FEATURE fillModeNonSolid
/third_party/vk-gl-cts/external/amber/src/samples/
Dconfig_helper_vulkan.cc130 features->fillModeNonSolid = VK_TRUE; in NamesToVulkanFeatures()
333 if (available_features.fillModeNonSolid == VK_FALSE && in AreAllRequiredFeaturesSupported()
334 required_features.fillModeNonSolid == VK_TRUE) { in AreAllRequiredFeaturesSupported()
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/
DVK_EXT_extended_dynamic_state3.adoc63 * Assuming VkPhysicalDeviceFeatures::fillModeNonSolid is enabled
/third_party/mesa3d/docs/drivers/
Dzink.rst31 * ``fillModeNonSolid``
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/
DvktAmberTestCase.cpp112 return ctx.getDeviceFeatures().fillModeNonSolid; in isFeatureSupported()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
DvktAmberTestCase.cpp112 return ctx.getDeviceFeatures().fillModeNonSolid; in isFeatureSupported()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmUtils.cpp73 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, fillModeNonSolid) in isCoreFeaturesSupported()
DvktSpvAsmComputeShaderCase.cpp398 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.fillModeNonSolid == DE_FALSE); in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.cpp73 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, fillModeNonSolid) in isCoreFeaturesSupported()
DvktSpvAsmComputeShaderCase.cpp398 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.fillModeNonSolid == DE_FALSE); in checkSupport()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Ddevice.cc164 if (available_features.fillModeNonSolid == VK_FALSE) in AreAllRequiredFeaturesSupported()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dprimsrast.adoc103 If the <<features-fillModeNonSolid, pname:fillModeNonSolid>> feature is
108 If the <<features-fillModeNonSolid, pname:fillModeNonSolid>> feature is
3493 * [[VUID-vkCmdSetPolygonModeEXT-fillModeNonSolid-07423]]
3494 If the <<features-fillModeNonSolid, pname:fillModeNonSolid>> feature is
3498 * [[VUID-vkCmdSetPolygonModeEXT-fillModeNonSolid-07424]]
3499 If the <<features-fillModeNonSolid, pname:fillModeNonSolid>> feature is
/third_party/vk-gl-cts/external/amber/src/docs/
Dvk_script.md457 * `fillModeNonSolid`
/third_party/mesa3d/src/gallium/drivers/zink/
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/
DvktTestCase.cpp799 DEVICE_CORE_FEATURE_ENTRY(DEVICE_CORE_FEATURE_FILL_MODE_NON_SOLID , fillModeNonSolid ),
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
DvktTestCase.cpp799 DEVICE_CORE_FEATURE_ENTRY(DEVICE_CORE_FEATURE_FILL_MODE_NON_SOLID , fillModeNonSolid ),
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkphysicaldevice.c321 DEBUG_BOOL_STRUCT ("support for", features, fillModeNonSolid); in dump_features10()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp883 pFeatures->fillModeNonSolid = VK_TRUE; in getPhysicalDeviceFeatures()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/device_group/
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/
DvktDeviceGroupRendering.cpp319 if (m_fillModeNonSolid & static_cast<bool>(!enabledDeviceFeatures.fillModeNonSolid)) in init()

123