Home
last modified time | relevance | path

Searched refs:multiviewTessellationShader (Results 1 – 25 of 47) sorted by relevance

12

/third_party/mesa3d/src/virtio/vulkan/
Dvn_physical_device.c216 vk11_feats->multiviewTessellationShader = in vn_physical_device_init_features()
217 local_feats.multiview.multiviewTessellationShader; in vn_physical_device_init_features()
1678 u.multiview->multiviewTessellationShader = in vn_GetPhysicalDeviceFeatures2()
1679 vk11_feats->multiviewTessellationShader; in vn_GetPhysicalDeviceFeatures2()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkPhysicalDevice.cpp137 features->multiviewTessellationShader = VK_FALSE; in getPhysicalDeviceMultiviewFeatures()
1156 CheckFeature(requested, supported, multiviewTessellationShader) && in hasExtendedFeatures()
/third_party/vulkan-loader/loader/
Dterminator.c164 multiview_features->multiviewTessellationShader = VK_FALSE; in terminator_GetPhysicalDeviceFeatures2()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineNoPositionTests.cpp354 if (hasTess && !multiviewFeatures.multiviewTessellationShader) in checkSupport()
/third_party/mesa3d/src/vulkan/runtime/
Dvk_device.c558 CORE_FEATURE(multiviewTessellationShader); in vk_get_physical_device_core_1_1_feature_ext()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineNoPositionTests.cpp354 if (hasTess && !multiviewFeatures.multiviewTessellationShader) in checkSupport()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkDeviceFeatures.inl27 featureType.multiviewTessellationShader = allFeaturesBlobs.vk11.multiviewTessellationShader;
DvkDeviceFeatures2.inl113 …deviceMultiviewFeatures[0].multiviewTessellationShader != deviceMultiviewFeatures[1].multiviewTess…
2275 …deviceVulkan11Features[0].multiviewTessellationShader != deviceVulkan11Features[1].multiviewTessel…
DvkStructTypes.inl2212 VkBool32 multiviewTessellationShader; member
5203 VkBool32 multiviewTessellationShader; member
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkphysicaldevice.c378 DEBUG_BOOL_STRUCT ("support for (1.1)", features, multiviewTessellationShader); in dump_features11()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiDeviceInitializationTests.cpp1438 …[featureNdx].offset == DE_OFFSET_OF(VkPhysicalDeviceVulkan11Features, multiviewTessellationShader)) in checkFeatures()
1467 …featureNdx].offset == DE_OFFSET_OF(VkPhysicalDeviceMultiviewFeatures, multiviewTessellationShader)) in checkFeatures()
DvktApiFeatureInfo.cpp1975 …FEATURE_TABLE_ITEM(vulkan11Features, multiviewFeatures, multiviewTessellationShader, "VK… in featureBitInfluenceOnDeviceCreate()
2028 …DEPENDENCY_DUAL_ITEM (vulkan11Features, multiviewFeatures, multiviewTessellationShader, mu… in featureBitInfluenceOnDeviceCreate()
5331 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan11Features, multiviewTessellationShader), in deviceFeaturesVulkan12()
5945 …deviceMultiviewFeatures.multiviewTessellationShader != vulkan11Features.multiviewTessellationShade… in deviceFeatureExtensionsConsistencyVulkan12()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp1438 …[featureNdx].offset == DE_OFFSET_OF(VkPhysicalDeviceVulkan11Features, multiviewTessellationShader)) in checkFeatures()
1467 …featureNdx].offset == DE_OFFSET_OF(VkPhysicalDeviceMultiviewFeatures, multiviewTessellationShader)) in checkFeatures()
DvktApiFeatureInfo.cpp1975 …FEATURE_TABLE_ITEM(vulkan11Features, multiviewFeatures, multiviewTessellationShader, "VK… in featureBitInfluenceOnDeviceCreate()
2028 …DEPENDENCY_DUAL_ITEM (vulkan11Features, multiviewFeatures, multiviewTessellationShader, mu… in featureBitInfluenceOnDeviceCreate()
5331 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan11Features, multiviewTessellationShader), in deviceFeaturesVulkan12()
5945 …deviceMultiviewFeatures.multiviewTessellationShader != vulkan11Features.multiviewTessellationShade… in deviceFeatureExtensionsConsistencyVulkan12()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_device.c502 .multiviewTessellationShader = false, in panvk_GetPhysicalDeviceFeatures2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawMultiExtTests.cpp384 if (m_params.useTessellation && !multiviewFeatures.multiviewTessellationShader) in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
DvktDrawMultiExtTests.cpp384 if (m_params.useTessellation && !multiviewFeatures.multiviewTessellationShader) in checkSupport()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c630 f->multiviewTessellationShader = true; in lvp_get_physical_device_features_1_1()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c1239 .multiviewTessellationShader = false, in v3dv_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_device.c1178 .multiviewTessellationShader = false, in dzn_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c554 features->multiviewTessellationShader = false; in tu_get_physical_device_features_1_1()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRendererVk.cpp2064 mMultiviewFeatures.multiviewTessellationShader = VK_FALSE; in initializeDevice()
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_device.h1577 size += vn_sizeof_VkBool32(&val->multiviewTessellationShader); in vn_sizeof_VkPhysicalDeviceMultiviewFeatures_self()
1606 vn_encode_VkBool32(enc, &val->multiviewTessellationShader); in vn_encode_VkPhysicalDeviceMultiviewFeatures_self()
1632 vn_decode_VkBool32(dec, &val->multiviewTessellationShader); in vn_decode_VkPhysicalDeviceMultiviewFeatures_self()
5852 size += vn_sizeof_VkBool32(&val->multiviewTessellationShader); in vn_sizeof_VkPhysicalDeviceVulkan11Features_self()
5890 vn_encode_VkBool32(enc, &val->multiviewTessellationShader); in vn_encode_VkPhysicalDeviceVulkan11Features_self()
5925 vn_decode_VkBool32(dec, &val->multiviewTessellationShader); in vn_decode_VkPhysicalDeviceVulkan11Features_self()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
Dvulkan_sc_core.h3823 VkBool32 multiviewTessellationShader; member
4254 VkBool32 multiviewTessellationShader; member
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c1354 f->multiviewTessellationShader = true; in anv_get_physical_device_features_1_1()

12