Searched defs:texelSize (Results 1 – 6 of 6) sorted by relevance
495 …d const &coordinate, Type const &imageType, Pointer<Byte> descriptor, int texelSize, Object::ID sa… in GetTexelAddress()678 auto texelSize = vk::Format(vkFormat).bytes(); in EmitImageRead() local1052 int texelSize = 0; in EmitImageWrite() local
219 GLint stride, texelSize; in _swrast_map_teximage() local
218 const size_t texelSize = format.pixelBytes; in getImageCopyBufferAlignment() local
432 const deUint32 texelSize = mapVkFormat(bufferFormat).getPixelSize(); in genTexelBufferShaderAccess() local
1878 const int texelSize = src.getFormat().getPixelSize(); in copyRegionToTextureLevel() local2111 const int texelSize = dst.getFormat().getPixelSize(); in copyRegionToTextureLevel() local2160 const int texelSize = dst.getFormat().getPixelSize(); in copyRegionToTextureLevel() local2214 glw::GLuint texelSize = m_textureFormat.getPixelSize(); in CopyBufferToDepthStencil() local
739 …VkDeviceSize texelSize = formatHasThreeComponents(format) ? tcu::getChannelSize(vk::mapVkFormat(fo… in getViewOffset() local