/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_physical_device.c | 216 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/ |
D | VkPhysicalDevice.cpp | 137 features->multiviewTessellationShader = VK_FALSE; in getPhysicalDeviceMultiviewFeatures() 1156 CheckFeature(requested, supported, multiviewTessellationShader) && in hasExtendedFeatures()
|
/third_party/vulkan-loader/loader/ |
D | terminator.c | 164 multiview_features->multiviewTessellationShader = VK_FALSE; in terminator_GetPhysicalDeviceFeatures2()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineNoPositionTests.cpp | 354 if (hasTess && !multiviewFeatures.multiviewTessellationShader) in checkSupport()
|
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_device.c | 558 CORE_FEATURE(multiviewTessellationShader); in vk_get_physical_device_core_1_1_feature_ext()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineNoPositionTests.cpp | 354 if (hasTess && !multiviewFeatures.multiviewTessellationShader) in checkSupport()
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkDeviceFeatures.inl | 27 featureType.multiviewTessellationShader = allFeaturesBlobs.vk11.multiviewTessellationShader;
|
D | vkDeviceFeatures2.inl | 113 …deviceMultiviewFeatures[0].multiviewTessellationShader != deviceMultiviewFeatures[1].multiviewTess… 2275 …deviceVulkan11Features[0].multiviewTessellationShader != deviceVulkan11Features[1].multiviewTessel…
|
D | vkStructTypes.inl | 2212 VkBool32 multiviewTessellationShader; member 5203 VkBool32 multiviewTessellationShader; member
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkphysicaldevice.c | 378 DEBUG_BOOL_STRUCT ("support for (1.1)", features, multiviewTessellationShader); in dump_features11()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
D | vktApiDeviceInitializationTests.cpp | 1438 …[featureNdx].offset == DE_OFFSET_OF(VkPhysicalDeviceVulkan11Features, multiviewTessellationShader)) in checkFeatures() 1467 …featureNdx].offset == DE_OFFSET_OF(VkPhysicalDeviceMultiviewFeatures, multiviewTessellationShader)) in checkFeatures()
|
D | vktApiFeatureInfo.cpp | 1975 …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/ |
D | vktApiDeviceInitializationTests.cpp | 1438 …[featureNdx].offset == DE_OFFSET_OF(VkPhysicalDeviceVulkan11Features, multiviewTessellationShader)) in checkFeatures() 1467 …featureNdx].offset == DE_OFFSET_OF(VkPhysicalDeviceMultiviewFeatures, multiviewTessellationShader)) in checkFeatures()
|
D | vktApiFeatureInfo.cpp | 1975 …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/ |
D | panvk_device.c | 502 .multiviewTessellationShader = false, in panvk_GetPhysicalDeviceFeatures2()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawMultiExtTests.cpp | 384 if (m_params.useTessellation && !multiviewFeatures.multiviewTessellationShader) in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
D | vktDrawMultiExtTests.cpp | 384 if (m_params.useTessellation && !multiviewFeatures.multiviewTessellationShader) in checkSupport()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_device.c | 630 f->multiviewTessellationShader = true; in lvp_get_physical_device_features_1_1()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_device.c | 1239 .multiviewTessellationShader = false, in v3dv_GetPhysicalDeviceFeatures2()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
D | dzn_device.c | 1178 .multiviewTessellationShader = false, in dzn_GetPhysicalDeviceFeatures2()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_device.c | 554 features->multiviewTessellationShader = false; in tu_get_physical_device_features_1_1()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | RendererVk.cpp | 2064 mMultiviewFeatures.multiviewTessellationShader = VK_FALSE; in initializeDevice()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_device.h | 1577 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/ |
D | vulkan_sc_core.h | 3823 VkBool32 multiviewTessellationShader; member 4254 VkBool32 multiviewTessellationShader; member
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_device.c | 1354 f->multiviewTessellationShader = true; in anv_get_physical_device_features_1_1()
|