Searched refs:pixCoord (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 438 virtual void operator() (const IVec2& pixCoord, IVec2 (&dst)[4]) const = 0; 483 void operator() (const IVec2& pixCoord, IVec2 (&dst)[4]) const in operator ()() argument 486 …SinglePixelOffsets(tcu::mod(pixCoord.swizzle(1,0), IVec2(offsetRangeSize)) + m_offsetRange.x())(IV… in operator ()() 650 virtual float operator() (const IVec2& pixCoord) const = 0; 658 float operator() (const IVec2& pixCoord) const in operator ()() 660 return ((float)pixCoord.x() + 0.5f) / (float)m_renderSize.x(); in operator ()()
|
D | es31fShaderImageLoadStoreTests.cpp | 1829 const IVec2 pixCoord (x + i*m_endResultImageLayerSize.x(), y); in operator ()() local 1830 const IVec3 gid (pixCoord.x(), pixCoord.y(), sliceOrFaceNdx); in operator ()() 1833 pixelCoords[i] = pixCoord; in operator ()() 2258 const IVec2 pixCoord (x + i*m_endResultImageWidth, y); in operator ()() local 2259 const IVec3 gid (pixCoord.x(), pixCoord.y(), sliceOrFaceNdx); in operator ()() 2261 pixelCoords[i] = pixCoord; in operator ()()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 467 virtual void operator() (const IVec2& pixCoord, IVec2 (&dst)[4]) const = 0; 512 void operator() (const IVec2& pixCoord, IVec2 (&dst)[4]) const in operator ()() argument 515 …SinglePixelOffsets(tcu::mod(pixCoord.swizzle(1,0), IVec2(offsetRangeSize)) + m_offsetRange.x())(IV… in operator ()() 679 virtual float operator() (const IVec2& pixCoord) const = 0; 687 float operator() (const IVec2& pixCoord) const in operator ()() 689 return ((float)pixCoord.x() + 0.5f) / (float)m_renderSize.x(); in operator ()()
|