HomeSort by relevance Sort by last modified time
    Searched refs:getPixelSize (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /external/deqp/framework/opengl/
gluPixelTransfer.cpp 38 int pixelSize = format.getPixelSize();
54 TCU_CHECK_INTERNAL(dst.getRowPitch() == dst.getFormat().getPixelSize()*dst.getWidth());
73 TCU_CHECK_INTERNAL(src.getRowPitch() == src.getFormat().getPixelSize()*src.getWidth());
91 TCU_CHECK_INTERNAL(src.getRowPitch() == src.getFormat().getPixelSize()*src.getWidth());
112 TCU_CHECK_INTERNAL(src.getRowPitch() == src.getFormat().getPixelSize()*src.getWidth());
130 TCU_CHECK_INTERNAL(src.getRowPitch() == src.getFormat().getPixelSize()*src.getWidth());
gluTexture.cpp 43 int pixelSize = format.getPixelSize();
180 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*access.getWidth());
313 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*access.getWidth());
401 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*access.getWidth());
520 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*access.getWidth());
607 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*access.getWidth());
608 DE_ASSERT(access.getSlicePitch() == access.getFormat().getPixelSize()*access.getWidth()*access.getHeight());
729 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*access.getWidth());
730 DE_ASSERT(access.getSlicePitch() == access.getFormat().getPixelSize()*access.getWidth()*access.getHeight());
820 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*access.getWidth())
    [all...]
  /external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
TJ.java 219 public static int getPixelSize(int pixelFormat) {
TJCompressor.java 152 srcPitch = width * TJ.getPixelSize(pixelFormat);
250 if (pixelSize != TJ.getPixelSize(pixelFormat))
TJDecompressor.java 437 int pixelSize = TJ.getPixelSize(pixelFormat);
    [all...]
  /external/deqp/modules/internal/
ditImageIOTests.cpp 60 TCU_CHECK(texture.getAccess().getRowPitch() == texture.getWidth()*texture.getFormat().getPixelSize());
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageUtil.cpp 218 const VkDeviceSize pixelDataSize = renderSize.x() * renderSize.y() * tcuFormat.getPixelSize();
619 offsetMultiples.push_back(getLevel(0, 0).getFormat().getPixelSize());
627 textureSize += level.getWidth() * level.getHeight() * level.getDepth() * level.getFormat().getPixelSize();
731 offsetMultiples.push_back(getLevel(0, 0).getFormat().getPixelSize());
764 layerDataOffset += level.getWidth() * level.getHeight() * level.getDepth() * level.getFormat().getPixelSize();
798 offsetMultiples.push_back(getLevel(0, 0).getFormat().getPixelSize());
810 levelOffset += srcAccess.getWidth() * srcAccess.getHeight() * srcAccess.getDepth() * srcAccess.getFormat().getPixelSize();
    [all...]
vktPipelineRenderToImageTests.cpp     [all...]
vktPipelineMultisampleTestsUtil.cpp 378 return extents.width * extents.height * extents.depth * layersCount * numSamples * tcu::getPixelSize(format);
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawImageObjectUtil.cpp 174 m_pixelAccessData.resize(width * height * vk::mapVkFormat(m_format).getPixelSize());
199 m_pixelAccessData.resize(width * height * depth * vk::mapVkFormat(m_format).getPixelSize());
222 m_pixelAccessData.resize(width * vk::mapVkFormat(m_format).getPixelSize());
278 bufferSize = vk::mapVkFormat(m_format).getPixelSize() * width * height * depth;
386 m_pixelAccessData.resize(width * height * vk::mapVkFormat(m_format).getPixelSize());
416 MemoryOp::unpack(vk::mapVkFormat(m_format).getPixelSize(), width, height, depth,
671 bufferSize = vk::mapVkFormat(m_format).getPixelSize() *width*height*depth;
789 MemoryOp::pack(vk::mapVkFormat(m_format).getPixelSize(), width, height, depth,
    [all...]
  /external/deqp/modules/glshared/
glsFragmentOpUtil.cpp 283 original.getFormat().getPixelSize(),
294 original.getFormat().getPixelSize(),
glsLongStressCase.cpp 127 const int pixelSize = format.getPixelSize();
501 : glu::mapGLInternalFormat(internalFormat).getPixelSize();
521 m_dataSizeApprox = width * height * format.getPixelSize() * (m_type == TEXTURETYPE_CUBE ? 6 : 1);
523 DE_ASSERT(src.getRowPitch() == format.getPixelSize()*src.getWidth());
538 m_dataSizeApprox += levelWid * levelHei * format.getPixelSize();
551 m_dataSizeApprox += 6 * levelWid * levelHei * format.getPixelSize();
565 DE_ASSERT(src.getRowPitch() == format.getPixelSize()*src.getWidth());
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeTestsUtil.hpp 162 return tcu::getPixelSize(vk::mapVkFormat(format)) * imageSize.x() * imageSize.y() * imageSize.z();
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryBasicClass.cpp 108 const VkDeviceSize colorBufferSizeBytes = resolution.x()*resolution.y() * tcu::getPixelSize(mapVkFormat(colorFormat));
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesShaderIntrinsicsBase.cpp 294 const deUint32 imageSizeInPixels = getImageSizeInBytes(imageSparseInfo.extent, imageSparseInfo.arrayLayers, m_format, imageSparseInfo.mipLevels) / tcu::getPixelSize(m_format);
338 const deUint32 mipLevelSizeInPixels = getImageMipLevelSizeInBytes(imageSparseInfo.extent, imageSparseInfo.arrayLayers, m_format, mipLevelNdx) / tcu::getPixelSize(m_format);
642 const deUint32 pixelOffsetAligned = static_cast<deUint32>(bufferImageResidencyCopy[mipmapNdx].bufferOffset) / tcu::getPixelSize(m_residencyFormat);
647 pixelOffsetNotAligned += mipLevelSizeInBytes / tcu::getPixelSize(m_residencyFormat);
  /external/deqp/external/openglcts/modules/gl/
gl4cSparseTexture2Tests.cpp     [all...]
  /external/libjpeg-turbo/java/
TJBench.java 95 int ps = TJ.getPixelSize(pixelFormat);
116 int ps = TJ.getPixelSize(pixelFormat);
139 int ps = TJ.getPixelSize(pf), i, iter = 0;
285 int ps = TJ.getPixelSize(pf);
435 int ps = TJ.getPixelSize(pf), tile;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureUnitTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationGeometryPassthroughTests.cpp 481 const VkDeviceSize colorBufferSizeBytes = renderSize.x()*renderSize.y() * tcu::getPixelSize(mapVkFormat(colorFormat));
513 .setVertexInputSingleAttribute(vertexFormat, tcu::getPixelSize(mapVkFormat(vertexFormat)))
vktTessellationMiscDrawTests.cpp 142 const deUint32 vertexStride = tcu::getPixelSize(mapVkFormat(vertexFormat));
170 const VkDeviceSize colorBufferSizeBytes = renderSize.x()*renderSize.y() * tcu::getPixelSize(mapVkFormat(colorFormat));
vktTessellationPrimitiveDiscardTests.cpp 406 const deUint32 vertexStride = tcu::getPixelSize(mapVkFormat(vertexFormat));
442 const VkDeviceSize colorBufferSizeBytes = renderSize.x()*renderSize.y() * tcu::getPixelSize(mapVkFormat(colorFormat));
vktTessellationShaderInputOutputTests.cpp 104 const VkDeviceSize colorBufferSizeBytes = renderSize.x()*renderSize.y() * tcu::getPixelSize(mapVkFormat(colorFormat));
118 .setVertexInputSingleAttribute(vertexFormat, tcu::getPixelSize(mapVkFormat(vertexFormat)))
  /external/deqp/framework/platform/null/
tcuNullRenderContext.cpp 695 const int targetRowPitch = (ctx->pixelPackAlignment == 0) ? (targetRowLength * transferFormat.getPixelSize()) : (deAlign32(targetRowLength * transferFormat.getPixelSize(), ctx->pixelPackAlignment));
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.hpp 202 return tcu::getPixelSize(vk::mapVkFormat(format)) * imageSize.x() * imageSize.y() * imageSize.z();
  /external/deqp/modules/gles2/functional/
es2fReadPixelsTests.cpp 157 pixelSize = format.getPixelSize();

Completed in 855 milliseconds

1 2 3 4 5