Searched refs:CORE_PROPERTY (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/intel/vulkan/ |
D | anv_device.c | 1840 #define CORE_PROPERTY(major, minor, property) \ in anv_GetPhysicalDeviceProperties2() macro 1855 CORE_PROPERTY(1, 2, supportedDepthResolveModes); in anv_GetPhysicalDeviceProperties2() 1856 CORE_PROPERTY(1, 2, supportedStencilResolveModes); in anv_GetPhysicalDeviceProperties2() 1857 CORE_PROPERTY(1, 2, independentResolveNone); in anv_GetPhysicalDeviceProperties2() 1858 CORE_PROPERTY(1, 2, independentResolve); in anv_GetPhysicalDeviceProperties2() 1865 CORE_PROPERTY(1, 2, maxUpdateAfterBindDescriptorsInAllPools); in anv_GetPhysicalDeviceProperties2() 1866 CORE_PROPERTY(1, 2, shaderUniformBufferArrayNonUniformIndexingNative); in anv_GetPhysicalDeviceProperties2() 1867 CORE_PROPERTY(1, 2, shaderSampledImageArrayNonUniformIndexingNative); in anv_GetPhysicalDeviceProperties2() 1868 CORE_PROPERTY(1, 2, shaderStorageBufferArrayNonUniformIndexingNative); in anv_GetPhysicalDeviceProperties2() 1869 CORE_PROPERTY(1, 2, shaderStorageImageArrayNonUniformIndexingNative); in anv_GetPhysicalDeviceProperties2() [all …]
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 1818 #define CORE_PROPERTY(major, minor, property) \ in radv_GetPhysicalDeviceProperties2() macro 1831 CORE_PROPERTY(1, 1, deviceUUID); in radv_GetPhysicalDeviceProperties2() 1832 CORE_PROPERTY(1, 1, driverUUID); in radv_GetPhysicalDeviceProperties2() 1833 CORE_PROPERTY(1, 1, deviceLUID); in radv_GetPhysicalDeviceProperties2() 1834 CORE_PROPERTY(1, 1, deviceLUIDValid); in radv_GetPhysicalDeviceProperties2() 1839 CORE_PROPERTY(1, 1, maxMultiviewViewCount); in radv_GetPhysicalDeviceProperties2() 1840 CORE_PROPERTY(1, 1, maxMultiviewInstanceIndex); in radv_GetPhysicalDeviceProperties2() 1846 CORE_PROPERTY(1, 1, pointClippingBehavior); in radv_GetPhysicalDeviceProperties2() 1864 CORE_PROPERTY(1, 1, subgroupSize); in radv_GetPhysicalDeviceProperties2() 1876 CORE_PROPERTY(1, 1, maxPerSetDescriptors); in radv_GetPhysicalDeviceProperties2() [all …]
|