Home
last modified time | relevance | path

Searched refs:rayTracingProperties (Results 1 - 22 of 22) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBuildIndirectTests.cpp609 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 DvktRayTracingBuildLargeTests.cpp468 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 DvktRayTracingBuildTests.cpp541 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 DvktRayTracingMemGuaranteeTests.cpp738 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 DvktRayTracingPipelineLibraryTests.cpp592 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 DvktRayTracingWatertightnessTests.cpp725 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 DvktRayTracingCallableShadersTests.cpp1470 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 DvktRayTracingPipelineFlagsTests.cpp589 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 DvktRayTracingBuiltinTests.cpp1809 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 DvktRayTracingBuildIndirectTests.cpp609 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 DvktRayTracingBuildLargeTests.cpp468 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 DvktRayTracingBuildTests.cpp540 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 DvktRayTracingMemGuaranteeTests.cpp738 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 DvktRayTracingWatertightnessTests.cpp725 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 DvktRayTracingPipelineFlagsTests.cpp582 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 DvktRayTracingBuiltinTests.cpp1794 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 DvktBindingBufferDeviceAddressTests.cpp613 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 DvktBindingDescriptorSetRandomTests.cpp1450 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 DvktBindingBufferDeviceAddressTests.cpp613 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 DvktBindingDescriptorSetRandomTests.cpp1450 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 DvktRobustnessExtsTests.cpp1819 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 DvktRobustnessExtsTests.cpp1790 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()

Completed in 62 milliseconds