Searched refs:VK_FALSE (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/vulkan/nulldrv/ |
D | null_driver.cpp | 550 VK_FALSE, // fullDrawIndexUint32 in GetPhysicalDeviceFeatures() 551 VK_FALSE, // imageCubeArray in GetPhysicalDeviceFeatures() 552 VK_FALSE, // independentBlend in GetPhysicalDeviceFeatures() 553 VK_FALSE, // geometryShader in GetPhysicalDeviceFeatures() 554 VK_FALSE, // tessellationShader in GetPhysicalDeviceFeatures() 555 VK_FALSE, // sampleRateShading in GetPhysicalDeviceFeatures() 556 VK_FALSE, // dualSrcBlend in GetPhysicalDeviceFeatures() 557 VK_FALSE, // logicOp in GetPhysicalDeviceFeatures() 558 VK_FALSE, // multiDrawIndirect in GetPhysicalDeviceFeatures() 559 VK_FALSE, // drawIndirectFirstInstance in GetPhysicalDeviceFeatures() [all …]
|
/frameworks/native/vulkan/api/templates/ |
D | vk_xml.tmpl | 239 <enum name="VK_FALSE"/>
|
/frameworks/native/vulkan/include/vulkan/ |
D | vulkan.h | 101 #define VK_FALSE 0 macro
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 43 define VK_FALSE 0
|