Searched refs:offsetSize (Results 1 – 4 of 4) sorted by relevance
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
D | ItemLocationBox.java | 61 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/ |
D | vktShaderRenderTextureGatherTests.cpp | 801 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() 1142 …DE_ASSERT((m_baseParams.gatherType == GATHERTYPE_BASIC) == (m_baseParams.offsetSize == OFFSETSIZE_… in TextureGatherInstance() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 964 OffsetSize offsetSize, 1040 OffsetSize offsetSize, in TextureGatherCase() argument 1052 , m_offsetSize (offsetSize) in TextureGatherCase() 1643 OffsetSize offsetSize, in TextureGather2DCase() argument 1654 …: TextureGatherCase (context, name, description, TEXTURETYPE_2D, gatherType, offsetSize, textureF… in TextureGather2DCase() 1733 OffsetSize offsetSize, in TextureGather2DArrayCase() argument 1744 …: TextureGatherCase (context, name, description, TEXTURETYPE_2D_ARRAY, gatherType, offsetSize, te… in TextureGather2DArrayCase() 2005 OffsetSize offsetSize, in makeTextureGatherCase() argument 2020 …return new TextureGather2DCase(context, name, description, gatherType, offsetSize, textureFormat, … in makeTextureGatherCase() 2024 …return new TextureGather2DArrayCase(context, name, description, gatherType, offsetSize, textureFor… in makeTextureGatherCase() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 5180 const VkDeviceSize offsetSize = pixelSize * defaultFourthSize * defaultFourthSize; in addImageToBufferTests() local 5182 for (VkDeviceSize offset = 0; offset < bufferSize - offsetSize; offset += offsetSize, ++divisor) in addImageToBufferTests() 5189 DE_ASSERT(imageExtent.width * imageExtent.height *imageExtent.depth <= offsetSize); in addImageToBufferTests()
|