Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingCallableShadersTests.cpp909 struct Ray struct
911 Ray() : o(0.0f), tmin(0.0f), d(0.0f), tmax(0.0f) in Ray() function
914Ray(const tcu::Vec3 &io, float imin, const tcu::Vec3 &id, float imax) : o(io), tmin(imin), d(id), … in Ray() function
917 tcu::Vec3 o;
918 float tmin;
919 tcu::Vec3 d;
920 float tmax;
DvktRayTracingBuiltinTests.cpp3629 struct Ray struct
3631 Ray() : o(0.0f), tmin(0.0f), d(0.0f), tmax(0.0f) in Ray() function
3634Ray(const tcu::Vec3 &io, float imin, const tcu::Vec3 &id, float imax) : o(io), tmin(imin), d(id), … in Ray() function
3637 tcu::Vec3 o;
3638 float tmin;
3639 tcu::Vec3 d;
3640 float tmax;
/external/deqp/external/vulkancts/framework/vulkan/
DvkRayTracingUtil.hpp1302 struct Ray struct
1304 Ray() : o(0.0f), tmin(0.0f), d(0.0f), tmax(0.0f) in Ray() function
1307Ray(const tcu::Vec3 &io, float imin, const tcu::Vec3 &id, float imax) : o(io), tmin(imin), d(id), … in Ray() argument
1310 tcu::Vec3 o;
1311 float tmin;
1312 tcu::Vec3 d;
1313 float tmax;