Home
last modified time | relevance | path

Searched defs:Ray (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingCallableShadersTests.cpp819 struct Ray struct
821 Ray() : o(0.0f), tmin(0.0f), d(0.0f), tmax(0.0f){} in Ray() function
822Ray(const tcu::Vec3& io, float imin, const tcu::Vec3& id, float imax): o(io), tmin(imin), d(id), t… in Ray() function
823 tcu::Vec3 o;
824 float tmin;
825 tcu::Vec3 d;
826 float tmax;
DvktRayTracingBuiltinTests.cpp3430 struct Ray struct
3432 Ray() : o(0.0f), tmin(0.0f), d(0.0f), tmax(0.0f){} in Ray() function
3433Ray(const tcu::Vec3& io, float imin, const tcu::Vec3& id, float imax): o(io), tmin(imin), d(id), t… in Ray() function
3434 tcu::Vec3 o;
3435 float tmin;
3436 tcu::Vec3 d;
3437 float tmax;