Home
last modified time | relevance | path

Searched refs:offsetSize (Results 1 – 4 of 4) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
DItemLocationBox.java61 public int offsetSize = 8; field in ItemLocationBox
86 IsoTypeWriter.writeUInt8(byteBuffer, ((offsetSize << 4) | lengthSize)); in getContent()
102 offsetSize = tmp >>> 4; in _parseDetails()
118 return offsetSize; in getOffsetSize()
121 public void setOffsetSize(int offsetSize) { in setOffsetSize() argument
122 this.offsetSize = offsetSize; in setOffsetSize()
308 extentOffset = IsoTypeReaderVariable.read(in, offsetSize); in Extent()
316 IsoTypeWriterVariable.write(extentOffset, os, offsetSize); in getContent()
321 return (indexSize > 0 ? indexSize : 0) + offsetSize + lengthSize; in getSize()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp801 static inline bool requireGpuShader5 (GatherType gatherType, OffsetSize offsetSize) in requireGpuShader5() argument
804 …|| offsetSize == OFFSETSIZE_IMPLEMENTATION_MAXIMUM; // \note Implementation limits are not availab… in requireGpuShader5()
993 OffsetSize offsetSize; member
1020 , offsetSize (offsetSize_) in GatherCaseBaseParams()
1036 , offsetSize (OFFSETSIZE_LAST) in GatherCaseBaseParams()
1051 IVec2 getOffsetRange (const OffsetSize offsetSize, const vk::VkPhysicalDeviceLimits& deviceLimits) in getOffsetRange() argument
1053 switch (offsetSize) in getOffsetRange()
1072 IVec2 getOffsetRange (const OffsetSize offsetSize) in getOffsetRange() argument
1074 switch (offsetSize) in getOffsetRange()
1141 …DE_ASSERT((m_baseParams.gatherType == GATHERTYPE_BASIC) == (m_baseParams.offsetSize == OFFSETSIZE_… in TextureGatherInstance()
[all …]
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp948 OffsetSize offsetSize,
1024 OffsetSize offsetSize, in TextureGatherCase() argument
1036 , m_offsetSize (offsetSize) in TextureGatherCase()
1623 OffsetSize offsetSize, in TextureGather2DCase() argument
1634 …: TextureGatherCase (context, name, description, TEXTURETYPE_2D, gatherType, offsetSize, textureF… in TextureGather2DCase()
1713 OffsetSize offsetSize, in TextureGather2DArrayCase() argument
1724 …: TextureGatherCase (context, name, description, TEXTURETYPE_2D_ARRAY, gatherType, offsetSize, te… in TextureGather2DArrayCase()
1985 OffsetSize offsetSize, in makeTextureGatherCase() argument
2000 …return new TextureGather2DCase(context, name, description, gatherType, offsetSize, textureFormat, … in makeTextureGatherCase()
2004 …return new TextureGather2DArrayCase(context, name, description, gatherType, offsetSize, textureFor… in makeTextureGatherCase()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp4508 const VkDeviceSize offsetSize = pixelSize * defaultFourthSize * defaultFourthSize; in addImageToBufferTests() local
4510 for (VkDeviceSize offset = 0; offset < bufferSize - offsetSize; offset += offsetSize, ++divisor) in addImageToBufferTests()
4517 DE_ASSERT(imageExtent.width * imageExtent.height *imageExtent.depth <= offsetSize); in addImageToBufferTests()