Searched refs:rotationY (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
H A D | vktRayQueryDirectionTests.cpp | 168 tcu::Mat3 getRotationMatrix (float rotationX, float rotationY) in getRotationMatrix() argument 173 const float cosB = std::cos(rotationY); in getRotationMatrix() 174 const float sinB = std::sin(rotationY); in getRotationMatrix() 213 float rotationY; member 338 const auto rotationMatrix = getRotationMatrix(m_params.rotationX, m_params.rotationY); in iterate() 585 angles.second, // float rotationY; in createDirectionLengthTests() 657 angles.second, // float rotationY; in createInsideAABBsTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
H A D | vktRayQueryDirectionTests.cpp | 168 tcu::Mat3 getRotationMatrix (float rotationX, float rotationY) in getRotationMatrix() argument 173 const float cosB = std::cos(rotationY); in getRotationMatrix() 174 const float sinB = std::sin(rotationY); in getRotationMatrix() 213 float rotationY; member 338 const auto rotationMatrix = getRotationMatrix(m_params.rotationX, m_params.rotationY); in iterate() 584 angles.second, // float rotationY; in createDirectionLengthTests() 656 angles.second, // float rotationY; in createInsideAABBsTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingDirectionTests.cpp | 168 tcu::Mat3 getRotationMatrix (float rotationX, float rotationY) in getRotationMatrix() argument 173 const float cosB = std::cos(rotationY); in getRotationMatrix() 174 const float sinB = std::sin(rotationY); in getRotationMatrix() 213 float rotationY; member 419 const auto rotationMatrix = getRotationMatrix(m_params.rotationX, m_params.rotationY); in iterate() 738 angles.second, // float rotationY; in createDirectionLengthTests() 829 angles.second, // float rotationY; in createInsideAABBsTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingDirectionTests.cpp | 168 tcu::Mat3 getRotationMatrix (float rotationX, float rotationY) in getRotationMatrix() argument 173 const float cosB = std::cos(rotationY); in getRotationMatrix() 174 const float sinB = std::sin(rotationY); in getRotationMatrix() 213 float rotationY; member 419 const auto rotationMatrix = getRotationMatrix(m_params.rotationX, m_params.rotationY); in iterate() 737 angles.second, // float rotationY; in createDirectionLengthTests() 828 angles.second, // float rotationY; in createInsideAABBsTests()
|
Completed in 6 milliseconds