/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | AdapterVk.cpp | 116 if (!mDeviceInfo.features.fullDrawIndexUint32) { in InitializeSupportedFeaturesImpl() 117 return DAWN_INTERNAL_ERROR("Vulkan fullDrawIndexUint32 feature required."); in InitializeSupportedFeaturesImpl()
|
H A D | DeviceVk.cpp | 328 usedKnobs.features.fullDrawIndexUint32 = VK_TRUE; in CreateDevice()
|
/third_party/vk-gl-cts/external/amber/src/samples/ |
H A D | config_helper_vulkan.cc | 108 } else if (name == "fullDrawIndexUint32") { in NamesToVulkanFeatures() 109 features->fullDrawIndexUint32 = VK_TRUE; in NamesToVulkanFeatures() 288 if (available_features.fullDrawIndexUint32 == VK_FALSE && in AreAllRequiredFeaturesSupported() 289 required_features.fullDrawIndexUint32 == VK_TRUE) { in AreAllRequiredFeaturesSupported()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmComputeShaderCase.cpp | 387 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.fullDrawIndexUint32 == DE_FALSE); in checkSupport()
|
H A D | vktSpvAsmUtils.cpp | 61 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, fullDrawIndexUint32) in isCoreFeaturesSupported()
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | device.cc | 106 if (feature == "fullDrawIndexUint32") { in AreAllRequiredFeaturesSupported() 107 if (available_features.fullDrawIndexUint32 == VK_FALSE) in AreAllRequiredFeaturesSupported()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmComputeShaderCase.cpp | 387 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.fullDrawIndexUint32 == DE_FALSE); in checkSupport()
|
H A D | vktSpvAsmUtils.cpp | 61 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, fullDrawIndexUint32) in isCoreFeaturesSupported()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_device.c | 481 .fullDrawIndexUint32 = true, in panvk_GetPhysicalDeviceFeatures2()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
H A D | vktTestCase.cpp | 850 DEVICE_CORE_FEATURE_ENTRY(DEVICE_CORE_FEATURE_FULL_DRAW_INDEX_UINT32 , fullDrawIndexUint32 ),
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A D | vktTestCase.cpp | 787 DEVICE_CORE_FEATURE_ENTRY(DEVICE_CORE_FEATURE_FULL_DRAW_INDEX_UINT32 , fullDrawIndexUint32 ),
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_device.c | 604 .fullDrawIndexUint32 = true, in pvr_GetPhysicalDeviceFeatures2()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 572 .fullDrawIndexUint32 = true, in lvp_GetPhysicalDeviceFeatures()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkNullDriver.cpp | 910 pFeatures->fullDrawIndexUint32 = VK_TRUE; in getPhysicalDeviceFeatures()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 292 { LIMIT(maxDrawIndexedIndexValue), FEATURE(fullDrawIndexUint32), (1<<24)-1, 0, 0, 0.0f }, in validateFeatureLimits() 811 { PN(features.fullDrawIndexUint32), PN(limits.maxDrawIndexedIndexValue), LIM_MIN_UINT32((deUint32)~0) }, in validateLimits12() 1679 ROADMAP_FEATURE_ITEM(vk10Features, fullDrawIndexUint32), in validateRoadmap2022() 2658 OFFSET_TABLE_ENTRY(VkPhysicalDeviceFeatures, fullDrawIndexUint32), in deviceFeatures()
|
H A D | vktApiDeviceInitializationTests.cpp | 1609 FEATURE_ITEM(VkPhysicalDeviceFeatures, fullDrawIndexUint32), in createDeviceWithUnsupportedFeaturesTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 292 { LIMIT(maxDrawIndexedIndexValue), FEATURE(fullDrawIndexUint32), (1<<24)-1, 0, 0, 0.0f }, in validateFeatureLimits() 802 { PN(features.fullDrawIndexUint32), PN(limits.maxDrawIndexedIndexValue), LIM_MIN_UINT32((deUint32)~0) }, in validateLimits12() 1670 ROADMAP_FEATURE_ITEM(vk10Features, fullDrawIndexUint32), in validateRoadmap2022() 2683 OFFSET_TABLE_ENTRY(VkPhysicalDeviceFeatures, fullDrawIndexUint32), in deviceFeatures()
|
H A D | vktApiDeviceInitializationTests.cpp | 1620 FEATURE_ITEM(VkPhysicalDeviceFeatures, fullDrawIndexUint32), in createDeviceWithUnsupportedFeaturesTest()
|
/third_party/vulkan-loader/tests/ |
H A D | loader_phys_dev_inst_ext_tests.cpp | 358 feats.fullDrawIndexUint32 = (rand() % 2) == 0 ? VK_FALSE : VK_TRUE; in FillInRandomFeatures() 417 feats1.fullDrawIndexUint32 == feats2.features.fullDrawIndexUint32 && in CompareFeatures()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.c | 646 .fullDrawIndexUint32 = true, in tu_GetPhysicalDeviceFeatures2()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_device.c | 1094 .fullDrawIndexUint32 = false, /* Only available since V3D 4.4.9.1 */ in v3dv_GetPhysicalDeviceFeatures()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_device.c | 1114 .fullDrawIndexUint32 = false, in dzn_GetPhysicalDeviceFeatures2()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 1280 .fullDrawIndexUint32 = true, in anv_GetPhysicalDeviceFeatures()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_device.h | 789 size += vn_sizeof_VkBool32(&val->fullDrawIndexUint32); in vn_sizeof_VkPhysicalDeviceFeatures() 850 vn_encode_VkBool32(enc, &val->fullDrawIndexUint32); in vn_encode_VkPhysicalDeviceFeatures() 910 vn_decode_VkBool32(dec, &val->fullDrawIndexUint32); in vn_decode_VkPhysicalDeviceFeatures() 971 /* skip val->fullDrawIndexUint32 */ in vn_sizeof_VkPhysicalDeviceFeatures_partial() 1032 /* skip val->fullDrawIndexUint32 */ in vn_encode_VkPhysicalDeviceFeatures_partial()
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 3339 VkBool32 fullDrawIndexUint32; member
|