Lines Matching defs:VkBool32

65 typedef uint32_t VkBool32;
1188 VkBool32 robustBufferAccess;
1189 VkBool32 fullDrawIndexUint32;
1190 VkBool32 imageCubeArray;
1191 VkBool32 independentBlend;
1192 VkBool32 geometryShader;
1193 VkBool32 tessellationShader;
1194 VkBool32 sampleRateShading;
1195 VkBool32 dualSrcBlend;
1196 VkBool32 logicOp;
1197 VkBool32 multiDrawIndirect;
1198 VkBool32 drawIndirectFirstInstance;
1199 VkBool32 depthClamp;
1200 VkBool32 depthBiasClamp;
1201 VkBool32 fillModeNonSolid;
1202 VkBool32 depthBounds;
1203 VkBool32 wideLines;
1204 VkBool32 largePoints;
1205 VkBool32 alphaToOne;
1206 VkBool32 multiViewport;
1207 VkBool32 samplerAnisotropy;
1208 VkBool32 textureCompressionETC2;
1209 VkBool32 textureCompressionASTC_LDR;
1210 VkBool32 textureCompressionBC;
1211 VkBool32 occlusionQueryPrecise;
1212 VkBool32 pipelineStatisticsQuery;
1213 VkBool32 vertexPipelineStoresAndAtomics;
1214 VkBool32 fragmentStoresAndAtomics;
1215 VkBool32 shaderTessellationAndGeometryPointSize;
1216 VkBool32 shaderImageGatherExtended;
1217 VkBool32 shaderStorageImageExtendedFormats;
1218 VkBool32 shaderStorageImageMultisample;
1219 VkBool32 shaderStorageImageReadWithoutFormat;
1220 VkBool32 shaderStorageImageWriteWithoutFormat;
1221 VkBool32 shaderUniformBufferArrayDynamicIndexing;
1222 VkBool32 shaderSampledImageArrayDynamicIndexing;
1223 VkBool32 shaderStorageBufferArrayDynamicIndexing;
1224 VkBool32 shaderStorageImageArrayDynamicIndexing;
1225 VkBool32 shaderClipDistance;
1226 VkBool32 shaderCullDistance;
1227 VkBool32 shaderFloat64;
1228 VkBool32 shaderInt64;
1229 VkBool32 shaderInt16;
1230 VkBool32 shaderResourceResidency;
1231 VkBool32 shaderResourceMinLod;
1232 VkBool32 sparseBinding;
1233 VkBool32 sparseResidencyBuffer;
1234 VkBool32 sparseResidencyImage2D;
1235 VkBool32 sparseResidencyImage3D;
1236 VkBool32 sparseResidency2Samples;
1237 VkBool32 sparseResidency4Samples;
1238 VkBool32 sparseResidency8Samples;
1239 VkBool32 sparseResidency16Samples;
1240 VkBool32 sparseResidencyAliased;
1241 VkBool32 variableMultisampleRate;
1242 VkBool32 inheritedQueries;
1357 VkBool32 timestampComputeAndGraphics;
1367 VkBool32 strictLines;
1368 VkBool32 standardSampleLocations;
1375 VkBool32 residencyStandard2DBlockShape;
1376 VkBool32 residencyStandard2DMultisampleBlockShape;
1377 VkBool32 residencyStandard3DBlockShape;
1378 VkBool32 residencyAlignedMipSize;
1379 VkBool32 residencyNonResidentStrict;
1728 VkBool32 primitiveRestartEnable;
1776 VkBool32 depthClampEnable;
1777 VkBool32 rasterizerDiscardEnable;
1781 VkBool32 depthBiasEnable;
1793 VkBool32 sampleShadingEnable;
1796 VkBool32 alphaToCoverageEnable;
1797 VkBool32 alphaToOneEnable;
1814 VkBool32 depthTestEnable;
1815 VkBool32 depthWriteEnable;
1817 VkBool32 depthBoundsTestEnable;
1818 VkBool32 stencilTestEnable;
1826 VkBool32 blendEnable;
1840 VkBool32 logicOpEnable;
1914 VkBool32 anisotropyEnable;
1916 VkBool32 compareEnable;
1921 VkBool32 unnormalizedCoordinates;
2084 VkBool32 occlusionQueryEnable;
2272 typedef VkResult (VKAPI_PTR *PFN_vkWaitForFences)(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout);
2579 VkBool32 waitAll,
3241 typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceSurfaceSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, VkSurfaceKHR surface, VkBool32* pSupported);
3256 VkBool32* pSupported);
3301 VkBool32 clipped;
3379 VkBool32 planeReorderPossible;
3380 VkBool32 persistentContent;
3491 VkBool32 persistent;
3525 typedef VkBool32 (VKAPI_PTR *PFN_vkGetPhysicalDeviceXlibPresentationSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, Display* dpy, VisualID visualID);
3534 VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceXlibPresentationSupportKHR(
3561 typedef VkBool32 (VKAPI_PTR *PFN_vkGetPhysicalDeviceXcbPresentationSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, xcb_connection_t* connection, xcb_visualid_t visual_id);
3570 VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceXcbPresentationSupportKHR(
3597 typedef VkBool32 (VKAPI_PTR *PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, struct wl_display* display);
3606 VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceWaylandPresentationSupportKHR(
3632 typedef VkBool32 (VKAPI_PTR *PFN_vkGetPhysicalDeviceMirPresentationSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, MirConnection* connection);
3641 VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceMirPresentationSupportKHR(
3695 typedef VkBool32 (VKAPI_PTR *PFN_vkGetPhysicalDeviceWin32PresentationSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex);
3704 VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceWin32PresentationSupportKHR(
3779 typedef VkBool32 (VKAPI_PTR *PFN_vkDebugReportCallbackEXT)(