Searched defs:Ray (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingCallableShadersTests.cpp | 909 struct Ray struct 911 Ray() : o(0.0f), tmin(0.0f), d(0.0f), tmax(0.0f) in Ray() function 914 …Ray(const tcu::Vec3 &io, float imin, const tcu::Vec3 &id, float imax) : o(io), tmin(imin), d(id), … in Ray() argument 917 tcu::Vec3 o; 918 float tmin; 919 tcu::Vec3 d; 920 float tmax;
|
H A D | vktRayTracingBuiltinTests.cpp | 3629 struct Ray struct 3631 Ray() : o(0.0f), tmin(0.0f), d(0.0f), tmax(0.0f) in Ray() function 3634 …Ray(const tcu::Vec3 &io, float imin, const tcu::Vec3 &id, float imax) : o(io), tmin(imin), d(id), … in Ray() argument 3637 tcu::Vec3 o; 3638 float tmin; 3639 tcu::Vec3 d; 3640 float tmax;
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/ |
H A D | vkRayTracingUtil.hpp | 1305 struct Ray struct 1307 Ray() : o(0.0f), tmin(0.0f), d(0.0f), tmax(0.0f) in Ray() function 1310 …Ray(const tcu::Vec3 &io, float imin, const tcu::Vec3 &id, float imax) : o(io), tmin(imin), d(id), … in Ray() function 1313 tcu::Vec3 o; 1314 float tmin; 1315 tcu::Vec3 d; 1316 float tmax;
|
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-1B-Instruct/ |
H A D | tokenizer.json | 32699 "Ray": 30287, number
|
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-3B-Instruct/ |
H A D | tokenizer.json | 32699 "Ray": 30287, number
|
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/llama3-8B-instruct/ |
H A D | tokenizer.json | 32640 "Ray": 30287, number
|