Home
last modified time | relevance | path

Searched defs:cellY (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFragmentOutputTests.cpp408 const int cellY = de::clamp(deFloorFloatToInt32((float)y / cellH), 0, gridHeight-2); in renderFloatReference() local
438 int cellY = de::clamp(deFloorFloatToInt32((float)y / cellH), 0, gridHeight-2); in renderIntReference() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingMiscTests.cpp494 const auto cellY = (((nCell / m_gridSizeXYZ.x() ) % m_gridSizeXYZ.y() )); variable
562 const auto cellY = (((nCell / m_gridSizeXYZ.x() ) % m_gridSizeXYZ.y() )); variable
622 const auto cellY = (((nInstance / m_gridSizeXYZ.x() ) % m_gridSizeXYZ.y() )); variable
690 const auto cellY variable
766 const auto cellY = (((cellIndex / m_gridSizeXYZ.x() ) % m_gridSizeXYZ.y() )); global() variable
828 const auto cellY = (((nCell / m_gridSizeXYZ.x() ) % m_gridSizeXYZ.y() )); fillVertexVec() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingMiscTests.cpp493 const auto cellY = (((nCell / m_gridSizeXYZ.x() ) % m_gridSizeXYZ.y() )); variable
561 const auto cellY = (((nCell / m_gridSizeXYZ.x() ) % m_gridSizeXYZ.y() )); variable
621 const auto cellY = (((nInstance / m_gridSizeXYZ.x() ) % m_gridSizeXYZ.y() )); variable
689 const auto cellY variable
765 const auto cellY = (((cellIndex / m_gridSizeXYZ.x() ) % m_gridSizeXYZ.y() )); global() variable
827 const auto cellY = (((nCell / m_gridSizeXYZ.x() ) % m_gridSizeXYZ.y() )); fillVertexVec() local
[all...]

Completed in 12 milliseconds