Searched defs:Ray (Results 1 – 2 of 2) sorted by relevance
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
| D | vktRayTracingCallableShadersTests.cpp | 819 struct Ray struct 821 Ray() : o(0.0f), tmin(0.0f), d(0.0f), tmax(0.0f){} in Ray() function 822 …Ray(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;
|
| D | vktRayTracingBuiltinTests.cpp | 3430 struct Ray struct 3432 Ray() : o(0.0f), tmin(0.0f), d(0.0f), tmax(0.0f){} in Ray() function 3433 …Ray(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;
|