Home
last modified time | relevance | path

Searched refs:VK_FALSE (Results 1 – 25 of 56) sorted by relevance

123

/external/vulkan-validation-layers/layers/
Dparameter_validation.cpp1341 VkBool32 skipCall = VK_FALSE; in validate_string()
1411 VkBool32 skipCall = VK_FALSE; in vkDestroyInstance()
1417 if (skipCall == VK_FALSE) { in vkDestroyInstance()
1451 VkBool32 skipCall = VK_FALSE; in vkEnumeratePhysicalDevices()
1457 if (skipCall == VK_FALSE) { in vkEnumeratePhysicalDevices()
1469 VkBool32 skipCall = VK_FALSE; in vkGetPhysicalDeviceFeatures()
1475 if (skipCall == VK_FALSE) { in vkGetPhysicalDeviceFeatures()
1494 VkBool32 skipCall = VK_FALSE; in vkGetPhysicalDeviceFormatProperties()
1500 if (skipCall == VK_FALSE) { in vkGetPhysicalDeviceFormatProperties()
1545 VkBool32 skipCall = VK_FALSE; in vkGetPhysicalDeviceImageFormatProperties()
[all …]
Dswapchain.h90 : VK_FALSE
94 : VK_FALSE
101 : VK_FALSE
107 : VK_FALSE
111 : VK_FALSE
115 : VK_FALSE
123 : VK_FALSE
127 : VK_FALSE
131 : VK_FALSE
135 : VK_FALSE
Dparameter_validation_utils.h65 VkBool32 skipCall = VK_FALSE; in validate_required_pointer()
99 VkBool32 skipCall = VK_FALSE; in validate_array()
133 VkBool32 skipCall = VK_FALSE; in validate_array()
166 VkBool32 skipCall = VK_FALSE; in validate_struct_type()
207 VkBool32 skipCall = VK_FALSE; in validate_struct_type_array()
245 VkBool32 skipCall = VK_FALSE; in validate_struct_type_array()
294 VkBool32 skipCall = VK_FALSE; in validate_string_array()
341 VkBool32 skipCall = VK_FALSE; in validate_struct_pnext()
Dswapchain.cpp388 VkBool32 skipCall = VK_FALSE; in vkCreateAndroidSurfaceKHR()
412 if (VK_FALSE == skipCall) { in vkCreateAndroidSurfaceKHR()
443 VkBool32 skipCall = VK_FALSE; in vkCreateMirSurfaceKHR()
467 if (VK_FALSE == skipCall) { in vkCreateMirSurfaceKHR()
495 VkBool32 result = VK_FALSE; in vkGetPhysicalDeviceMirPresentationSupportKHR()
496 VkBool32 skipCall = VK_FALSE; in vkGetPhysicalDeviceMirPresentationSupportKHR()
515 if (VK_FALSE == skipCall) { in vkGetPhysicalDeviceMirPresentationSupportKHR()
529 VkBool32 skipCall = VK_FALSE; in vkCreateWaylandSurfaceKHR()
553 if (VK_FALSE == skipCall) { in vkCreateWaylandSurfaceKHR()
581 VkBool32 result = VK_FALSE; in vkGetPhysicalDeviceWaylandPresentationSupportKHR()
[all …]
Dcore_validation.cpp363 VkBool32 skipCall = VK_FALSE; in add_fence_info()
434 VkBool32 correct_usage = VK_FALSE; in validate_usage_flags()
435 VkBool32 skipCall = VK_FALSE; in validate_usage_flags()
454 VkBool32 skipCall = VK_FALSE; in validate_image_usage_flags()
468 VkBool32 skipCall = VK_FALSE; in validate_buffer_usage_flags()
548 VkBool32 skipCall = VK_FALSE; in update_cmd_buf_and_mem_references()
557 VkBool32 found = VK_FALSE; in update_cmd_buf_and_mem_references()
568 if (found == VK_FALSE) { in update_cmd_buf_and_mem_references()
577 VkBool32 found = VK_FALSE; in update_cmd_buf_and_mem_references()
587 if (found == VK_FALSE) { in update_cmd_buf_and_mem_references()
[all …]
Dimage.cpp246 bool result = VK_FALSE; in is_depth_format()
269 VkBool32 skipCall = VK_FALSE; in vkCreateImage()
352 if (VK_FALSE == skipCall) { in vkCreateImage()
375 VkBool32 skipCall = VK_FALSE; in vkCreateRenderPass()
426 bool depthFormatPresent = VK_FALSE; in vkCreateRenderPass()
431 if (depthFormatPresent == VK_FALSE) { in vkCreateRenderPass()
454 VkBool32 skipCall = VK_FALSE; in vkCreateImageView()
530 if (VK_FALSE == vk_format_is_color(ivciFormat)) { in vkCreateImageView()
602 VkBool32 skipCall = VK_FALSE; in vkCmdClearColorImage()
623 if (VK_FALSE == skipCall) { in vkCmdClearColorImage()
[all …]
Ddevice_limits.cpp191 VkBool32 skipCall = VK_FALSE; in vkEnumeratePhysicalDevices()
271 VkBool32 skipCall = VK_FALSE; in vkGetPhysicalDeviceQueueFamilyProperties()
337 VkBool32 skipCall = VK_FALSE; in vkCmdSetViewport()
339 if (VK_FALSE == skipCall) { in vkCmdSetViewport()
347 VkBool32 skipCall = VK_FALSE; in vkCmdSetScissor()
350 if (VK_FALSE == skipCall) { in vkCmdSetScissor()
358 VkBool32 skipCall = VK_FALSE; in validate_features_request()
391 VkBool32 skipCall = VK_FALSE; in vkCreateDevice()
512 …ualPhysicalDeviceFeatures.inheritedQueries == VK_FALSE && pInfo && pInfo->occlusionQueryEnable != in vkBeginCommandBuffer()
518 …ualPhysicalDeviceFeatures.inheritedQueries != VK_FALSE && pInfo && pInfo->occlusionQueryEnable != in vkBeginCommandBuffer()
[all …]
Dobject_tracker.h314 return VK_FALSE;
323 return VK_FALSE;
698 VkBool32 skipCall = VK_FALSE; in explicit_EnumeratePhysicalDevices()
733 VkBool32 skipCall = VK_FALSE; in explicit_MapMemory()
748 VkBool32 skipCall = VK_FALSE; in explicit_UnmapMemory()
781 VkBool32 skipCall = VK_FALSE; in explicit_AllocateCommandBuffers()
806 VkBool32 skipCall = VK_FALSE; in explicit_AllocateDescriptorSets()
901 VkBool32 skipCall = VK_FALSE; in explicit_DestroyDescriptorPool()
926 VkBool32 skipCall = VK_FALSE; in explicit_DestroyCommandPool()
953 VkBool32 skipCall = VK_FALSE; in explicit_GetSwapchainImagesKHR()
[all …]
Dthreading.h66 VkBool32 skipCall = VK_FALSE; in startWrite()
149 VkBool32 skipCall = VK_FALSE; in startRead()
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp158 stencilInfo->depthTestEnable = VK_FALSE; in setup_depth_stencil_state()
159 stencilInfo->depthWriteEnable = VK_FALSE; in setup_depth_stencil_state()
161 stencilInfo->depthBoundsTestEnable = VK_FALSE; in setup_depth_stencil_state()
249 multisampleInfo->sampleShadingEnable = VK_FALSE; in setup_multisample_state()
252 multisampleInfo->alphaToCoverageEnable = VK_FALSE; in setup_multisample_state()
253 multisampleInfo->alphaToOneEnable = VK_FALSE; in setup_multisample_state()
376 colorBlendInfo->logicOpEnable = VK_FALSE; in setup_color_blend_state()
406 rasterInfo->depthClampEnable = VK_FALSE; in setup_raster_state()
407 rasterInfo->rasterizerDiscardEnable = VK_FALSE; in setup_raster_state()
411 rasterInfo->depthBiasEnable = VK_FALSE; in setup_raster_state()
DGrVkSampler.cpp53 createInfo.anisotropyEnable = VK_FALSE; in Create()
55 createInfo.compareEnable = VK_FALSE; in Create()
60 createInfo.unnormalizedCoordinates = VK_FALSE; in Create()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiSmokeTests.cpp80 VK_FALSE, // anisotropyEnable in createSamplerTest()
87 VK_FALSE, // unnormalizedCoords in createSamplerTest()
587 VK_FALSE, // sampleShadingEnable in renderTriangleTest()
590 VK_FALSE, // alphaToCoverageEnable in renderTriangleTest()
591 VK_FALSE, // alphaToOneEnable in renderTriangleTest()
599 VK_FALSE, // rasterizerDiscardEnable in renderTriangleTest()
603 VK_FALSE, // depthBiasEnable in renderTriangleTest()
642 VK_FALSE, // blendEnable in renderTriangleTest()
1204 VK_FALSE, // sampleShadingEnable in renderTriangleUnusedResolveAttachmentTest()
1207 VK_FALSE, // alphaToCoverageEnable in renderTriangleUnusedResolveAttachmentTest()
[all …]
DvktApiBufferViewAccessTests.cpp521 VK_FALSE, // VkBool32 depthBiasEnable; in BufferViewTestInstance()
534 VK_FALSE, // VkBool32 sampleShadingEnable; in BufferViewTestInstance()
537 VK_FALSE, // VkBool32 alphaToCoverageEnable; in BufferViewTestInstance()
538 VK_FALSE // VkBool32 alphaToOneEnable; in BufferViewTestInstance()
DvktApiObjectManagementTests.cpp1176 , anisotropyEnable (VK_FALSE) in Parameters()
1178 , compareEnable (VK_FALSE) in Parameters()
1183 , unnormalizedCoordinates (VK_FALSE) in Parameters()
1588 VK_FALSE // primitiveRestartEnable in create()
1614 VK_FALSE, // rasterizerDiscardEnable in create()
1618 VK_FALSE, // depthBiasEnable in create()
1630 VK_FALSE, // sampleShadingEnable in create()
1633 VK_FALSE, // alphaToCoverageEnable in create()
1634 VK_FALSE, // alphaToOneEnable in create()
1644 VK_FALSE, // depthBoundsTestEnable in create()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateDSTests.cpp437 vk::VK_TRUE, vk::VK_TRUE, vk::VK_COMPARE_OP_ALWAYS, vk::VK_FALSE); in DepthBoundsParamTestInstance()
441 vk::VK_FALSE, vk::VK_FALSE, vk::VK_COMPARE_OP_NEVER, vk::VK_TRUE); in DepthBoundsParamTestInstance()
590 …vk::VK_FALSE, vk::VK_FALSE, vk::VK_COMPARE_OP_NEVER, vk::VK_FALSE, vk::VK_TRUE, frontState_1, back… in StencilParamsBasicTestInstance()
593 …vk::VK_FALSE, vk::VK_FALSE, vk::VK_COMPARE_OP_NEVER, vk::VK_FALSE, vk::VK_TRUE, frontState_2, back… in StencilParamsBasicTestInstance()
760 …vk::VK_FALSE, vk::VK_FALSE, vk::VK_COMPARE_OP_NEVER, vk::VK_FALSE, vk::VK_TRUE, frontState_1, back… in StencilParamsAdvancedTestInstance()
763 …vk::VK_FALSE, vk::VK_FALSE, vk::VK_COMPARE_OP_NEVER, vk::VK_FALSE, vk::VK_TRUE, frontState_2, back… in StencilParamsAdvancedTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineCacheTests.cpp285VK_FALSE, // VkBool32 … in buildPipeline()
318VK_FALSE, // VkBool32 … in buildPipeline()
319VK_FALSE, // VkBool32 … in buildPipeline()
323VK_FALSE, // VkBool32 … in buildPipeline()
332VK_FALSE, // VkBool32 … in buildPipeline()
350VK_FALSE, // VkBool32 … in buildPipeline()
363VK_FALSE, // VkBool32 … in buildPipeline()
366VK_FALSE, // VkBool32 … in buildPipeline()
367VK_FALSE, // VkBool32 … in buildPipeline()
378VK_FALSE, // VkBool32 … in buildPipeline()
[all …]
DvktPipelineEarlyFragmentTests.cpp505 VK_FALSE, // VkBool32 primitiveRestartEnable; in makeGraphicsPipeline()
534 VK_FALSE, // VkBool32 depthClampEnable; in makeGraphicsPipeline()
535 VK_FALSE, // VkBool32 rasterizerDiscardEnable; in makeGraphicsPipeline()
539 VK_FALSE, // VkBool32 depthBiasEnable; in makeGraphicsPipeline()
552 VK_FALSE, // VkBool32 sampleShadingEnable; in makeGraphicsPipeline()
555 VK_FALSE, // VkBool32 alphaToCoverageEnable; in makeGraphicsPipeline()
556 VK_FALSE // VkBool32 alphaToOneEnable; in makeGraphicsPipeline()
576 VK_FALSE, // VkBool32 depthBoundsTestEnable; in makeGraphicsPipeline()
588 VK_FALSE, // VkBool32 blendEnable; in makeGraphicsPipeline()
603 VK_FALSE, // VkBool32 logicOpEnable; in makeGraphicsPipeline()
DvktPipelineTimestampTests.cpp431VK_FALSE, // VkBool32 … in buildPipeline()
464VK_FALSE, // VkBool32 … in buildPipeline()
465VK_FALSE, // VkBool32 … in buildPipeline()
469VK_FALSE, // VkBool32 … in buildPipeline()
478VK_FALSE, // VkBool32 … in buildPipeline()
496VK_FALSE, // VkBool32 … in buildPipeline()
509VK_FALSE, // VkBool32 … in buildPipeline()
512VK_FALSE, // VkBool32 … in buildPipeline()
513VK_FALSE, // VkBool32 … in buildPipeline()
524VK_FALSE, // VkBool32 … in buildPipeline()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSwapchainTests.cpp170 if (getPhysicalDeviceSurfaceSupport(vki, physicalDevice, queueFamilyNdx, surface) != VK_FALSE) in getSupportedQueueFamilyIndices()
364 VK_FALSE, // clipped in generateSwapchainParameterCases()
519 cases.back().clipped = VK_FALSE; in generateSwapchainParameterCases()
742 VK_FALSE, // clipped in getBasicSwapchainParameters()
1011 VK_FALSE, // sampleShadingEnable in createPipeline()
1014 VK_FALSE, // alphaToCoverageEnable in createPipeline()
1015 VK_FALSE, // alphaToOneEnable in createPipeline()
1022 VK_FALSE, // depthClampEnable in createPipeline()
1023 VK_FALSE, // rasterizerDiscardEnable in createPipeline()
1027 VK_FALSE, // depthBiasEnable in createPipeline()
[all …]
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp870 samplerCreateInfo.anisotropyEnable = VK_FALSE; in VkSamplerObj()
876 samplerCreateInfo.unnormalizedCoordinates = VK_FALSE; in VkSamplerObj()
978 cmd_buf_hinfo.occlusionQueryEnable = VK_FALSE; in BufferMemoryBarrier()
1129 m_ia_state.primitiveRestartEnable = VK_FALSE; in VkPipelineObj()
1135 m_rs_state.rasterizerDiscardEnable = VK_FALSE; in VkPipelineObj()
1139 m_rs_state.depthBiasEnable = VK_FALSE; in VkPipelineObj()
1157 m_ms_state.alphaToCoverageEnable = VK_FALSE; in VkPipelineObj()
1158 m_ms_state.alphaToOneEnable = VK_FALSE; in VkPipelineObj()
1172 m_ds_state.pNext = VK_NULL_HANDLE, m_ds_state.depthTestEnable = VK_FALSE; in VkPipelineObj()
1173 m_ds_state.depthWriteEnable = VK_FALSE; in VkPipelineObj()
[all …]
Dlayer_validation_tests.cpp139 m_msgFound = VK_FALSE; in SetDesiredFailureMsg()
145 VkBool32 result = VK_FALSE; in CheckForDesiredMsg()
453 ds_ci.depthTestEnable = VK_FALSE; in GenericDrawPreparation()
456 ds_ci.depthBoundsTestEnable = VK_FALSE; in GenericDrawPreparation()
568 info.occlusionQueryEnable = VK_FALSE;
2651 rs_state_ci.depthClampEnable = VK_FALSE; in TEST_F()
2652 rs_state_ci.rasterizerDiscardEnable = VK_FALSE; in TEST_F()
2653 rs_state_ci.depthBiasEnable = VK_FALSE; in TEST_F()
2908 rs_state_ci.depthClampEnable = VK_FALSE; in TEST_F()
2909 rs_state_ci.rasterizerDiscardEnable = VK_FALSE; in TEST_F()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/
DvktSynchronization.cpp785 rasterState.rasterizerDiscardEnable = VK_FALSE; in generateWork()
789 rasterState.depthBiasEnable = VK_FALSE; in generateWork()
797 multisampleState.sampleShadingEnable = VK_FALSE; in generateWork()
799 multisampleState.alphaToCoverageEnable = VK_FALSE; in generateWork()
800 multisampleState.alphaToOneEnable = VK_FALSE; in generateWork()
806 depthStencilState.depthTestEnable = VK_FALSE; in generateWork()
807 depthStencilState.depthWriteEnable = VK_FALSE; in generateWork()
809 depthStencilState.depthBoundsTestEnable = VK_FALSE; in generateWork()
810 depthStencilState.stencilTestEnable = VK_FALSE; in generateWork()
821 blendAttachment.blendEnable = VK_FALSE; in generateWork()
[all …]
DvktShaderLibrary.cpp1061 vk::VK_FALSE, // depthTestEnable in createPipeline()
1062 vk::VK_FALSE, // depthWriteEnable in createPipeline()
1064 vk::VK_FALSE, // depthBoundsTestEnable in createPipeline()
1065 vk::VK_FALSE, // stencilTestEnable in createPipeline()
1120 vk::VK_FALSE, // alphaToCoverageEnable in createPipeline()
1121 vk::VK_FALSE, // alphaToOneEnable in createPipeline()
1133 vk::VK_FALSE, // depthBiasEnable in createPipeline()
1176 vk::VK_FALSE, // blendEnable in createPipeline()
1190 vk::VK_FALSE, // logicOpEnable in createPipeline()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp752 VK_FALSE, // VkBool32 blendEnable; in execute()
1130 VK_FALSE, // VkBool32 depthClipEnable; in execute()
1131 VK_FALSE, // VkBool32 rasterizerDiscardEnable; in execute()
1135 VK_FALSE, // VkBool32 depthBiasEnable; in execute()
1148 VK_FALSE, // VkBool32 sampleShadingEnable; in execute()
1151 VK_FALSE, // VkBool32 alphaToCoverageEnable; in execute()
1152 VK_FALSE // VkBool32 alphaToOneEnable; in execute()
1160 VK_FALSE, // VkBool32 logicOpEnable; in execute()
2537 VK_FALSE, // VkBool32 depthClipEnable; in renderTess()
2538 VK_FALSE, // VkBool32 rasterizerDiscardEnable; in renderTess()
[all …]
/external/deqp/external/vulkancts/framework/vulkan/
DvkDebugReportUtil.cpp125 return VK_FALSE; in debugReportCallback()

123