Home
last modified time | relevance | path

Searched refs:fullDrawIndexUint32 (Results 1 - 25 of 37) sorted by relevance

12

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DAdapterVk.cpp116 if (!mDeviceInfo.features.fullDrawIndexUint32) { in InitializeSupportedFeaturesImpl()
117 return DAWN_INTERNAL_ERROR("Vulkan fullDrawIndexUint32 feature required."); in InitializeSupportedFeaturesImpl()
H A DDeviceVk.cpp328 usedKnobs.features.fullDrawIndexUint32 = VK_TRUE; in CreateDevice()
/third_party/vk-gl-cts/external/amber/src/samples/
H A Dconfig_helper_vulkan.cc108 } 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 DvktSpvAsmComputeShaderCase.cpp387 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.fullDrawIndexUint32 == DE_FALSE); in checkSupport()
H A DvktSpvAsmUtils.cpp61 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, fullDrawIndexUint32) in isCoreFeaturesSupported()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Ddevice.cc106 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 DvktSpvAsmComputeShaderCase.cpp387 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.fullDrawIndexUint32 == DE_FALSE); in checkSupport()
H A DvktSpvAsmUtils.cpp61 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, fullDrawIndexUint32) in isCoreFeaturesSupported()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_device.c481 .fullDrawIndexUint32 = true, in panvk_GetPhysicalDeviceFeatures2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktTestCase.cpp850 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 DvktTestCase.cpp787 DEVICE_CORE_FEATURE_ENTRY(DEVICE_CORE_FEATURE_FULL_DRAW_INDEX_UINT32 , fullDrawIndexUint32 ),
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_device.c604 .fullDrawIndexUint32 = true, in pvr_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c572 .fullDrawIndexUint32 = true, in lvp_GetPhysicalDeviceFeatures()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkNullDriver.cpp910 pFeatures->fullDrawIndexUint32 = VK_TRUE; in getPhysicalDeviceFeatures()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp292 { 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 DvktApiDeviceInitializationTests.cpp1609 FEATURE_ITEM(VkPhysicalDeviceFeatures, fullDrawIndexUint32), in createDeviceWithUnsupportedFeaturesTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiFeatureInfo.cpp292 { 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 DvktApiDeviceInitializationTests.cpp1620 FEATURE_ITEM(VkPhysicalDeviceFeatures, fullDrawIndexUint32), in createDeviceWithUnsupportedFeaturesTest()
/third_party/vulkan-loader/tests/
H A Dloader_phys_dev_inst_ext_tests.cpp358 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 Dtu_device.c646 .fullDrawIndexUint32 = true, in tu_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c1094 .fullDrawIndexUint32 = false, /* Only available since V3D 4.4.9.1 */ in v3dv_GetPhysicalDeviceFeatures()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c1114 .fullDrawIndexUint32 = false, in dzn_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c1280 .fullDrawIndexUint32 = true, in anv_GetPhysicalDeviceFeatures()
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_device.h789 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 Dvulkan.h3339 VkBool32 fullDrawIndexUint32; member

Completed in 171 milliseconds

12