Home
last modified time | relevance | path

Searched refs:cellH (Results 1 – 5 of 5) sorted by relevance

/external/dng_sdk/source/
Ddng_ifd.h276 uint32 cellH = 16,
Ddng_ifd.cpp4102 uint32 cellH, in FindTileSize() argument
4119 fTileWidth = ((fTileWidth + cellH - 1) / cellH) * cellH; in FindTileSize()
/external/deqp/modules/gles3/functional/
Des3fFragmentOutputTests.cpp401 const float cellH = (float)dst.getHeight() / (float)(gridHeight-1); in renderFloatReference() local
408 const int cellY = de::clamp(deFloorFloatToInt32((float)y / cellH), 0, gridHeight-2); in renderFloatReference()
410 const float yf = ((float)y - (float)cellY*cellH + 0.5f) / cellH; in renderFloatReference()
431 float cellH = (float)dst.getHeight() / (float)(gridHeight-1); in renderIntReference() local
438 int cellY = de::clamp(deFloorFloatToInt32((float)y / cellH), 0, gridHeight-2); in renderIntReference()
Des3fDrawTests.cpp692 float cellH = 2.0f / (float)m_gridSide; in renderTo() local
697 tcu::Vec4(0, cellH, 0, 1), in renderTo()
699 tcu::Vec4(0, cellH, 0, 1), in renderTo()
701 tcu::Vec4(cellW, cellH, 0, 1), in renderTo()
/external/deqp/modules/gles31/functional/
Des31fDrawTests.cpp824 float cellH = 2.0f / (float)m_gridSide; in renderTo() local
829 tcu::Vec4(0, cellH, 0, 1), in renderTo()
831 tcu::Vec4(0, cellH, 0, 1), in renderTo()
833 tcu::Vec4(cellW, cellH, 0, 1), in renderTo()