Home
last modified time | relevance | path

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

1234567

/external/skia/src/gpu/vk/
DGrVkCopyPipeline.cpp26 multisampleInfo->sampleShadingEnable = VK_FALSE; in setup_multisample_state()
29 multisampleInfo->alphaToCoverageEnable = VK_FALSE; in setup_multisample_state()
30 multisampleInfo->alphaToOneEnable = VK_FALSE; in setup_multisample_state()
68 VK_FALSE // primitiveRestartEnable in Create()
85 VK_FALSE, // depthTestEnable in Create()
86 VK_FALSE, // depthWriteEnable in Create()
88 VK_FALSE, // depthBoundsTestEnable in Create()
89 VK_FALSE, // stencilTestEnable in Create()
107 VK_FALSE, // blendEnable in Create()
122 VK_FALSE, // logicOpEnable in Create()
[all …]
DGrVkSampler.cpp54 createInfo.anisotropyEnable = VK_FALSE; in Create()
56 createInfo.compareEnable = VK_FALSE; in Create()
67 createInfo.unnormalizedCoordinates = VK_FALSE; in Create()
102 createInfo.anisotropyEnable = VK_FALSE; in Create()
103 createInfo.unnormalizedCoordinates = VK_FALSE; in Create()
DGrVkPipeline.cpp234 stencilInfo->depthTestEnable = VK_FALSE; in setup_depth_stencil_state()
235 stencilInfo->depthWriteEnable = VK_FALSE; in setup_depth_stencil_state()
237 stencilInfo->depthBoundsTestEnable = VK_FALSE; in setup_depth_stencil_state()
294 multisampleInfo->sampleShadingEnable = VK_FALSE; in setup_multisample_state()
297 multisampleInfo->alphaToCoverageEnable = VK_FALSE; in setup_multisample_state()
298 multisampleInfo->alphaToOneEnable = VK_FALSE; in setup_multisample_state()
464 colorBlendInfo->logicOpEnable = VK_FALSE; in setup_color_blend_state()
477 rasterInfo->depthClampEnable = VK_FALSE; in setup_raster_state()
478 rasterInfo->rasterizerDiscardEnable = VK_FALSE; in setup_raster_state()
483 rasterInfo->depthBiasEnable = VK_FALSE; in setup_raster_state()
/external/skqp/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()
103 VK_FALSE, // blendEnable in Create()
118 VK_FALSE, // logicOpEnable in Create()
[all …]
DGrVkSampler.cpp54 createInfo.anisotropyEnable = VK_FALSE; in Create()
56 createInfo.compareEnable = VK_FALSE; in Create()
67 createInfo.unnormalizedCoordinates = VK_FALSE; in Create()
102 createInfo.anisotropyEnable = VK_FALSE; in Create()
103 createInfo.unnormalizedCoordinates = VK_FALSE; in Create()
DGrVkPipeline.cpp230 stencilInfo->depthTestEnable = VK_FALSE; in setup_depth_stencil_state()
231 stencilInfo->depthWriteEnable = VK_FALSE; in setup_depth_stencil_state()
233 stencilInfo->depthBoundsTestEnable = VK_FALSE; in setup_depth_stencil_state()
290 multisampleInfo->sampleShadingEnable = VK_FALSE; in setup_multisample_state()
293 multisampleInfo->alphaToCoverageEnable = VK_FALSE; in setup_multisample_state()
294 multisampleInfo->alphaToOneEnable = VK_FALSE; in setup_multisample_state()
460 colorBlendInfo->logicOpEnable = VK_FALSE; in setup_color_blend_state()
473 rasterInfo->depthClampEnable = VK_FALSE; in setup_raster_state()
474 rasterInfo->rasterizerDiscardEnable = VK_FALSE; in setup_raster_state()
479 rasterInfo->depthBiasEnable = VK_FALSE; in setup_raster_state()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSpecConstantUtil.cpp133 VK_FALSE, // VkBool32 primitiveRestartEnable; in build()
163 VK_FALSE, // VkBool32 depthClampEnable; in build()
164 VK_FALSE, // VkBool32 rasterizerDiscardEnable; in build()
168 VK_FALSE, // VkBool32 depthBiasEnable; in build()
181 VK_FALSE, // VkBool32 sampleShadingEnable; in build()
184 VK_FALSE, // VkBool32 alphaToCoverageEnable; in build()
185 VK_FALSE // VkBool32 alphaToOneEnable; in build()
202 VK_FALSE, // VkBool32 depthTestEnable; in build()
203 VK_FALSE, // VkBool32 depthWriteEnable; in build()
205 VK_FALSE, // VkBool32 depthBoundsTestEnable; in build()
[all …]
DvktPipelineMatchedAttachmentsTests.cpp227 VK_FALSE // VkBool32 primitiveRestartEnable; in testMatchedAttachments()
246 VK_FALSE, // VkBool32 depthClampEnable; in testMatchedAttachments()
247 VK_FALSE, // VkBool32 rasterizerDiscardEnable; in testMatchedAttachments()
251 VK_FALSE, // VkBool32 depthBiasEnable; in testMatchedAttachments()
264 VK_FALSE, // VkBool32 sampleShadingEnable; in testMatchedAttachments()
267 VK_FALSE, // VkBool32 alphaToCoverageEnable; in testMatchedAttachments()
268 VK_FALSE // VkBool32 alphaToOneEnable; in testMatchedAttachments()
273 VK_FALSE, // VkBool32 blendEnable; in testMatchedAttachments()
288 VK_FALSE, // VkBool32 logicOpEnable; in testMatchedAttachments()
DvktPipelineStencilExportTests.cpp294 VK_FALSE, // VkBool32 primitiveRestartEnable; in makeGraphicsPipeline()
315 VK_FALSE, // VkBool32 depthClampEnable; in makeGraphicsPipeline()
316 VK_FALSE, // VkBool32 rasterizerDiscardEnable; in makeGraphicsPipeline()
320 VK_FALSE, // VkBool32 depthBiasEnable; in makeGraphicsPipeline()
333 VK_FALSE, // VkBool32 sampleShadingEnable; in makeGraphicsPipeline()
336 VK_FALSE, // VkBool32 alphaToCoverageEnable; in makeGraphicsPipeline()
337 VK_FALSE // VkBool32 alphaToOneEnable; in makeGraphicsPipeline()
354 VK_FALSE, // VkBool32 depthTestEnable; in makeGraphicsPipeline()
355 VK_FALSE, // VkBool32 depthWriteEnable; in makeGraphicsPipeline()
357 VK_FALSE, // VkBool32 depthBoundsTestEnable; in makeGraphicsPipeline()
[all …]
DvktPipelineEarlyDestroyTests.cpp136 VK_FALSE // VkBool32 primitiveRestartEnable; in testEarlyDestroy()
144 VK_FALSE, // VkBool32 depthClampEnable; in testEarlyDestroy()
149 VK_FALSE, // VkBool32 depthBiasEnable; in testEarlyDestroy()
158 VK_FALSE, // VkBool32 blendEnable; in testEarlyDestroy()
173 VK_FALSE, // VkBool32 logicOpEnable; in testEarlyDestroy()
DvktPipelineMultisampleImageTests.cpp137 VK_FALSE, // VkBool32 primitiveRestartEnable; in makeGraphicsPipelines()
159 VK_FALSE, // VkBool32 depthClampEnable; in makeGraphicsPipelines()
160 VK_FALSE, // VkBool32 rasterizerDiscardEnable; in makeGraphicsPipelines()
164 VK_FALSE, // VkBool32 depthBiasEnable; in makeGraphicsPipelines()
177 VK_FALSE, // VkBool32 sampleShadingEnable; in makeGraphicsPipelines()
180 VK_FALSE, // VkBool32 alphaToCoverageEnable; in makeGraphicsPipelines()
181 VK_FALSE // VkBool32 alphaToOneEnable; in makeGraphicsPipelines()
198 VK_FALSE, // VkBool32 depthTestEnable; in makeGraphicsPipelines()
199 VK_FALSE, // VkBool32 depthWriteEnable; in makeGraphicsPipelines()
201 VK_FALSE, // VkBool32 depthBoundsTestEnable; in makeGraphicsPipelines()
[all …]
/external/swiftshader/src/Vulkan/
DVkPhysicalDevice.cpp93 features->samplerYcbcrConversion = VK_FALSE; in getFeatures()
98 features->storageBuffer16BitAccess = VK_FALSE; in getFeatures()
99 features->storageInputOutput16 = VK_FALSE; in getFeatures()
100 features->storagePushConstant16 = VK_FALSE; in getFeatures()
101 features->uniformAndStorageBuffer16BitAccess = VK_FALSE; in getFeatures()
106 features->variablePointersStorageBuffer = VK_FALSE; in getFeatures()
107 features->variablePointers = VK_FALSE; in getFeatures()
112 features->storageBuffer8BitAccess = VK_FALSE; in getFeatures()
113 features->uniformAndStorageBuffer8BitAccess = VK_FALSE; in getFeatures()
114 features->storagePushConstant8 = VK_FALSE; in getFeatures()
[all …]
DVkSampler.hpp60 VkBool32 anisotropyEnable = VK_FALSE;
62 VkBool32 compareEnable = VK_FALSE;
67 VkBool32 unnormalizedCoordinates = VK_FALSE;
/external/deqp/external/vulkancts/framework/vulkan/
DvkObjUtil.cpp136 VK_FALSE // VkBool32 primitiveRestartEnable in makeGraphicsPipeline()
163 VK_FALSE, // VkBool32 depthClampEnable in makeGraphicsPipeline()
168 VK_FALSE, // VkBool32 depthBiasEnable in makeGraphicsPipeline()
181 VK_FALSE, // VkBool32 sampleShadingEnable in makeGraphicsPipeline()
184 VK_FALSE, // VkBool32 alphaToCoverageEnable in makeGraphicsPipeline()
185 VK_FALSE // VkBool32 alphaToOneEnable in makeGraphicsPipeline()
204 VK_FALSE, // VkBool32 depthTestEnable in makeGraphicsPipeline()
205 VK_FALSE, // VkBool32 depthWriteEnable in makeGraphicsPipeline()
207 VK_FALSE, // VkBool32 depthBoundsTestEnable in makeGraphicsPipeline()
208 VK_FALSE, // VkBool32 stencilTestEnable in makeGraphicsPipeline()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.cpp362 VK_FALSE, // VkBool32 primitiveRestartEnable; in build()
393 VK_FALSE, // VkBool32 depthClampEnable; in build()
398 VK_FALSE, // VkBool32 depthBiasEnable; in build()
411 VK_FALSE, // VkBool32 sampleShadingEnable; in build()
414 VK_FALSE, // VkBool32 alphaToCoverageEnable; in build()
415 VK_FALSE // VkBool32 alphaToOneEnable; in build()
432 VK_FALSE, // VkBool32 depthTestEnable; in build()
433 VK_FALSE, // VkBool32 depthWriteEnable; in build()
435 VK_FALSE, // VkBool32 depthBoundsTestEnable; in build()
436 VK_FALSE, // VkBool32 stencilTestEnable; in build()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.cpp162 primitiveRestartEnable = VK_FALSE; in build()
205 VK_FALSE, // VkBool32 depthClampEnable; in build()
210 VK_FALSE, // VkBool32 depthBiasEnable; in build()
223 VK_FALSE, // VkBool32 sampleShadingEnable; in build()
226 VK_FALSE, // VkBool32 alphaToCoverageEnable; in build()
227 VK_FALSE // VkBool32 alphaToOneEnable; in build()
244 VK_FALSE, // VkBool32 depthTestEnable; in build()
245 VK_FALSE, // VkBool32 depthWriteEnable; in build()
247 VK_FALSE, // VkBool32 depthBoundsTestEnable; in build()
248 VK_FALSE, // VkBool32 stencilTestEnable; in build()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.cpp45 …T8BITSTORAGEFEATURES_STORAGE_BUFFER) != 0 && extensionFeatures.storageBuffer8BitAccess == VK_FALSE) in is8BitStorageFeaturesSupported()
48 …ES_UNIFORM_STORAGE_BUFFER) != 0 && extensionFeatures.uniformAndStorageBuffer8BitAccess == VK_FALSE) in is8BitStorageFeaturesSupported()
51 …& EXT8BITSTORAGEFEATURES_PUSH_CONSTANT) != 0 && extensionFeatures.storagePushConstant8 == VK_FALSE) in is8BitStorageFeaturesSupported()
129 …ORAGEFEATURES_UNIFORM_BUFFER_BLOCK) != 0 && extensionFeatures.storageBuffer16BitAccess == VK_FALSE) in is16BitStorageFeaturesSupported()
132 …TSTORAGEFEATURES_UNIFORM) != 0 && extensionFeatures.uniformAndStorageBuffer16BitAccess == VK_FALSE) in is16BitStorageFeaturesSupported()
135 …EXT16BITSTORAGEFEATURES_PUSH_CONSTANT) != 0 && extensionFeatures.storagePushConstant16 == VK_FALSE) in is16BitStorageFeaturesSupported()
138 …& EXT16BITSTORAGEFEATURES_INPUT_OUTPUT) != 0 && extensionFeatures.storageInputOutput16 == VK_FALSE) in is16BitStorageFeaturesSupported()
148 …RIABLE_POINTERS_STORAGEBUFFER) != 0 && extensionFeatures.variablePointersStorageBuffer == VK_FALSE) in isVariablePointersFeaturesSupported()
151 …VARIABLEPOINTERSFEATURES_VARIABLE_POINTERS) != 0 && extensionFeatures.variablePointers == VK_FALSE) in isVariablePointersFeaturesSupported()
161 if ((toCheck & EXTFLOAT16INT8FEATURES_FLOAT16) != 0 && extensionFeatures.shaderFloat16 == VK_FALSE) in isFloat16Int8FeaturesSupported()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawShaderViewportIndexTests.cpp246VK_FALSE, // VkBool32 primitiveRestartEna… in makeGraphicsPipeline()
280 VK_FALSE, // VkBool32 depthClampEnable; in makeGraphicsPipeline()
281 VK_FALSE, // VkBool32 rasterizerDiscardEnable; in makeGraphicsPipeline()
285 VK_FALSE, // VkBool32 depthBiasEnable; in makeGraphicsPipeline()
298 VK_FALSE, // VkBool32 sampleShadingEnable; in makeGraphicsPipeline()
301 VK_FALSE, // VkBool32 alphaToCoverageEnable; in makeGraphicsPipeline()
302 VK_FALSE // VkBool32 alphaToOneEnable; in makeGraphicsPipeline()
319 VK_FALSE, // VkBool32 depthTestEnable; in makeGraphicsPipeline()
320 VK_FALSE, // VkBool32 depthWriteEnable; in makeGraphicsPipeline()
322 VK_FALSE, // VkBool32 depthBoundsTestEnable; in makeGraphicsPipeline()
[all …]
DvktDrawShaderLayerTests.cpp332VK_FALSE, // VkBool32 primitiveRestartEna… in makeGraphicsPipeline()
355 VK_FALSE, // VkBool32 depthClampEnable; in makeGraphicsPipeline()
356 VK_FALSE, // VkBool32 rasterizerDiscardEnable; in makeGraphicsPipeline()
360 VK_FALSE, // VkBool32 depthBiasEnable; in makeGraphicsPipeline()
373 VK_FALSE, // VkBool32 sampleShadingEnable; in makeGraphicsPipeline()
376 VK_FALSE, // VkBool32 alphaToCoverageEnable; in makeGraphicsPipeline()
377 VK_FALSE // VkBool32 alphaToOneEnable; in makeGraphicsPipeline()
394 VK_FALSE, // VkBool32 depthTestEnable; in makeGraphicsPipeline()
395 VK_FALSE, // VkBool32 depthWriteEnable; in makeGraphicsPipeline()
397 VK_FALSE, // VkBool32 depthBoundsTestEnable; in makeGraphicsPipeline()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUtil.cpp409 VK_FALSE, // VkBool32 primitiveRestartEnable; in build()
448 VK_FALSE, // VkBool32 depthClampEnable; in build()
453 VK_FALSE, // VkBool32 depthBiasEnable; in build()
466 VK_FALSE, // VkBool32 sampleShadingEnable; in build()
469 VK_FALSE, // VkBool32 alphaToCoverageEnable; in build()
470 VK_FALSE // VkBool32 alphaToOneEnable; in build()
487 VK_FALSE, // VkBool32 depthTestEnable; in build()
488 VK_FALSE, // VkBool32 depthWriteEnable; in build()
490 VK_FALSE, // VkBool32 depthBoundsTestEnable; in build()
491 VK_FALSE, // VkBool32 stencilTestEnable; in build()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiPipelineTests.cpp310 VK_FALSE, // VkBool32 depthClampEnable; in renderpassLifetimeTest()
311 VK_FALSE, // VkBool32 rasterizerDiscardEnable; in renderpassLifetimeTest()
315 VK_FALSE, // VkBool32 depthBiasEnable; in renderpassLifetimeTest()
324 VK_FALSE, // VkBool32 blendEnable; in renderpassLifetimeTest()
339 VK_FALSE, // VkBool32 logicOpEnable; in renderpassLifetimeTest()
708 VK_FALSE // VkBool32 primitiveRestartEnable; in createSimpleGraphicsPipeline()
727 VK_FALSE, // VkBool32 depthClampEnable; in createSimpleGraphicsPipeline()
728 VK_FALSE, // VkBool32 rasterizerDiscardEnable; in createSimpleGraphicsPipeline()
732 VK_FALSE, // VkBool32 depthBiasEnable; in createSimpleGraphicsPipeline()
745 VK_FALSE, // VkBool32 sampleShadingEnable; in createSimpleGraphicsPipeline()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateDSTests.cpp420 VK_TRUE, VK_TRUE, vk::VK_COMPARE_OP_ALWAYS, VK_FALSE); in DepthBoundsParamTestInstance()
424 VK_FALSE, VK_FALSE, vk::VK_COMPARE_OP_NEVER, VK_TRUE); in DepthBoundsParamTestInstance()
803 VK_FALSE, VK_FALSE, vk::VK_COMPARE_OP_NEVER, VK_FALSE, VK_TRUE, frontState_1, backState_1); in StencilParamsBasicTestInstance()
806 VK_FALSE, VK_FALSE, vk::VK_COMPARE_OP_NEVER, VK_FALSE, VK_TRUE, frontState_2, backState_2); in StencilParamsBasicTestInstance()
960 VK_FALSE, VK_FALSE, vk::VK_COMPARE_OP_NEVER, VK_FALSE, VK_TRUE, frontState_1, backState_1); in StencilParamsAdvancedTestInstance()
963 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/ycbcr/
DvktYCbCrImageQueryTests.cpp360 VK_FALSE, // forceExplicitReconstruction in testImageQuery()
385 VK_FALSE, // anisotropyEnable in testImageQuery()
387 VK_FALSE, // compareEnable in testImageQuery()
392 VK_FALSE, // unnormalizedCoords in testImageQuery()
512 VK_FALSE, // forceExplicitReconstruction in testImageQueryLod()
537 VK_FALSE, // anisotropyEnable in testImageQueryLod()
539 VK_FALSE, // compareEnable in testImageQueryLod()
544 VK_FALSE, // unnormalizedCoords in testImageQueryLod()
DvktYCbCrViewTests.cpp511 VK_FALSE, // forceExplicitReconstruction in testPlaneView()
540 VK_FALSE, // anisotropyEnable in testPlaneView()
542 VK_FALSE, // compareEnable in testPlaneView()
547 VK_FALSE, // unnormalizedCoords in testPlaneView()
561 VK_FALSE, // anisotropyEnable in testPlaneView()
563 VK_FALSE, // compareEnable in testPlaneView()
568 VK_FALSE, // unnormalizedCoords in testPlaneView()
/external/deqp/external/vulkancts/modules/vulkan/util/
DvktDrawUtil.cpp481 VK_FALSE, // VkBool32 rasterizerDiscardEnable; in VulkanDrawContext()
485 VK_FALSE, // VkBool32 depthBiasEnable; in VulkanDrawContext()
498 m_drawState.sampleShadingEnable ? VK_TRUE : VK_FALSE, // VkBool32 sampleShadingEnable; in VulkanDrawContext()
501 VK_FALSE, // VkBool32 alphaToCoverageEnable; in VulkanDrawContext()
502 VK_FALSE // VkBool32 alphaToOneEnable; in VulkanDrawContext()
526 VK_FALSE, // VkBool32 stencilTestEnable; in VulkanDrawContext()
551 VK_FALSE, // VkBool32 logicOpEnable; in VulkanDrawContext()

1234567