Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFragmentOutputTests.cpp407 const int cellX = de::clamp(deFloorFloatToInt32((float)x / cellW), 0, gridWidth-2); in renderFloatReference() local
437 int cellX = de::clamp(deFloorFloatToInt32((float)x / cellW), 0, gridWidth-2); in renderIntReference() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingMiscTests.cpp493 const auto cellX = (((nCell) % m_gridSizeXYZ.x() )); variable
561 const auto cellX = (((nCell) % m_gridSizeXYZ.x() )); variable
621 const auto cellX = (((nInstance) % m_gridSizeXYZ.x() )); variable
689 const auto cellX variable
765 const auto cellX = (((cellIndex) % m_gridSizeXYZ.x() )); global() variable
827 const auto cellX = (((nCell) % m_gridSizeXYZ.x() )); fillVertexVec() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingMiscTests.cpp492 const auto cellX = (((nCell) % m_gridSizeXYZ.x() )); variable
560 const auto cellX = (((nCell) % m_gridSizeXYZ.x() )); variable
620 const auto cellX = (((nInstance) % m_gridSizeXYZ.x() )); variable
688 const auto cellX variable
764 const auto cellX = (((cellIndex) % m_gridSizeXYZ.x() )); global() variable
826 const auto cellX = (((nCell) % m_gridSizeXYZ.x() )); fillVertexVec() local
[all...]

Completed in 16 milliseconds