Searched refs:VK_FALSE (Results 1 - 25 of 30) sorted by relevance

12

/prebuilts/ndk/current/sources/third_party/vulkan/src/layers/
H A Dswapchain.h63 SWAPCHAIN_BAD_BOOL, // VkBool32 that doesn't have value of VK_TRUE or VK_FALSE (e.g. is a non-zero form of true)
84 : VK_FALSE
88 : VK_FALSE
95 : VK_FALSE
101 : VK_FALSE
107 : VK_FALSE
111 : VK_FALSE
115 : VK_FALSE
123 : VK_FALSE
127 : VK_FALSE
[all...]
H A Dobject_tracker.h692 bool skipCall = VK_FALSE;
727 bool skipCall = VK_FALSE;
741 bool skipCall = VK_FALSE;
772 bool skipCall = VK_FALSE;
797 bool skipCall = VK_FALSE;
904 bool skipCall = VK_FALSE;
956 bool skipCall = VK_FALSE;
980 bool skipCall = VK_FALSE;
1029 bool skipCall = VK_FALSE;
H A Ddevice_limits.cpp506 if (phy_dev_data->actualPhysicalDeviceFeatures.inheritedQueries == VK_FALSE && pInfo && pInfo->occlusionQueryEnable != VK_FALSE) {
512 if (phy_dev_data->actualPhysicalDeviceFeatures.inheritedQueries != VK_FALSE && pInfo && pInfo->occlusionQueryEnable != VK_FALSE &&
H A Dswapchain.cpp493 VkBool32 result = VK_FALSE;
588 VkBool32 result = VK_FALSE;
682 VkBool32 result = VK_FALSE;
776 VkBool32 result = VK_FALSE;
871 VkBool32 result = VK_FALSE;
1641 if (pCreateInfo && (pCreateInfo->clipped != VK_FALSE) && (pCreateInfo->clipped != VK_TRUE)) {
1644 "neither VK_TRUE nor VK_FALSE, but has the "
H A Dparameter_validation_utils.h493 * Generate a warning if a VkBool32 value is neither VK_TRUE nor VK_FALSE.
504 if ((value != VK_TRUE) && (value != VK_FALSE)) {
506 UNRECOGNIZED_VALUE, LayerName, "%s: value of %s (%d) is neither VK_TRUE nor VK_FALSE", apiName,
H A Dcore_validation.cpp621 // Return VK_TRUE if addition is successful, VK_FALSE otherwise
624 bool skipCall = VK_FALSE;
2691 (pPipeline->graphicsPipelineCI.pRasterizationState->rasterizerDiscardEnable == VK_FALSE)) {
2861 (pPipe->graphicsPipelineCI.pRasterizationState->rasterizerDiscardEnable == VK_FALSE)) &&
2897 if ((VK_FALSE == my_data->phys_dev_properties.features.wideLines) && (1.0f != lineWidth)) {
2976 (pPipeline->graphicsPipelineCI.pColorBlendState->logicOpEnable != VK_FALSE)) {
2980 "Invalid Pipeline CreateInfo: If logic operations feature not enabled, logicOpEnable must be VK_FALSE");
3086 (pPipeline->graphicsPipelineCI.pRasterizationState->rasterizerDiscardEnable == VK_FALSE)) {
6172 if ((pInfo->occlusionQueryEnable == VK_FALSE ||
6173 dev_data->phys_dev_properties.features.occlusionQueryPrecise == VK_FALSE)
[all...]
H A Dparameter_validation.cpp2792 // If the rasterizerDiscardEnable member of pRasterizationState is VK_FALSE, pViewportState must be a pointer to a
2795 (pCreateInfos[i].pRasterizationState->rasterizerDiscardEnable == VK_FALSE)) {
2799 "vkCreateGraphicsPipelines: if pCreateInfos[%d].pRasterizationState->rasterizerDiscardEnable is VK_FALSE, "
2871 // If the rasterizerDiscardEnable member of pRasterizationState is VK_FALSE, pMultisampleState must be a pointer to
2874 pCreateInfos[i].pRasterizationState->rasterizerDiscardEnable == VK_FALSE) {
2879 "VK_FALSE, pCreateInfos[%d].pMultisampleState must not be NULL",
/prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
H A Dswapchain.h63 SWAPCHAIN_BAD_BOOL, // VkBool32 that doesn't have value of VK_TRUE or VK_FALSE (e.g. is a non-zero form of true)
84 : VK_FALSE
88 : VK_FALSE
95 : VK_FALSE
101 : VK_FALSE
107 : VK_FALSE
111 : VK_FALSE
115 : VK_FALSE
123 : VK_FALSE
127 : VK_FALSE
[all...]
H A Dobject_tracker.h692 bool skipCall = VK_FALSE;
727 bool skipCall = VK_FALSE;
741 bool skipCall = VK_FALSE;
772 bool skipCall = VK_FALSE;
797 bool skipCall = VK_FALSE;
904 bool skipCall = VK_FALSE;
956 bool skipCall = VK_FALSE;
980 bool skipCall = VK_FALSE;
1029 bool skipCall = VK_FALSE;
H A Ddevice_limits.cpp506 if (phy_dev_data->actualPhysicalDeviceFeatures.inheritedQueries == VK_FALSE && pInfo && pInfo->occlusionQueryEnable != VK_FALSE) {
512 if (phy_dev_data->actualPhysicalDeviceFeatures.inheritedQueries != VK_FALSE && pInfo && pInfo->occlusionQueryEnable != VK_FALSE &&
H A Dswapchain.cpp493 VkBool32 result = VK_FALSE;
588 VkBool32 result = VK_FALSE;
682 VkBool32 result = VK_FALSE;
776 VkBool32 result = VK_FALSE;
871 VkBool32 result = VK_FALSE;
1641 if (pCreateInfo && (pCreateInfo->clipped != VK_FALSE) && (pCreateInfo->clipped != VK_TRUE)) {
1644 "neither VK_TRUE nor VK_FALSE, but has the "
H A Dparameter_validation_utils.h493 * Generate a warning if a VkBool32 value is neither VK_TRUE nor VK_FALSE.
504 if ((value != VK_TRUE) && (value != VK_FALSE)) {
506 UNRECOGNIZED_VALUE, LayerName, "%s: value of %s (%d) is neither VK_TRUE nor VK_FALSE", apiName,
H A Dcore_validation.cpp621 // Return VK_TRUE if addition is successful, VK_FALSE otherwise
624 bool skipCall = VK_FALSE;
2691 (pPipeline->graphicsPipelineCI.pRasterizationState->rasterizerDiscardEnable == VK_FALSE)) {
2861 (pPipe->graphicsPipelineCI.pRasterizationState->rasterizerDiscardEnable == VK_FALSE)) &&
2897 if ((VK_FALSE == my_data->phys_dev_properties.features.wideLines) && (1.0f != lineWidth)) {
2976 (pPipeline->graphicsPipelineCI.pColorBlendState->logicOpEnable != VK_FALSE)) {
2980 "Invalid Pipeline CreateInfo: If logic operations feature not enabled, logicOpEnable must be VK_FALSE");
3086 (pPipeline->graphicsPipelineCI.pRasterizationState->rasterizerDiscardEnable == VK_FALSE)) {
6172 if ((pInfo->occlusionQueryEnable == VK_FALSE ||
6173 dev_data->phys_dev_properties.features.occlusionQueryPrecise == VK_FALSE)
[all...]
H A Dparameter_validation.cpp2792 // If the rasterizerDiscardEnable member of pRasterizationState is VK_FALSE, pViewportState must be a pointer to a
2795 (pCreateInfos[i].pRasterizationState->rasterizerDiscardEnable == VK_FALSE)) {
2799 "vkCreateGraphicsPipelines: if pCreateInfos[%d].pRasterizationState->rasterizerDiscardEnable is VK_FALSE, "
2871 // If the rasterizerDiscardEnable member of pRasterizationState is VK_FALSE, pMultisampleState must be a pointer to
2874 pCreateInfos[i].pRasterizationState->rasterizerDiscardEnable == VK_FALSE) {
2879 "VK_FALSE, pCreateInfos[%d].pMultisampleState must not be NULL",
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/device_limits/
H A Ddevice_limits.cpp506 if (phy_dev_data->actualPhysicalDeviceFeatures.inheritedQueries == VK_FALSE && pInfo && pInfo->occlusionQueryEnable != VK_FALSE) {
512 if (phy_dev_data->actualPhysicalDeviceFeatures.inheritedQueries != VK_FALSE && pInfo && pInfo->occlusionQueryEnable != VK_FALSE &&
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/device_limits/
H A Ddevice_limits.cpp506 if (phy_dev_data->actualPhysicalDeviceFeatures.inheritedQueries == VK_FALSE && pInfo && pInfo->occlusionQueryEnable != VK_FALSE) {
512 if (phy_dev_data->actualPhysicalDeviceFeatures.inheritedQueries != VK_FALSE && pInfo && pInfo->occlusionQueryEnable != VK_FALSE &&
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/swapchain/
H A Dswapchain.cpp493 VkBool32 result = VK_FALSE;
588 VkBool32 result = VK_FALSE;
682 VkBool32 result = VK_FALSE;
776 VkBool32 result = VK_FALSE;
871 VkBool32 result = VK_FALSE;
1641 if (pCreateInfo && (pCreateInfo->clipped != VK_FALSE) && (pCreateInfo->clipped != VK_TRUE)) {
1644 "neither VK_TRUE nor VK_FALSE, but has the "
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/swapchain/
H A Dswapchain.cpp493 VkBool32 result = VK_FALSE;
588 VkBool32 result = VK_FALSE;
682 VkBool32 result = VK_FALSE;
776 VkBool32 result = VK_FALSE;
871 VkBool32 result = VK_FALSE;
1641 if (pCreateInfo && (pCreateInfo->clipped != VK_FALSE) && (pCreateInfo->clipped != VK_TRUE)) {
1644 "neither VK_TRUE nor VK_FALSE, but has the "
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
H A Dcore_validation.cpp621 // Return VK_TRUE if addition is successful, VK_FALSE otherwise
624 bool skipCall = VK_FALSE;
2691 (pPipeline->graphicsPipelineCI.pRasterizationState->rasterizerDiscardEnable == VK_FALSE)) {
2861 (pPipe->graphicsPipelineCI.pRasterizationState->rasterizerDiscardEnable == VK_FALSE)) &&
2897 if ((VK_FALSE == my_data->phys_dev_properties.features.wideLines) && (1.0f != lineWidth)) {
2976 (pPipeline->graphicsPipelineCI.pColorBlendState->logicOpEnable != VK_FALSE)) {
2980 "Invalid Pipeline CreateInfo: If logic operations feature not enabled, logicOpEnable must be VK_FALSE");
3086 (pPipeline->graphicsPipelineCI.pRasterizationState->rasterizerDiscardEnable == VK_FALSE)) {
6172 if ((pInfo->occlusionQueryEnable == VK_FALSE ||
6173 dev_data->phys_dev_properties.features.occlusionQueryPrecise == VK_FALSE)
[all...]
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
H A Dcore_validation.cpp621 // Return VK_TRUE if addition is successful, VK_FALSE otherwise
624 bool skipCall = VK_FALSE;
2691 (pPipeline->graphicsPipelineCI.pRasterizationState->rasterizerDiscardEnable == VK_FALSE)) {
2861 (pPipe->graphicsPipelineCI.pRasterizationState->rasterizerDiscardEnable == VK_FALSE)) &&
2897 if ((VK_FALSE == my_data->phys_dev_properties.features.wideLines) && (1.0f != lineWidth)) {
2976 (pPipeline->graphicsPipelineCI.pColorBlendState->logicOpEnable != VK_FALSE)) {
2980 "Invalid Pipeline CreateInfo: If logic operations feature not enabled, logicOpEnable must be VK_FALSE");
3086 (pPipeline->graphicsPipelineCI.pRasterizationState->rasterizerDiscardEnable == VK_FALSE)) {
6172 if ((pInfo->occlusionQueryEnable == VK_FALSE ||
6173 dev_data->phys_dev_properties.features.occlusionQueryPrecise == VK_FALSE)
[all...]
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/parameter_validation/
H A Dparameter_validation.cpp2792 // If the rasterizerDiscardEnable member of pRasterizationState is VK_FALSE, pViewportState must be a pointer to a
2795 (pCreateInfos[i].pRasterizationState->rasterizerDiscardEnable == VK_FALSE)) {
2799 "vkCreateGraphicsPipelines: if pCreateInfos[%d].pRasterizationState->rasterizerDiscardEnable is VK_FALSE, "
2871 // If the rasterizerDiscardEnable member of pRasterizationState is VK_FALSE, pMultisampleState must be a pointer to
2874 pCreateInfos[i].pRasterizationState->rasterizerDiscardEnable == VK_FALSE) {
2879 "VK_FALSE, pCreateInfos[%d].pMultisampleState must not be NULL",
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/parameter_validation/
H A Dparameter_validation.cpp2792 // If the rasterizerDiscardEnable member of pRasterizationState is VK_FALSE, pViewportState must be a pointer to a
2795 (pCreateInfos[i].pRasterizationState->rasterizerDiscardEnable == VK_FALSE)) {
2799 "vkCreateGraphicsPipelines: if pCreateInfos[%d].pRasterizationState->rasterizerDiscardEnable is VK_FALSE, "
2871 // If the rasterizerDiscardEnable member of pRasterizationState is VK_FALSE, pMultisampleState must be a pointer to
2874 pCreateInfos[i].pRasterizationState->rasterizerDiscardEnable == VK_FALSE) {
2879 "VK_FALSE, pCreateInfos[%d].pMultisampleState must not be NULL",
/prebuilts/ndk/current/sources/third_party/vulkan/src/include/vulkan/
H A Dvulkan.h101 #define VK_FALSE 0 macro
/prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/vulkan/
H A Dvulkan.h102 #define VK_FALSE 0 macro
/prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/vulkan/
H A Dvulkan.h102 #define VK_FALSE 0 macro

Completed in 573 milliseconds

12