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

/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DItemLocationBox.java61 public int offsetSize = 8; field in class:ItemLocationBox
86 IsoTypeWriter.writeUInt8(byteBuffer, ((offsetSize << 4) | lengthSize));
102 offsetSize = tmp >>> 4;
118 return offsetSize;
121 public void setOffsetSize(int offsetSize) { argument
122 this.offsetSize = offsetSize;
308 extentOffset = IsoTypeReaderVariable.read(in, offsetSize);
316 IsoTypeWriterVariable.write(extentOffset, os, offsetSize);
321 return (indexSize > 0 ? indexSize : 0) + offsetSize
[all...]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp801 static inline bool requireGpuShader5 (GatherType gatherType, OffsetSize offsetSize) argument
804 || offsetSize == OFFSETSIZE_IMPLEMENTATION_MAXIMUM; // \note Implementation limits are not available while generating the shaders, they are passed dynamically at runtime
993 OffsetSize offsetSize; member in struct:vkt::sr::__anon4525::GatherCaseBaseParams
1020 , offsetSize (offsetSize_)
1036 , offsetSize (OFFSETSIZE_LAST)
1051 IVec2 getOffsetRange (const OffsetSize offsetSize, const vk::VkPhysicalDeviceLimits& deviceLimits) argument
1053 switch (offsetSize)
1072 IVec2 getOffsetRange (const OffsetSize offsetSize) argument
1074 switch (offsetSize)
1141 DE_ASSERT((m_baseParams.gatherType == GATHERTYPE_BASIC) == (m_baseParams.offsetSize
1450 genFragmentShaderSource(bool requireGpuShader5, int numTexCoordComponents, glu::DataType samplerType, const string& funcCall, bool useNormalizedCoordInput, bool usePixCoord, OffsetSize offsetSize, const ImageBackingMode sparseCase) argument
1523 genGatherFuncCall(GatherType gatherType, const tcu::TextureFormat& textureFormat, const GatherArgs& gatherArgs, const string& refZExpr, const IVec2& offsetRange, int indentationDepth, OffsetSize offsetSize, const ImageBackingMode sparseCase) argument
1770 TextureGather2DCase(tcu::TestContext& testCtx, const string& name, const string& description, const GatherType gatherType, const OffsetSize offsetSize, const tcu::TextureFormat textureFormat, const tcu::Sampler::CompareMode shadowCompareMode, const tcu::Sampler::WrapMode wrapS, const tcu::Sampler::WrapMode wrapT, const MaybeTextureSwizzle& textureSwizzle, const tcu::Sampler::FilterMode minFilter, const tcu::Sampler::FilterMode magFilter, const int baseLevel, const deUint32 flags, const IVec2& textureSize, const ImageBackingMode sparseCase) argument
1982 TextureGather2DArrayCase(tcu::TestContext& testCtx, const string& name, const string& description, const GatherType gatherType, const OffsetSize offsetSize, const tcu::TextureFormat textureFormat, const tcu::Sampler::CompareMode shadowCompareMode, const tcu::Sampler::WrapMode wrapS, const tcu::Sampler::WrapMode wrapT, const MaybeTextureSwizzle& textureSwizzle, const tcu::Sampler::FilterMode minFilter, const tcu::Sampler::FilterMode magFilter, const int baseLevel, const deUint32 flags, const IVec3& textureSize, const ImageBackingMode sparseCase) argument
2263 makeTextureGatherCase(TextureType textureType, tcu::TestContext& testCtx, const string& name, const string& description, GatherType gatherType, OffsetSize offsetSize, tcu::TextureFormat textureFormat, tcu::Sampler::CompareMode shadowCompareMode, tcu::Sampler::WrapMode wrapS, tcu::Sampler::WrapMode wrapT, const MaybeTextureSwizzle& texSwizzle, tcu::Sampler::FilterMode minFilter, tcu::Sampler::FilterMode magFilter, int baseLevel, const IVec3& textureSize, deUint32 flags = 0, const ImageBackingMode sparseCase = ShaderRenderCaseInstance::IMAGE_BACKING_MODE_REGULAR) argument
2373 const OffsetSize offsetSize = (OffsetSize)offsetSizeI; local
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp964 OffsetSize offsetSize,
1040 OffsetSize offsetSize,
1052 , m_offsetSize (offsetSize)
1643 OffsetSize offsetSize,
1654 : TextureGatherCase (context, name, description, TEXTURETYPE_2D, gatherType, offsetSize, textureFormat, shadowCompareMode, wrapS, wrapT, texSwizzle, minFilter, magFilter, baseLevel, flags)
1733 OffsetSize offsetSize,
1744 : TextureGatherCase (context, name, description, TEXTURETYPE_2D_ARRAY, gatherType, offsetSize, textureFormat, shadowCompareMode, wrapS, wrapT, texSwizzle, minFilter, magFilter, baseLevel, flags)
2005 OffsetSize offsetSize,
2020 return new TextureGather2DCase(context, name, description, gatherType, offsetSize, textureFormat, shadowCompareMode,
2024 return new TextureGather2DArrayCase(context, name, description, gatherType, offsetSize, textureForma
1035 TextureGatherCase(Context& context, const char* name, const char* description, TextureType textureType, GatherType gatherType, OffsetSize offsetSize, tcu::TextureFormat textureFormat, tcu::Sampler::CompareMode shadowCompareMode, tcu::Sampler::WrapMode wrapS, tcu::Sampler::WrapMode wrapT, const MaybeTextureSwizzle& textureSwizzle, tcu::Sampler::FilterMode minFilter, tcu::Sampler::FilterMode magFilter, int baseLevel, deUint32 flags) argument
1639 TextureGather2DCase(Context& context, const char* name, const char* description, GatherType gatherType, OffsetSize offsetSize, tcu::TextureFormat textureFormat, tcu::Sampler::CompareMode shadowCompareMode, tcu::Sampler::WrapMode wrapS, tcu::Sampler::WrapMode wrapT, const MaybeTextureSwizzle& texSwizzle, tcu::Sampler::FilterMode minFilter, tcu::Sampler::FilterMode magFilter, int baseLevel, deUint32 flags, const IVec2& textureSize) argument
[all...]
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp5189 const VkDeviceSize offsetSize = pixelSize * defaultFourthSize * defaultFourthSize; local
5191 for (VkDeviceSize offset = 0; offset < bufferSize - offsetSize; offset += offsetSize, ++divisor)
5198 DE_ASSERT(imageExtent.width * imageExtent.height *imageExtent.depth <= offsetSize);

Completed in 2015 milliseconds