HomeSort by relevance Sort by last modified time
    Searched refs:getPixelPtr (Results 1 - 5 of 5) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktSampleVerifier.cpp 103 pixelPtr = m_levels[level].getPixelPtr(coord[0], layer, 0);
107 pixelPtr = m_levels[level].getPixelPtr(coord[0], coord[1], layer);
111 pixelPtr = m_levels[level].getPixelPtr(coord[0], coord[1], coord[2]);
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmGraphicsShaderTestUtil.cpp     [all...]
  /external/deqp/framework/common/
tcuTextureUtil.cpp 687 deUint8* dstPtr = (deUint8*)dst.getPixelPtr(0, y, z);
    [all...]
tcuTexture.cpp     [all...]
tcuTexture.hpp 341 const void* getPixelPtr (int x, int y, int z = 0) const { return (const deUint8*)m_data + x * m_pitch.x() + y * m_pitch.y() + z * m_pitch.z(); }
391 void* getPixelPtr (int x, int y, int z = 0) const { return (deUint8*)m_data + x * m_pitch.x() + y * m_pitch.y() + z * m_pitch.z(); }
    [all...]

Completed in 75 milliseconds