Home
last modified time | relevance | path

Searched refs:cellW (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fDrawTests.cpp691 float cellW = 2.0f / (float)m_gridSide; in renderTo() local
696 tcu::Vec4(cellW, 0, 0, 1), in renderTo()
700 tcu::Vec4(cellW, 0, 0, 1), in renderTo()
701 tcu::Vec4(cellW, cellH, 0, 1), in renderTo()
713 offsets.push_back(tcu::Vec4((float)x * cellW - 1.0f, (float)y * cellW - 1.0f, 0, 0)); in renderTo()
Des3fFragmentOutputTests.cpp400 const float cellW = (float)dst.getWidth() / (float)(gridWidth-1); in renderFloatReference() local
407 const int cellX = de::clamp(deFloorFloatToInt32((float)x / cellW), 0, gridWidth-2); in renderFloatReference()
409 const float xf = ((float)x - (float)cellX*cellW + 0.5f) / cellW; in renderFloatReference()
430 float cellW = (float)dst.getWidth() / (float)(gridWidth-1); in renderIntReference() local
437 int cellX = de::clamp(deFloorFloatToInt32((float)x / cellW), 0, gridWidth-2); in renderIntReference()
/external/deqp/modules/gles31/functional/
Des31fDrawTests.cpp823 float cellW = 2.0f / (float)m_gridSide; in renderTo() local
828 tcu::Vec4(cellW, 0, 0, 1), in renderTo()
832 tcu::Vec4(cellW, 0, 0, 1), in renderTo()
833 tcu::Vec4(cellW, cellH, 0, 1), in renderTo()
845 offsets.push_back(tcu::Vec4((float)x * cellW - 1.0f, (float)y * cellW - 1.0f, 0, 0)); in renderTo()