Home
last modified time | relevance | path

Searched refs:buildWithoutPrimitives (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkRayTracingUtil.hpp590 virtual void setBuildWithoutPrimitives (bool buildWithoutPrimitives) = 0;
787 virtual void setBuildWithoutPrimitives (bool buildWithoutPrimitives) = 0;
H A DvkRayTracingUtil.cpp888 void setBuildWithoutPrimitives (bool buildWithoutPrimitives) override;
1047 void BottomLevelAccelerationStructureKHR::setBuildWithoutPrimitives (bool buildWithoutPrimitives) in setBuildWithoutPrimitives() argument
1049 m_buildWithoutPrimitives = buildWithoutPrimitives; in setBuildWithoutPrimitives()
2511 void setBuildWithoutPrimitives (bool buildWithoutPrimitives) override;
2681 void TopLevelAccelerationStructureKHR::setBuildWithoutPrimitives (bool buildWithoutPrimitives)
2683 m_buildWithoutPrimitives = buildWithoutPrimitives;

Completed in 8 milliseconds