Searched refs:getPitch (Results 1 – 8 of 8) sorted by relevance
/third_party/vk-gl-cts/framework/common/ |
D | tcuTextureUtil.cpp | 271 …urn ConstPixelBufferAccess(access.getFormat(), tcu::IVec3(width, height, depth), access.getPitch(), in getSubregion() 297 return PixelBufferAccess(access.getFormat(), tcu::IVec3(width, height, depth), access.getPitch(), in getSubregion() 1421 baseAccess.getPitch(), in toSamplerAccess() 1429 baseAccess.getPitch(), in toSamplerAccess() 1447 baseAccess.getPitch(), in toSamplerAccess() 1455 baseAccess.getPitch(), in toSamplerAccess() 1473 baseAccess.getPitch(), in toSamplerAccess() 1481 baseAccess.getPitch(), in toSamplerAccess() 1499 baseAccess.getPitch(), in toSamplerAccess() 1507 baseAccess.getPitch(), in toSamplerAccess()
|
D | tcuTexture.hpp | 368 const IVec3& getPitch (void) const { return m_pitch; } in getPitch() function in tcu::ConstPixelBufferAccess
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
D | Image.hpp | 192 unsigned int getPitch() const in getPitch() function in egl::Image
|
D | Image.cpp | 1315 rect.destPitch = getPitch(); in loadImageData() 1700 GLbyte *dest = (GLbyte*)buffer + y * getPitch() + z * getSlice(); in loadCompressedData()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fStencilTexturingTests.cpp | 391 …xtureFormat::R, TextureFormat::UNSIGNED_INT8), access.getSize(), access.getPitch(), access.getData… in stencilToRedAccess()
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluTextureUtil.cpp | 1223 fullAccess.getPitch(),
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageUtil.cpp | 932 …ess destAccess (srcAccess.getFormat(), srcAccess.getSize(), srcAccess.getPitch(), destPtr + leve… in write()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingShaderAccessTests.cpp | 314 …cess dstAccess (srcAccess.getFormat(), srcAccess.getSize(), srcAccess.getPitch(), (deUint8*)dst … in writeTextureLevelPyramidData()
|