Home
last modified time | relevance | path

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

1234

/external/skia/src/gpu/vk/
DGrVkCopyPipeline.cpp22 multisampleInfo->sampleShadingEnable = VK_FALSE; in setup_multisample_state()
25 multisampleInfo->alphaToCoverageEnable = VK_FALSE; in setup_multisample_state()
26 multisampleInfo->alphaToOneEnable = VK_FALSE; in setup_multisample_state()
64 VK_FALSE // primitiveRestartEnable in Create()
81 VK_FALSE, // depthTestEnable in Create()
82 VK_FALSE, // depthWriteEnable in Create()
84 VK_FALSE, // depthBoundsTestEnable in Create()
85 VK_FALSE, // stencilTestEnable in Create()
118 VK_FALSE, // logicOpEnable in Create()
129 VK_FALSE, // depthClampEnable in Create()
[all …]
DGrVkSampler.cpp50 createInfo.anisotropyEnable = VK_FALSE; in Create()
52 createInfo.compareEnable = VK_FALSE; in Create()
63 createInfo.unnormalizedCoordinates = VK_FALSE; in Create()
DGrVkPipeline.cpp163 stencilInfo->depthTestEnable = VK_FALSE; in setup_depth_stencil_state()
164 stencilInfo->depthWriteEnable = VK_FALSE; in setup_depth_stencil_state()
166 stencilInfo->depthBoundsTestEnable = VK_FALSE; in setup_depth_stencil_state()
228 multisampleInfo->alphaToCoverageEnable = VK_FALSE; in setup_multisample_state()
229 multisampleInfo->alphaToOneEnable = VK_FALSE; in setup_multisample_state()
356 colorBlendInfo->logicOpEnable = VK_FALSE; in setup_color_blend_state()
383 rasterInfo->depthClampEnable = VK_FALSE; in setup_raster_state()
384 rasterInfo->rasterizerDiscardEnable = VK_FALSE; in setup_raster_state()
388 rasterInfo->depthBiasEnable = VK_FALSE; in setup_raster_state()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSpecConstantUtil.cpp133 VK_FALSE, // VkBool32 primitiveRestartEnable; in build()
170 VK_FALSE, // VkBool32 depthClampEnable; in build()
171 VK_FALSE, // VkBool32 rasterizerDiscardEnable; in build()
175 VK_FALSE, // VkBool32 depthBiasEnable; in build()
188 VK_FALSE, // VkBool32 sampleShadingEnable; in build()
191 VK_FALSE, // VkBool32 alphaToCoverageEnable; in build()
192 VK_FALSE // VkBool32 alphaToOneEnable; in build()
209 VK_FALSE, // VkBool32 depthTestEnable; in build()
210 VK_FALSE, // VkBool32 depthWriteEnable; in build()
212 VK_FALSE, // VkBool32 depthBoundsTestEnable; in build()
[all …]
DvktPipelineRenderToImageTests.cpp142 VK_FALSE, // VkBool32 primitiveRestartEnable; in makeGraphicsPipeline()
172 VK_FALSE, // VkBool32 depthClampEnable; in makeGraphicsPipeline()
173 VK_FALSE, // VkBool32 rasterizerDiscardEnable; in makeGraphicsPipeline()
177 VK_FALSE, // VkBool32 depthBiasEnable; in makeGraphicsPipeline()
190 VK_FALSE, // VkBool32 sampleShadingEnable; in makeGraphicsPipeline()
193 VK_FALSE, // VkBool32 alphaToCoverageEnable; in makeGraphicsPipeline()
194 VK_FALSE // VkBool32 alphaToOneEnable; in makeGraphicsPipeline()
211 VK_FALSE, // VkBool32 depthTestEnable; in makeGraphicsPipeline()
212 VK_FALSE, // VkBool32 depthWriteEnable; in makeGraphicsPipeline()
214 VK_FALSE, // VkBool32 depthBoundsTestEnable; in makeGraphicsPipeline()
[all …]
DvktPipelineMultisampleImageTests.cpp135 VK_FALSE, // VkBool32 primitiveRestartEnable; in makeGraphicsPipelines()
164 VK_FALSE, // VkBool32 depthClampEnable; in makeGraphicsPipelines()
165 VK_FALSE, // VkBool32 rasterizerDiscardEnable; in makeGraphicsPipelines()
169 VK_FALSE, // VkBool32 depthBiasEnable; in makeGraphicsPipelines()
182 VK_FALSE, // VkBool32 sampleShadingEnable; in makeGraphicsPipelines()
185 VK_FALSE, // VkBool32 alphaToCoverageEnable; in makeGraphicsPipelines()
186 VK_FALSE // VkBool32 alphaToOneEnable; in makeGraphicsPipelines()
203 VK_FALSE, // VkBool32 depthTestEnable; in makeGraphicsPipelines()
204 VK_FALSE, // VkBool32 depthWriteEnable; in makeGraphicsPipelines()
206 VK_FALSE, // VkBool32 depthBoundsTestEnable; in makeGraphicsPipelines()
[all …]
DvktPipelineCacheTests.cpp266VK_FALSE, // VkBool32 … in buildPipeline()
299VK_FALSE, // VkBool32 … in buildPipeline()
300VK_FALSE, // VkBool32 … in buildPipeline()
304VK_FALSE, // VkBool32 … in buildPipeline()
313VK_FALSE, // VkBool32 … in buildPipeline()
331VK_FALSE, // VkBool32 … in buildPipeline()
344VK_FALSE, // VkBool32 … in buildPipeline()
347VK_FALSE, // VkBool32 … in buildPipeline()
348VK_FALSE, // VkBool32 … in buildPipeline()
359VK_FALSE, // VkBool32 … in buildPipeline()
[all …]
DvktPipelineMultisampleInterpolationTests.cpp439 VK_FALSE, // VkBool32 primitiveRestartEnable; in iterate()
471 VK_FALSE, // VkBool32 depthClampEnable; in iterate()
472 VK_FALSE, // VkBool32 rasterizerDiscardEnable; in iterate()
476 VK_FALSE, // VkBool32 depthBiasEnable; in iterate()
492 VK_FALSE, // VkBool32 alphaToCoverageEnable; in iterate()
493 VK_FALSE, // VkBool32 alphaToOneEnable; in iterate()
512 VK_FALSE, // VkBool32 depthTestEnable; in iterate()
513 VK_FALSE, // VkBool32 depthWriteEnable; in iterate()
515 VK_FALSE, // VkBool32 depthBoundsTestEnable; in iterate()
516 VK_FALSE, // VkBool32 stencilTestEnable; in iterate()
[all …]
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/geometry/
DvktGeometryInstancedRenderingTests.cpp178 VK_FALSE, // VkBool32 primitiveRestartEnable; in makeGraphicsPipeline()
207 VK_FALSE, // VkBool32 depthClampEnable; in makeGraphicsPipeline()
208 VK_FALSE, // VkBool32 rasterizerDiscardEnable; in makeGraphicsPipeline()
212 VK_FALSE, // VkBool32 depthBiasEnable; in makeGraphicsPipeline()
225 VK_FALSE, // VkBool32 sampleShadingEnable; in makeGraphicsPipeline()
228 VK_FALSE, // VkBool32 alphaToCoverageEnable; in makeGraphicsPipeline()
229 VK_FALSE // VkBool32 alphaToOneEnable; in makeGraphicsPipeline()
246 VK_FALSE, // VkBool32 depthTestEnable; in makeGraphicsPipeline()
247 VK_FALSE, // VkBool32 depthWriteEnable; in makeGraphicsPipeline()
249 VK_FALSE, // VkBool32 depthBoundsTestEnable; in makeGraphicsPipeline()
[all …]
DvktGeometryTestsUtil.cpp161 primitiveRestartEnable = VK_FALSE; in build()
211 VK_FALSE, // VkBool32 depthClampEnable; in build()
216 VK_FALSE, // VkBool32 depthBiasEnable; in build()
229 VK_FALSE, // VkBool32 sampleShadingEnable; in build()
232 VK_FALSE, // VkBool32 alphaToCoverageEnable; in build()
233 VK_FALSE // VkBool32 alphaToOneEnable; in build()
250 VK_FALSE, // VkBool32 depthTestEnable; in build()
251 VK_FALSE, // VkBool32 depthWriteEnable; in build()
253 VK_FALSE, // VkBool32 depthBoundsTestEnable; in build()
254 VK_FALSE, // VkBool32 stencilTestEnable; in build()
[all …]
DvktGeometryLayeredRenderingTests.cpp234 VK_FALSE, // VkBool32 primitiveRestartEnable; in makeGraphicsPipeline()
263 VK_FALSE, // VkBool32 depthClampEnable; in makeGraphicsPipeline()
264 VK_FALSE, // VkBool32 rasterizerDiscardEnable; in makeGraphicsPipeline()
268 VK_FALSE, // VkBool32 depthBiasEnable; in makeGraphicsPipeline()
281 VK_FALSE, // VkBool32 sampleShadingEnable; in makeGraphicsPipeline()
284 VK_FALSE, // VkBool32 alphaToCoverageEnable; in makeGraphicsPipeline()
285 VK_FALSE // VkBool32 alphaToOneEnable; in makeGraphicsPipeline()
302 VK_FALSE, // VkBool32 depthTestEnable; in makeGraphicsPipeline()
303 VK_FALSE, // VkBool32 depthWriteEnable; in makeGraphicsPipeline()
305 VK_FALSE, // VkBool32 depthBoundsTestEnable; in makeGraphicsPipeline()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorMultiViewportTests.cpp193 VK_FALSE, // VkBool32 primitiveRestartEnable; in makeGraphicsPipeline()
233 VK_FALSE, // VkBool32 depthClampEnable; in makeGraphicsPipeline()
234 VK_FALSE, // VkBool32 rasterizerDiscardEnable; in makeGraphicsPipeline()
238 VK_FALSE, // VkBool32 depthBiasEnable; in makeGraphicsPipeline()
251 VK_FALSE, // VkBool32 sampleShadingEnable; in makeGraphicsPipeline()
254 VK_FALSE, // VkBool32 alphaToCoverageEnable; in makeGraphicsPipeline()
255 VK_FALSE // VkBool32 alphaToOneEnable; in makeGraphicsPipeline()
272 VK_FALSE, // VkBool32 depthTestEnable; in makeGraphicsPipeline()
273 VK_FALSE, // VkBool32 depthWriteEnable; in makeGraphicsPipeline()
275 VK_FALSE, // VkBool32 depthBoundsTestEnable; in makeGraphicsPipeline()
[all …]
DvktFragmentOperationsScissorTests.cpp217 VK_FALSE, // VkBool32 primitiveRestartEnable; in makeGraphicsPipeline()
246 VK_FALSE, // VkBool32 depthClampEnable; in makeGraphicsPipeline()
247 VK_FALSE, // VkBool32 rasterizerDiscardEnable; in makeGraphicsPipeline()
251 VK_FALSE, // VkBool32 depthBiasEnable; in makeGraphicsPipeline()
264 VK_FALSE, // VkBool32 sampleShadingEnable; in makeGraphicsPipeline()
267 VK_FALSE, // VkBool32 alphaToCoverageEnable; in makeGraphicsPipeline()
268 VK_FALSE // VkBool32 alphaToOneEnable; in makeGraphicsPipeline()
285 VK_FALSE, // VkBool32 depthTestEnable; in makeGraphicsPipeline()
286 VK_FALSE, // VkBool32 depthWriteEnable; in makeGraphicsPipeline()
288 VK_FALSE, // VkBool32 depthBoundsTestEnable; in makeGraphicsPipeline()
[all …]
DvktFragmentOperationsEarlyFragmentTests.cpp255 VK_FALSE, // VkBool32 primitiveRestartEnable; in makeGraphicsPipeline()
284 VK_FALSE, // VkBool32 depthClampEnable; in makeGraphicsPipeline()
285 VK_FALSE, // VkBool32 rasterizerDiscardEnable; in makeGraphicsPipeline()
289 VK_FALSE, // VkBool32 depthBiasEnable; in makeGraphicsPipeline()
302 VK_FALSE, // VkBool32 sampleShadingEnable; in makeGraphicsPipeline()
305 VK_FALSE, // VkBool32 alphaToCoverageEnable; in makeGraphicsPipeline()
306 VK_FALSE // VkBool32 alphaToOneEnable; in makeGraphicsPipeline()
326 VK_FALSE, // VkBool32 depthBoundsTestEnable; in makeGraphicsPipeline()
338 VK_FALSE, // VkBool32 blendEnable; in makeGraphicsPipeline()
353 VK_FALSE, // VkBool32 logicOpEnable; in makeGraphicsPipeline()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsSampled.cpp93 VK_FALSE, // VkBool32 primitiveRestartEnable; in makeGraphicsPipeline()
112 VK_FALSE, // VkBool32 depthClampEnable; in makeGraphicsPipeline()
113 VK_FALSE, // VkBool32 rasterizerDiscardEnable; in makeGraphicsPipeline()
117 VK_FALSE, // VkBool32 depthBiasEnable; in makeGraphicsPipeline()
130 VK_FALSE, // VkBool32 sampleShadingEnable; in makeGraphicsPipeline()
133 VK_FALSE, // VkBool32 alphaToCoverageEnable; in makeGraphicsPipeline()
134 VK_FALSE // VkBool32 alphaToOneEnable; in makeGraphicsPipeline()
151 VK_FALSE, // VkBool32 depthTestEnable; in makeGraphicsPipeline()
152 VK_FALSE, // VkBool32 depthWriteEnable; in makeGraphicsPipeline()
154 VK_FALSE, // VkBool32 depthBoundsTestEnable; in makeGraphicsPipeline()
[all …]
DvktSparseResourcesBufferTests.cpp369 VK_FALSE, // VkBool32 primitiveRestartEnable; in makeGraphicsPipeline()
398 VK_FALSE, // VkBool32 depthClampEnable; in makeGraphicsPipeline()
399 VK_FALSE, // VkBool32 rasterizerDiscardEnable; in makeGraphicsPipeline()
403 VK_FALSE, // VkBool32 depthBiasEnable; in makeGraphicsPipeline()
416 VK_FALSE, // VkBool32 sampleShadingEnable; in makeGraphicsPipeline()
419 VK_FALSE, // VkBool32 alphaToCoverageEnable; in makeGraphicsPipeline()
420 VK_FALSE // VkBool32 alphaToOneEnable; in makeGraphicsPipeline()
437 VK_FALSE, // VkBool32 depthTestEnable; in makeGraphicsPipeline()
438 VK_FALSE, // VkBool32 depthWriteEnable; in makeGraphicsPipeline()
440 VK_FALSE, // VkBool32 depthBoundsTestEnable; in makeGraphicsPipeline()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.cpp584 VK_FALSE, // VkBool32 primitiveRestartEnable; in build()
622 VK_FALSE, // VkBool32 depthClampEnable; in build()
627 VK_FALSE, // VkBool32 depthBiasEnable; in build()
640 VK_FALSE, // VkBool32 sampleShadingEnable; in build()
643 VK_FALSE, // VkBool32 alphaToCoverageEnable; in build()
644 VK_FALSE // VkBool32 alphaToOneEnable; in build()
661 VK_FALSE, // VkBool32 depthTestEnable; in build()
662 VK_FALSE, // VkBool32 depthWriteEnable; in build()
664 VK_FALSE, // VkBool32 depthBoundsTestEnable; in build()
665 VK_FALSE, // VkBool32 stencilTestEnable; in build()
[all …]
DvktSynchronizationInternallySynchronizedObjectsTests.cpp877 m_inputAssemblyStateParams.primitiveRestartEnable = VK_FALSE; in addPipelineInfo()
903 m_rasterStateParams.depthClampEnable = VK_FALSE; in addPipelineInfo()
904 m_rasterStateParams.rasterizerDiscardEnable = VK_FALSE; in addPipelineInfo()
908 m_rasterStateParams.depthBiasEnable = VK_FALSE; in addPipelineInfo()
914 m_colorBlendAttachmentState.blendEnable = VK_FALSE; in addPipelineInfo()
929 m_colorBlendStateParams.logicOpEnable = VK_FALSE; in addPipelineInfo()
942 m_multisampleStateParams.sampleShadingEnable = VK_FALSE; in addPipelineInfo()
945 m_multisampleStateParams.alphaToCoverageEnable = VK_FALSE; in addPipelineInfo()
946 m_multisampleStateParams.alphaToOneEnable = VK_FALSE; in addPipelineInfo()
954 m_depthStencilStateParams.depthBoundsTestEnable = VK_FALSE; in addPipelineInfo()
[all …]
DvktSynchronizationSmokeTests.cpp790 rasterState.rasterizerDiscardEnable = VK_FALSE; in generateWork()
794 rasterState.depthBiasEnable = VK_FALSE; in generateWork()
802 multisampleState.sampleShadingEnable = VK_FALSE; in generateWork()
804 multisampleState.alphaToCoverageEnable = VK_FALSE; in generateWork()
805 multisampleState.alphaToOneEnable = VK_FALSE; in generateWork()
811 depthStencilState.depthTestEnable = VK_FALSE; in generateWork()
812 depthStencilState.depthWriteEnable = VK_FALSE; in generateWork()
814 depthStencilState.depthBoundsTestEnable = VK_FALSE; in generateWork()
815 depthStencilState.stencilTestEnable = VK_FALSE; in generateWork()
826 blendAttachment.blendEnable = VK_FALSE; in generateWork()
[all …]
/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 …]
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateDSTests.cpp439 VK_TRUE, VK_TRUE, vk::VK_COMPARE_OP_ALWAYS, VK_FALSE); in DepthBoundsParamTestInstance()
443 VK_FALSE, VK_FALSE, vk::VK_COMPARE_OP_NEVER, VK_TRUE); in DepthBoundsParamTestInstance()
592 VK_FALSE, VK_FALSE, vk::VK_COMPARE_OP_NEVER, VK_FALSE, VK_TRUE, frontState_1, backState_1); in StencilParamsBasicTestInstance()
595 VK_FALSE, VK_FALSE, vk::VK_COMPARE_OP_NEVER, VK_FALSE, VK_TRUE, frontState_2, backState_2); in StencilParamsBasicTestInstance()
762 VK_FALSE, VK_FALSE, vk::VK_COMPARE_OP_NEVER, VK_FALSE, VK_TRUE, frontState_1, backState_1); in StencilParamsAdvancedTestInstance()
765 VK_FALSE, VK_FALSE, vk::VK_COMPARE_OP_NEVER, VK_FALSE, VK_TRUE, frontState_2, backState_2); in StencilParamsAdvancedTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUtil.cpp609 VK_FALSE, // VkBool32 primitiveRestartEnable; in build()
647 VK_FALSE, // VkBool32 depthClampEnable; in build()
652 VK_FALSE, // VkBool32 depthBiasEnable; in build()
665 VK_FALSE, // VkBool32 sampleShadingEnable; in build()
668 VK_FALSE, // VkBool32 alphaToCoverageEnable; in build()
669 VK_FALSE // VkBool32 alphaToOneEnable; in build()
686 VK_FALSE, // VkBool32 depthTestEnable; in build()
687 VK_FALSE, // VkBool32 depthWriteEnable; in build()
689 VK_FALSE, // VkBool32 depthBoundsTestEnable; in build()
690 VK_FALSE, // VkBool32 stencilTestEnable; in build()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSwapchainTests.cpp183 if (getPhysicalDeviceSurfaceSupport(vki, physicalDevice, queueFamilyNdx, surface) != VK_FALSE) in getSupportedQueueFamilyIndices()
377 VK_FALSE, // clipped in generateSwapchainParameterCases()
532 cases.back().clipped = VK_FALSE; in generateSwapchainParameterCases()
736 VK_FALSE, // clipped in getBasicSwapchainParameters()
1005 VK_FALSE, // sampleShadingEnable in createPipeline()
1008 VK_FALSE, // alphaToCoverageEnable in createPipeline()
1009 VK_FALSE, // alphaToOneEnable in createPipeline()
1016 VK_FALSE, // depthClampEnable in createPipeline()
1017 VK_FALSE, // rasterizerDiscardEnable in createPipeline()
1021 VK_FALSE, // depthBiasEnable in createPipeline()
[all …]
DvktWsiSharedPresentableImageTests.cpp119 …vk::wsi::getPhysicalDeviceSurfaceSupport(vki, physicalDevice, queueFamilyNdx, surface) != VK_FALSE) in getSupportedQueueFamilyIndices()
581 VK_FALSE in createPipeline()
615 VK_FALSE, in createPipeline()
619 VK_FALSE, in createPipeline()
632 VK_FALSE, in createPipeline()
635 VK_FALSE, in createPipeline()
636 VK_FALSE in createPipeline()
671 VK_FALSE, in createPipeline()
844 const vk::VkBool32 clipped = VK_FALSE; in generateSwapchainConfigs()

1234