/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkNullDriver.cpp | 777 pFeatures->robustBufferAccess = VK_TRUE; in getPhysicalDeviceFeatures() 778 pFeatures->fullDrawIndexUint32 = VK_TRUE; in getPhysicalDeviceFeatures() 779 pFeatures->imageCubeArray = VK_TRUE; in getPhysicalDeviceFeatures() 780 pFeatures->independentBlend = VK_TRUE; in getPhysicalDeviceFeatures() 781 pFeatures->geometryShader = VK_TRUE; in getPhysicalDeviceFeatures() 782 pFeatures->tessellationShader = VK_TRUE; in getPhysicalDeviceFeatures() 783 pFeatures->sampleRateShading = VK_TRUE; in getPhysicalDeviceFeatures() 784 pFeatures->dualSrcBlend = VK_TRUE; in getPhysicalDeviceFeatures() 785 pFeatures->logicOp = VK_TRUE; in getPhysicalDeviceFeatures() 786 pFeatures->multiDrawIndirect = VK_TRUE; in getPhysicalDeviceFeatures() [all …]
|
D | vkQueryUtil.cpp | 347 return deviceFeatures.tessellationShader == VK_TRUE; in isShaderStageSupported() 349 return deviceFeatures.geometryShader == VK_TRUE; in isShaderStageSupported()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiExternalMemoryTests.cpp | 1745 VK_CHECK(vkd.waitForFences(*device, 1u, &*fenceA, VK_TRUE, ~0ull)); in testFenceWin32Create() 1749 VK_CHECK(vkd.waitForFences(*device, 1u, &*fenceA, VK_TRUE, ~0ull)); in testFenceWin32Create() 1797 VK_CHECK(vkd.waitForFences(*device, 1u, &*fenceA, VK_TRUE, ~0ull)); in testFenceImportTwice() 1801 VK_CHECK(vkd.waitForFences(*device, 1u, &*fenceB, VK_TRUE, ~0ull)); in testFenceImportTwice() 1845 VK_CHECK(vkd.waitForFences(*device, 1u, &*fenceB, VK_TRUE, ~0ull)); in testFenceImportReimport() 1849 VK_CHECK(vkd.waitForFences(*device, 1u, &*fenceB, VK_TRUE, ~0ull)); in testFenceImportReimport() 1885 VK_CHECK(vkd.waitForFences(*device, 1u, &*fenceB, VK_TRUE, ~0ull)); in testFenceSignalExportImportWait() 1923 VK_CHECK(vkd.waitForFences(*device, 1u, &*fenceB, VK_TRUE, ~0ull)); in testFenceExportSignalImportWait() 1958 VK_CHECK(vkd.waitForFences(*device, 1u, &*fenceB, VK_TRUE, ~0ull)); in testFenceExportImportSignalWait() 1999 VK_CHECK(vkd.waitForFences(*device, 1u, &*fenceB, VK_TRUE, ~0ull)); in testFenceSignalImport() [all …]
|
D | vktApiDescriptorSetTests.cpp | 116 VK_TRUE, // VkBool32 rasterizerDiscardEnable; in descriptorSetLayoutLifetimeGraphicsTest()
|
D | vktApiBufferTests.cpp | 489 VK_CHECK(vk.waitForFences(vkDevice, 1, &fence.get(), VK_TRUE, ~(0ull) /* infinity */)); in bufferCreateAndAllocTest() 572 if (dedicatedRequirements.requiresDedicatedAllocation == VK_TRUE) in bufferCreateAndAllocTest()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmIndexingTests.cpp | 270 spec.requestedVulkanFeatures.coreFeatures.shaderInt16 = VK_TRUE; in addComputeIndexingStructTests() 273 spec.requestedVulkanFeatures.coreFeatures.shaderInt64 = VK_TRUE; in addComputeIndexingStructTests() 434 vulkanFeatures.coreFeatures.shaderInt16 = VK_TRUE; in addGraphicsIndexingStructTests() 442 vulkanFeatures.coreFeatures.shaderInt64 = VK_TRUE; in addGraphicsIndexingStructTests()
|
D | vktSpvAsmWorkgroupMemoryTests.cpp | 280 features.coreFeatures.shaderFloat64 = VK_TRUE; in addComputeWorkgroupMemoryTests() 370 features.coreFeatures.shaderInt64 = VK_TRUE; in addComputeWorkgroupMemoryTests() 489 features.coreFeatures.shaderInt64 = VK_TRUE; in addComputeWorkgroupMemoryTests()
|
D | vktSpvAsmCrossStageInterfaceTests.cpp | 273 const bool supportsGeometry = features.geometryShader == VK_TRUE; in iterate() 274 const bool supportsTessellation = features.tessellationShader == VK_TRUE; in iterate() 543 VK_TRUE, // VkBool32 depthTestEnable; in makeGraphicsPipeline() 544 VK_TRUE, // VkBool32 depthWriteEnable; in makeGraphicsPipeline()
|
D | vktSpvAsmVaryingNameTests.cpp | 208 features.coreFeatures.fragmentStoresAndAtomics = VK_TRUE; in addGraphicsVaryingNameTest()
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateDSTests.cpp | 420 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()
|
D | vktDynamicStateRSTests.cpp | 384 VK_TRUE, VK_TRUE, vk::VK_COMPARE_OP_GREATER_OR_EQUAL); in DepthBiasParamTestInstance() 480 …m_depthStencilState = PipelineCreateInfo::DepthStencilState(VK_TRUE, VK_TRUE, vk::VK_COMPARE_OP_GR… in DepthBiasClampParamTestInstance()
|
D | vktDynamicStateCBTests.cpp | 69 PipelineCreateInfo::ColorBlendState::Attachment(VK_TRUE, in initPipeline()
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiDisplayTests.cpp | 663 …results.check( toValidate.planeReorderPossible == VK_TRUE || toValidate.planeReorderPossible == VK… in validateDisplayProperties() 666 results.check( toValidate.persistentContent == VK_TRUE || toValidate.persistentContent == VK_FALSE, in validateDisplayProperties() 829 (vk::VkBool32)(VK_TRUE + 1), // VkBool32 planeReorderPossible; in testGetPhysicalDeviceDisplayPropertiesKHR() 830 (vk::VkBool32)(VK_TRUE + 1) // VkBool32 persistentContent; in testGetPhysicalDeviceDisplayPropertiesKHR() 870 …results.check( displaysProps[displayIndex].planeReorderPossible == VK_TRUE || displaysProps[displa… in testGetPhysicalDeviceDisplayPropertiesKHR() 873 …results.check( displaysProps[displayIndex].persistentContent == VK_TRUE || displaysProps[displayIn… in testGetPhysicalDeviceDisplayPropertiesKHR() 1738 (vk::VkBool32)(VK_TRUE + 1), // VkBool32 planeReorderPossible in testGetPhysicalDeviceDisplayProperties2KHR() 1739 (vk::VkBool32)(VK_TRUE + 1) // VkBool32 persistentContent in testGetPhysicalDeviceDisplayProperties2KHR()
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
D | vktFragmentOperationsEarlyFragmentTests.cpp | 142 …enableDepthTest ? VK_TRUE : VK_FALSE, // VkBool32 depthTestEn… in makeGraphicsPipeline() 143 …enableDepthTest ? VK_TRUE : VK_FALSE, // VkBool32 depthWriteE… in makeGraphicsPipeline() 146 …enableStencilTest ? VK_TRUE : VK_FALSE, // VkBool32 stencilTe… in makeGraphicsPipeline()
|
/external/swiftshader/src/Vulkan/ |
D | VkPhysicalDevice.cpp | 321 if((requestedFeature[i] == VK_TRUE) && (supportedFeature[i] != VK_TRUE)) in hasFeatures()
|
D | libVulkan.cpp | 263 if(samplerYcbcrConversionFeatures->samplerYcbcrConversion == VK_TRUE) in vkCreateDevice() 273 if(storage16BitFeatures->storageBuffer16BitAccess == VK_TRUE || in vkCreateDevice() 274 storage16BitFeatures->uniformAndStorageBuffer16BitAccess == VK_TRUE || in vkCreateDevice() 275 storage16BitFeatures->storagePushConstant16 == VK_TRUE || in vkCreateDevice() 276 storage16BitFeatures->storageInputOutput16 == VK_TRUE) in vkCreateDevice() 286 if(variablePointerFeatures->variablePointersStorageBuffer == VK_TRUE || in vkCreateDevice() 287 variablePointerFeatures->variablePointers == VK_TRUE) in vkCreateDevice()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineEarlyDestroyTests.cpp | 145 VK_TRUE, // VkBool32 rasterizerDiscardEnable; in testEarlyDestroy()
|
D | vktPipelineTimestampTests.cpp | 464 …VK_TRUE, // VkBool32 … in buildPipeline() 465 …VK_TRUE, // VkBool32 … in buildPipeline() 1244 if(m_features.geometryShader == VK_TRUE) in AdvGraphicsTestInstance() 1249 if(m_features.tessellationShader == VK_TRUE) in AdvGraphicsTestInstance() 1262 if(m_features.multiDrawIndirect == VK_TRUE) in AdvGraphicsTestInstance()
|
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/ |
D | vktConditionalClearAttachmentTests.cpp | 102 VK_TRUE // conditionalRenderingEnable in iterate()
|
/external/skqp/src/gpu/vk/ |
D | GrVkCaps.cpp | 477 if (blendProps.advancedBlendAllOperations == VK_TRUE) { in initGrCaps() 484 if (blendFeatures && blendFeatures->advancedBlendCoherentOperations == VK_TRUE) { in initGrCaps()
|
/external/vulkan-validation-layers/layers/ |
D | parameter_validation_utils.cpp | 1428 if (pCreateInfos[i].pMultisampleState->sampleShadingEnable == VK_TRUE) { in manual_PreCallValidateCreateGraphicsPipelines() 1661 if (pCreateInfos[i].pColorBlendState->logicOpEnable == VK_TRUE) { in manual_PreCallValidateCreateGraphicsPipelines() 1748 if (pCreateInfo->anisotropyEnable == VK_TRUE) { in manual_PreCallValidateCreateSampler() 1766 if (pCreateInfo->unnormalizedCoordinates == VK_TRUE) { in manual_PreCallValidateCreateSampler() 1800 if (pCreateInfo->anisotropyEnable == VK_TRUE) { in manual_PreCallValidateCreateSampler() 1806 if (pCreateInfo->compareEnable == VK_TRUE) { in manual_PreCallValidateCreateSampler() 1815 if (pCreateInfo->compareEnable == VK_TRUE) { in manual_PreCallValidateCreateSampler() 1844 if ((pCreateInfo->anisotropyEnable == VK_TRUE) && in manual_PreCallValidateCreateSampler()
|
/external/skia/src/gpu/vk/ |
D | GrVkCaps.cpp | 528 if (blendProps.advancedBlendAllOperations == VK_TRUE) { in initGrCaps() 535 if (blendFeatures && blendFeatures->advancedBlendCoherentOperations == VK_TRUE) { in initGrCaps()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesTestsUtil.cpp | 802 return deviceFeatures.sparseResidencyImage2D == VK_TRUE; in checkSparseSupportForImageType() 804 return deviceFeatures.sparseResidencyImage3D == VK_TRUE; in checkSparseSupportForImageType()
|
D | vktSparseResourcesQueueBindSparseTests.cpp | 138 if (vk.waitForFences(device, 1u, &(***fenceSpIter), VK_TRUE, ~0ull) != VK_SUCCESS) in waitForFences()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationBasicFenceTests.cpp | 78 if (VK_TIMEOUT != vk.waitForFences(device, 1u, &fence.get(), VK_TRUE, SHORT_FENCE_WAIT)) in basicOneFenceCase()
|