Searched refs:cellH (Results 1 – 5 of 5) sorted by relevance
/external/dng_sdk/source/ |
D | dng_ifd.h | 276 uint32 cellH = 16,
|
D | dng_ifd.cpp | 4102 uint32 cellH, in FindTileSize() argument 4119 fTileWidth = ((fTileWidth + cellH - 1) / cellH) * cellH; in FindTileSize()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFragmentOutputTests.cpp | 401 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()
|
D | es3fDrawTests.cpp | 692 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/ |
D | es31fDrawTests.cpp | 824 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()
|