HomeSort by relevance Sort by last modified time
    Searched refs:getPixelSize (Results 51 - 75 of 98) sorted by null

1 23 4

  /external/deqp/framework/common/
tcuTextureUtil.cpp 716 const int pixelSize = access.getFormat().getPixelSize();
747 const int pixelSize = access.getFormat().getPixelSize();
    [all...]
tcuTexture.hpp 134 int getPixelSize (void) const; //!< Deprecated, use tcu::getPixelSize(fmt)
144 int getPixelSize (TextureFormat format);
    [all...]
  /external/deqp/modules/gles2/performance/
es2pTextureUploadTests.cpp 218 int pixelSize = texFmt.getPixelSize();
  /external/deqp/modules/gles3/functional/
es3fPixelBufferObjectTests.cpp 537 const int readDataSize = readRefrence.getWidth() * readRefrence.getHeight() * readFormat.getPixelSize();
  /external/deqp/modules/gles31/functional/
es31fTextureFormatTests.cpp 308 m_texture = new glu::TextureBuffer(m_renderCtx, m_format, m_width * fmt.getPixelSize());
es31fCopyImageTests.cpp 619 return glu::mapGLInternalFormat(format).getPixelSize();
886 levels[0].setStorage(format.getPixelSize() * size.x() * size.y());
898 vector<deUint8> texelBlock(format.getPixelSize());
914 genTexel(rng, moreRestrictiveFormat, format.getPixelSize(), 1, &(texelBlock[0]));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationUserDefinedIO.cpp 773 const deUint32 vertexStride = tcu::getPixelSize(mapVkFormat(vertexFormat));
806 const VkDeviceSize colorBufferSizeBytes = renderSize.x()*renderSize.y() * tcu::getPixelSize(mapVkFormat(colorFormat));
    [all...]
vktTessellationInvarianceTests.cpp 589 , m_vertexStride (tcu::getPixelSize(mapVkFormat(m_vertexFormat)))
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureFilteringExplicitLodTests.cpp 334 getPixelSize(mapVkFormat(imParams.format))
375 getPixelSize(mapVkFormat(imParams.format))
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureUnitTests.cpp 865 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*width);
889 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*width);
    [all...]
es2fTextureSpecificationTests.cpp 809 int basePitch = transferFmt.getPixelSize()*rowLen;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationOperation.cpp 92 , m_vertexStride (tcu::getPixelSize(mapVkFormat(m_vertexFormat)))
268 const int pixelSize = tcu::getPixelSize(mapVkFormat(format));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassMultisampleTests.cpp 319 VkDeviceSize getPixelSize (VkFormat vkFormat)
323 return format.getPixelSize();
333 const VkDeviceSize pixelSize (getPixelSize(format));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderBuiltinVarTests.cpp 368 m_samples * pixelCount * getPixelSize(mapVkFormat(resolvedBufferFormat)), // VkDeviceSize size
421 const VkDeviceSize size = m_samples * m_renderSize.x() * m_renderSize.y() * getPixelSize(mapVkFormat(VK_FORMAT_R8G8B8A8_UINT));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageLoadStoreTests.cpp 255 return format0 == format1 || mapVkFormat(format0).getPixelSize() == mapVkFormat(format1).getPixelSize();
    [all...]
vktImageQualifiersTests.cpp 363 const VkDeviceSize bufferSizeInBytes = getNumPixels(m_imageType, m_imageSize) * tcu::getPixelSize(m_format);
vktImageTestsUtil.cpp 377 const deUint32 vertexSizePosition = tcu::getPixelSize(mapVkFormat(vertexFormatPosition));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleImageTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferViewAccessTests.cpp 160 , m_pixelDataSize (m_renderSize.x() * m_renderSize.y() * mapVkFormat(m_colorFormat).getPixelSize())
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsEarlyFragmentTests.cpp 660 const VkDeviceSize colorBufferSizeBytes = tcu::getPixelSize(mapVkFormat(colorFormat)) * renderSize.x() * renderSize.y();
    [all...]
vktFragmentOperationsScissorTests.cpp 710 const VkDeviceSize colorBufferSize = renderSize.x() * renderSize.y() * tcu::getPixelSize(mapVkFormat(colorFormat));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryBasicGeometryShaderTests.cpp 100 const deUint32 bufferSize = access.getWidth() * access.getHeight() * access.getDepth() * access.getFormat().getPixelSize();
    [all...]
vktGeometryLayeredRenderingTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesImageSparseResidency.cpp 523 const deUint32 imageSizeInBytes = getNumPixels(m_imageType, m_imageSize) * tcu::getPixelSize(m_format);
vktSparseResourcesTestsUtil.cpp 761 return deAlign32(extents.width * extents.height * extents.depth * layersCount * tcu::getPixelSize(format), mipmapMemoryAlignment);

Completed in 2119 milliseconds

1 23 4