/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingBuildIndirectTests.cpp | 609 de::MovePtr<RayTracingProperties> rayTracingProperties = makeRayTracingProperties(vki, physicalDevice); 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()
|
H A D | vktRayTracingBuildLargeTests.cpp | 468 de::MovePtr<RayTracingProperties> rayTracingProperties = makeRayTracingProperties(vki, physicalDevice); 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()
|
H A D | vktRayTracingBuildTests.cpp | 541 de::MovePtr<RayTracingProperties> rayTracingProperties = makeRayTracingProperties(vki, physicalDevice); in checkSupportInInstance() local 543 if (rayTracingProperties->getMaxPrimitiveCount() < m_data.squaresGroupCount) in checkSupportInInstance() 546 if (rayTracingProperties->getMaxGeometryCount() < m_data.geometriesGroupCount) in checkSupportInInstance() 549 if (rayTracingProperties->getMaxInstanceCount() < m_data.instancesGroupCount) in checkSupportInInstance()
|
H A D | vktRayTracingMemGuaranteeTests.cpp | 738 de::MovePtr<RayTracingProperties> rayTracingProperties = makeRayTracingProperties(vki, physicalDevice); 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()
|
H A D | vktRayTracingPipelineLibraryTests.cpp | 592 const auto rayTracingProperties = makeRayTracingProperties(vki, physicalDevice); in runTest() local 593 const uint32_t shaderGroupHandleSize = rayTracingProperties->getShaderGroupHandleSize(); in runTest() 594 const uint32_t shaderGroupBaseAlignment = rayTracingProperties->getShaderGroupBaseAlignment(); in runTest() 595 const uint32_t shaderGroupHandleReplaySize = rayTracingProperties->getShaderGroupHandleCaptureReplaySize(); in runTest()
|
H A D | vktRayTracingWatertightnessTests.cpp | 725 de::MovePtr<RayTracingProperties> rayTracingProperties = makeRayTracingProperties(vki, physicalDevice); 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()
|
H A D | vktRayTracingCallableShadersTests.cpp | 1470 de::MovePtr<RayTracingProperties> rayTracingProperties = makeRayTracingProperties(vki, m_context.getPhysicalDevice()); in iterate() local 1609 deUint32 shaderGroupHandleSize = rayTracingProperties->getShaderGroupHandleSize(); in iterate() 1610 deUint32 shaderGroupBaseAlignment = rayTracingProperties->getShaderGroupBaseAlignment(); in iterate()
|
H A D | vktRayTracingPipelineFlagsTests.cpp | 589 auto rayTracingProperties = makeRayTracingProperties(context.getInstanceInterface(), context.getPhysicalDevice()); in checkSupport() local 590 m_shaderGroupHandleSize = rayTracingProperties->getShaderGroupHandleSize(); in checkSupport() 591 m_shaderGroupBaseAlignment = rayTracingProperties->getShaderGroupBaseAlignment(); in checkSupport()
|
H A D | vktRayTracingBuiltinTests.cpp | 1809 const de::MovePtr<RayTracingProperties> rayTracingProperties = makeRayTracingProperties(vki, physicalDevice); in checkSupportInInstance() local 1814 if (rayTracingProperties->getMaxPrimitiveCount() < 2 * m_data.squaresGroupCount) in checkSupportInInstance() 1817 if (rayTracingProperties->getMaxGeometryCount() < m_data.geometriesGroupCount) in checkSupportInInstance() 1820 if (rayTracingProperties->getMaxInstanceCount() < m_data.instancesGroupCount) in checkSupportInInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingBuildIndirectTests.cpp | 609 de::MovePtr<RayTracingProperties> rayTracingProperties = makeRayTracingProperties(vki, physicalDevice); 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()
|
H A D | vktRayTracingBuildLargeTests.cpp | 468 de::MovePtr<RayTracingProperties> rayTracingProperties = makeRayTracingProperties(vki, physicalDevice); 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()
|
H A D | vktRayTracingBuildTests.cpp | 540 de::MovePtr<RayTracingProperties> rayTracingProperties = makeRayTracingProperties(vki, physicalDevice); 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()
|
H A D | vktRayTracingMemGuaranteeTests.cpp | 738 de::MovePtr<RayTracingProperties> rayTracingProperties = makeRayTracingProperties(vki, physicalDevice); 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()
|
H A D | vktRayTracingWatertightnessTests.cpp | 725 de::MovePtr<RayTracingProperties> rayTracingProperties = makeRayTracingProperties(vki, physicalDevice); 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()
|
H A D | vktRayTracingPipelineFlagsTests.cpp | 582 auto rayTracingProperties = makeRayTracingProperties(context.getInstanceInterface(), context.getPhysicalDevice()); in checkSupport() local 583 m_shaderGroupHandleSize = rayTracingProperties->getShaderGroupHandleSize(); in checkSupport() 584 m_shaderGroupBaseAlignment = rayTracingProperties->getShaderGroupBaseAlignment(); in checkSupport()
|
H A D | vktRayTracingBuiltinTests.cpp | 1794 const de::MovePtr<RayTracingProperties> rayTracingProperties = makeRayTracingProperties(vki, physicalDevice); 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/ |
H A 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, VK_BUFFER_USAGE_TRANSFER_DST_BIT | VK_BUFFER_USAGE_RAY_TRACING_BIT_NV, 0), MemoryRequirement::HostVisible)); in iterate() 1075 vk.getRayTracingShaderGroupHandlesNV(device, *pipeline, 0, 1, rayTracingProperties.shaderGroupHandleSize, ptr); in iterate()
|
H A D | vktBindingDescriptorSetRandomTests.cpp | 1450 const VkPhysicalDeviceRayTracingPropertiesNV rayTracingProperties = getPhysicalDeviceExtensionProperties(vki, physicalDevice); in iterate() local 1452 shaderGroupHandleSize = rayTracingProperties.shaderGroupHandleSize; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A 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, VK_BUFFER_USAGE_TRANSFER_DST_BIT | VK_BUFFER_USAGE_RAY_TRACING_BIT_NV, 0), MemoryRequirement::HostVisible)); in iterate() 1075 vk.getRayTracingShaderGroupHandlesNV(device, *pipeline, 0, 1, rayTracingProperties.shaderGroupHandleSize, ptr); in iterate()
|
H A D | vktBindingDescriptorSetRandomTests.cpp | 1450 const VkPhysicalDeviceRayTracingPropertiesNV rayTracingProperties = getPhysicalDeviceExtensionProperties(vki, physicalDevice); in iterate() local 1452 shaderGroupHandleSize = rayTracingProperties.shaderGroupHandleSize; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
H A 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_USAGE_TRANSFER_DST_BIT | VK_BUFFER_USAGE_RAY_TRACING_BIT_NV), MemoryRequirement::HostVisible)); in iterate() 2709 vk.getRayTracingShaderGroupHandlesKHR(device, *pipeline, 0, 1, rayTracingProperties.shaderGroupHandleSize, ptr); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
H A D | vktRobustnessExtsTests.cpp | 1790 VkPhysicalDeviceRayTracingPipelinePropertiesKHR rayTracingProperties = initVulkanStructure(); in iterate() local 1798 rayTracingProperties.pNext = properties.pNext; in iterate() 1799 properties.pNext = &rayTracingProperties; in iterate() 2632 const auto sgHandleSize = rayTracingProperties.shaderGroupHandleSize; in iterate()
|