/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
D | vktRayTracingBuildLargeTests.cpp | 468 …de::MovePtr<RayTracingProperties> rayTracingProperties = makeRayTracingProperties(vki, physicalDe… in checkSupportInInstance() local 470 if (rayTracingProperties->getMaxPrimitiveCount() < m_data.squaresGroupCount) in checkSupportInInstance() 473 if (rayTracingProperties->getMaxGeometryCount() < m_data.geometriesGroupCount) in checkSupportInInstance() 476 if (rayTracingProperties->getMaxInstanceCount() < m_data.instancesGroupCount) in checkSupportInInstance()
|
D | vktRayTracingBuildIndirectTests.cpp | 609 …de::MovePtr<RayTracingProperties> rayTracingProperties = makeRayTracingProperties(vki, physicalDev… in checkSupportInInstance() local 611 if (rayTracingProperties->getMaxPrimitiveCount() < m_data.squaresGroupCount) in checkSupportInInstance() 614 if (rayTracingProperties->getMaxGeometryCount() < m_data.geometriesGroupCount) in checkSupportInInstance() 617 if (rayTracingProperties->getMaxInstanceCount() < m_data.instancesGroupCount) in checkSupportInInstance()
|
D | vktRayTracingBuildTests.cpp | 540 …de::MovePtr<RayTracingProperties> rayTracingProperties = makeRayTracingProperties(vki, physicalDe… in checkSupportInInstance() local 542 if (rayTracingProperties->getMaxPrimitiveCount() < m_data.squaresGroupCount) in checkSupportInInstance() 545 if (rayTracingProperties->getMaxGeometryCount() < m_data.geometriesGroupCount) in checkSupportInInstance() 548 if (rayTracingProperties->getMaxInstanceCount() < m_data.instancesGroupCount) in checkSupportInInstance()
|
D | vktRayTracingWatertightnessTests.cpp | 725 …de::MovePtr<RayTracingProperties> rayTracingProperties = makeRayTracingProperties(vki, physicalDe… in checkSupportInInstance() local 727 if (rayTracingProperties->getMaxPrimitiveCount() < m_data.squaresGroupCount) in checkSupportInInstance() 730 if (rayTracingProperties->getMaxGeometryCount() < m_data.geometriesGroupCount) in checkSupportInInstance() 733 if (rayTracingProperties->getMaxInstanceCount() < m_data.instancesGroupCount) in checkSupportInInstance()
|
D | vktRayTracingMemGuaranteeTests.cpp | 738 …de::MovePtr<RayTracingProperties> rayTracingProperties = makeRayTracingProperties(vki, physicalDe… in checkSupportInInstance() local 740 if (rayTracingProperties->getMaxPrimitiveCount() < m_data.squaresGroupCount) in checkSupportInInstance() 743 if (rayTracingProperties->getMaxGeometryCount() < m_data.geometriesGroupCount) in checkSupportInInstance() 746 if (rayTracingProperties->getMaxInstanceCount() < m_data.instancesGroupCount) in checkSupportInInstance()
|
D | vktRayTracingPipelineFlagsTests.cpp | 582 …auto rayTracingProperties = makeRayTracingProperties(context.getInstanceInterface(), context.getPh… in checkSupport() local 583 m_shaderGroupHandleSize = rayTracingProperties->getShaderGroupHandleSize(); in checkSupport() 584 m_shaderGroupBaseAlignment = rayTracingProperties->getShaderGroupBaseAlignment(); in checkSupport()
|
D | vktRayTracingBuiltinTests.cpp | 1794 …const de::MovePtr<RayTracingProperties> rayTracingProperties = makeRayTracingProperties(vki, physi… in checkSupportInInstance() local 1799 if (rayTracingProperties->getMaxPrimitiveCount() < 2 * m_data.squaresGroupCount) in checkSupportInInstance() 1802 if (rayTracingProperties->getMaxGeometryCount() < m_data.geometriesGroupCount) in checkSupportInInstance() 1805 if (rayTracingProperties->getMaxInstanceCount() < m_data.instancesGroupCount) in checkSupportInInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingBuildLargeTests.cpp | 468 …de::MovePtr<RayTracingProperties> rayTracingProperties = makeRayTracingProperties(vki, physicalDe… in checkSupportInInstance() local 470 if (rayTracingProperties->getMaxPrimitiveCount() < m_data.squaresGroupCount) in checkSupportInInstance() 473 if (rayTracingProperties->getMaxGeometryCount() < m_data.geometriesGroupCount) in checkSupportInInstance() 476 if (rayTracingProperties->getMaxInstanceCount() < m_data.instancesGroupCount) in checkSupportInInstance()
|
D | vktRayTracingBuildIndirectTests.cpp | 609 …de::MovePtr<RayTracingProperties> rayTracingProperties = makeRayTracingProperties(vki, physicalDev… in checkSupportInInstance() local 611 if (rayTracingProperties->getMaxPrimitiveCount() < m_data.squaresGroupCount) in checkSupportInInstance() 614 if (rayTracingProperties->getMaxGeometryCount() < m_data.geometriesGroupCount) in checkSupportInInstance() 617 if (rayTracingProperties->getMaxInstanceCount() < m_data.instancesGroupCount) in checkSupportInInstance()
|
D | vktRayTracingBuildTests.cpp | 540 …de::MovePtr<RayTracingProperties> rayTracingProperties = makeRayTracingProperties(vki, physicalDe… in checkSupportInInstance() local 542 if (rayTracingProperties->getMaxPrimitiveCount() < m_data.squaresGroupCount) in checkSupportInInstance() 545 if (rayTracingProperties->getMaxGeometryCount() < m_data.geometriesGroupCount) in checkSupportInInstance() 548 if (rayTracingProperties->getMaxInstanceCount() < m_data.instancesGroupCount) in checkSupportInInstance()
|
D | vktRayTracingWatertightnessTests.cpp | 725 …de::MovePtr<RayTracingProperties> rayTracingProperties = makeRayTracingProperties(vki, physicalDe… in checkSupportInInstance() local 727 if (rayTracingProperties->getMaxPrimitiveCount() < m_data.squaresGroupCount) in checkSupportInInstance() 730 if (rayTracingProperties->getMaxGeometryCount() < m_data.geometriesGroupCount) in checkSupportInInstance() 733 if (rayTracingProperties->getMaxInstanceCount() < m_data.instancesGroupCount) in checkSupportInInstance()
|
D | vktRayTracingMemGuaranteeTests.cpp | 738 …de::MovePtr<RayTracingProperties> rayTracingProperties = makeRayTracingProperties(vki, physicalDe… in checkSupportInInstance() local 740 if (rayTracingProperties->getMaxPrimitiveCount() < m_data.squaresGroupCount) in checkSupportInInstance() 743 if (rayTracingProperties->getMaxGeometryCount() < m_data.geometriesGroupCount) in checkSupportInInstance() 746 if (rayTracingProperties->getMaxInstanceCount() < m_data.instancesGroupCount) in checkSupportInInstance()
|
D | vktRayTracingPipelineFlagsTests.cpp | 582 …auto rayTracingProperties = makeRayTracingProperties(context.getInstanceInterface(), context.getPh… in checkSupport() local 583 m_shaderGroupHandleSize = rayTracingProperties->getShaderGroupHandleSize(); in checkSupport() 584 m_shaderGroupBaseAlignment = rayTracingProperties->getShaderGroupBaseAlignment(); in checkSupport()
|
D | vktRayTracingBuiltinTests.cpp | 1794 …const de::MovePtr<RayTracingProperties> rayTracingProperties = makeRayTracingProperties(vki, physi… in checkSupportInInstance() local 1799 if (rayTracingProperties->getMaxPrimitiveCount() < 2 * m_data.squaresGroupCount) in checkSupportInInstance() 1802 if (rayTracingProperties->getMaxGeometryCount() < m_data.geometriesGroupCount) in checkSupportInInstance() 1805 if (rayTracingProperties->getMaxInstanceCount() < m_data.instancesGroupCount) in checkSupportInInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingBufferDeviceAddressTests.cpp | 613 VkPhysicalDeviceRayTracingPropertiesNV rayTracingProperties; in iterate() local 614 deMemset(&rayTracingProperties, 0, sizeof(rayTracingProperties)); in iterate() 615 rayTracingProperties.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_PROPERTIES_NV; in iterate() 619 properties.pNext = &rayTracingProperties; in iterate() 1071 …vk, device, allocator, makeBufferCreateInfo(DE_NULL, rayTracingProperties.shaderGroupHandleSize, V… in iterate() 1075 …vk.getRayTracingShaderGroupHandlesNV(device, *pipeline, 0, 1, rayTracingProperties.shaderGroupHand… in iterate()
|
D | vktBindingDescriptorSetRandomTests.cpp | 1450 …const VkPhysicalDeviceRayTracingPropertiesNV rayTracingProperties = getPhysicalDeviceExtensionProp… in iterate() local 1452 shaderGroupHandleSize = rayTracingProperties.shaderGroupHandleSize; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
D | vktBindingBufferDeviceAddressTests.cpp | 613 VkPhysicalDeviceRayTracingPropertiesNV rayTracingProperties; in iterate() local 614 deMemset(&rayTracingProperties, 0, sizeof(rayTracingProperties)); in iterate() 615 rayTracingProperties.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_PROPERTIES_NV; in iterate() 619 properties.pNext = &rayTracingProperties; in iterate() 1071 …vk, device, allocator, makeBufferCreateInfo(DE_NULL, rayTracingProperties.shaderGroupHandleSize, V… in iterate() 1075 …vk.getRayTracingShaderGroupHandlesNV(device, *pipeline, 0, 1, rayTracingProperties.shaderGroupHand… in iterate()
|
D | vktBindingDescriptorSetRandomTests.cpp | 1450 …const VkPhysicalDeviceRayTracingPropertiesNV rayTracingProperties = getPhysicalDeviceExtensionProp… in iterate() local 1452 shaderGroupHandleSize = rayTracingProperties.shaderGroupHandleSize; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
D | vktRobustnessExtsTests.cpp | 1819 VkPhysicalDeviceRayTracingPropertiesNV rayTracingProperties; in iterate() local 1820 deMemset(&rayTracingProperties, 0, sizeof(rayTracingProperties)); in iterate() 1821 rayTracingProperties.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_PROPERTIES_NV; in iterate() 1831 *pNextTail = &rayTracingProperties; in iterate() 1832 pNextTail = &rayTracingProperties.pNext; in iterate() 2704 …vk, device, allocator, makeBufferCreateInfo(rayTracingProperties.shaderGroupHandleSize, VK_BUFFER_… in iterate() 2709 …vk.getRayTracingShaderGroupHandlesKHR(device, *pipeline, 0, 1, rayTracingProperties.shaderGroupHan… in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustnessExtsTests.cpp | 1819 VkPhysicalDeviceRayTracingPropertiesNV rayTracingProperties; in iterate() local 1820 deMemset(&rayTracingProperties, 0, sizeof(rayTracingProperties)); in iterate() 1821 rayTracingProperties.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_PROPERTIES_NV; in iterate() 1831 *pNextTail = &rayTracingProperties; in iterate() 1832 pNextTail = &rayTracingProperties.pNext; in iterate() 2704 …vk, device, allocator, makeBufferCreateInfo(rayTracingProperties.shaderGroupHandleSize, VK_BUFFER_… in iterate() 2709 …vk.getRayTracingShaderGroupHandlesKHR(device, *pipeline, 0, 1, rayTracingProperties.shaderGroupHan… in iterate()
|