Home
last modified time | relevance | path

Searched refs:formatIndex (Results 1 – 25 of 34) sorted by relevance

12

/external/lzma/CPP/7zip/Archive/
DArchiveExports.cpp70 int formatIndex = FindFormatCalssId(clsid); in CreateArchiver()
71 if (formatIndex < 0) in CreateArchiver()
74 const CArcInfo &arc = *g_Arcs[formatIndex]; in CreateArchiver()
92 STDAPI GetHandlerProperty2(UInt32 formatIndex, PROPID propID, PROPVARIANT *value) in GetHandlerProperty2() argument
96 if (formatIndex >= g_NumArcs) in GetHandlerProperty2()
98 const CArcInfo &arc = *g_Arcs[formatIndex]; in GetHandlerProperty2()
144 STDAPI GetIsArc(UInt32 formatIndex, Func_IsArc *isArc) in GetIsArc() argument
147 if (formatIndex >= g_NumArcs) in GetIsArc()
149 *isArc = g_Arcs[formatIndex]->IsArc; in GetIsArc()
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.h307 const wchar_t *GetFormatNamePtr(int formatIndex) const in GetFormatNamePtr() argument
309 return formatIndex < 0 ? L"#" : (const wchar_t *)Formats[formatIndex].Name; in GetFormatNamePtr()
357 HRESULT CreateInArchive(unsigned formatIndex, CMyComPtr<IInArchive> &archive) const in CreateInArchive() argument
359 const CArcInfoEx &ai = Formats[formatIndex]; in CreateInArchive()
376 HRESULT CreateOutArchive(unsigned formatIndex, CMyComPtr<IOutArchive> &archive) const in CreateOutArchive() argument
378 const CArcInfoEx &ai = Formats[formatIndex]; in CreateOutArchive()
DOpenArchive.cpp1274 HRESULT CArc::PrepareToOpen(const COpenOptions &op, unsigned formatIndex, CMyComPtr<IInArchive> &ar… in PrepareToOpen() argument
1279 RINOK(op.codecs->CreateInArchive(formatIndex, archive)); in PrepareToOpen()
1287 const CArcInfoEx &ai = op.codecs->Formats[formatIndex]; in PrepareToOpen()
1305 const CArcInfoEx &ai = op.codecs->Formats[formatIndex]; in PrepareToOpen()
1620 int formatIndex = op.openType.FormatIndex; in OpenStream2() local
1622 if (formatIndex >= 0) in OpenStream2()
1625 orderIndices.Add(formatIndex); in OpenStream2()
1627 isMainFormatArr[(unsigned)formatIndex] = true; in OpenStream2()
1839 if (formatIndex >= 0) in OpenStream2()
1977 if (formatIndex < 0) in OpenStream2()
[all …]
DUpdate.cpp388 int formatIndex = MethodMode.Type.FormatIndex; in SetArcPath() local
389 if (formatIndex < 0) in SetArcPath()
395 const CArcInfoEx &arcInfo = codecs->Formats[formatIndex]; in SetArcPath()
530 int formatIndex = options.MethodMode.Type.FormatIndex; in Compress() local
534 formatIndex = arc->FormatIndex; in Compress()
535 if (formatIndex < 0) in Compress()
544 RINOK(codecs->CreateOutArchive(formatIndex, outArchive)); in Compress()
579 const CArcInfoEx &arcInfo = codecs->Formats[formatIndex]; in Compress()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmImageSamplerTests.cpp679 …DescriptorType descType, ReadOp readOp, deUint32 depthProperty, TestType testType, int formatIndex) in getImageSamplerTypeStr() argument
681 …= (testType == TESTTYPE_OPTYPEIMAGE_MISMATCH) ? optypeimageFormatMismatchSpirvFormat[formatIndex] : in getImageSamplerTypeStr()
835 for (deUint32 formatIndex = 0; formatIndex < numFormats; formatIndex++) in addComputeImageSamplerTest() local
902 testname = testname + string("_") + string(optypeimageFormatMismatchCase[formatIndex]); in addComputeImageSamplerTest()
910 …DescriptorType)descNdx, (ReadOp)opNdx, (DepthProperty)propertyNdx, (TestType)testNdx, formatIndex); in addComputeImageSamplerTest()
1010 …Type, TestType testType, DepthProperty depthProperty, deUint32 outputBinding, deUint32 formatIndex) in generateGraphicsImageSamplerSource() argument
1015 …mplerTypes = getImageSamplerTypeStr(descriptorType, readOp, depthProperty, testType, formatIndex); in generateGraphicsImageSamplerSource()
1190 for (deUint32 formatIndex = 0; formatIndex < formatCount; formatIndex++) in addGraphicsImageSamplerTest() local
1193 …stNdx == TESTTYPE_OPTYPEIMAGE_MISMATCH ? optypeimageFormatMismatchCase[formatIndex] : getTestTypeN… in addGraphicsImageSamplerTest()
1226 resources.inputFormat = optypeimageFormatMismatchVkFormat[formatIndex]; in addGraphicsImageSamplerTest()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsQuadTests.cpp415 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsQuadTests() local
417 const VkFormat format = formats[formatIndex]; in createSubgroupsQuadTests()
499 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsQuadTests() local
501 const VkFormat format = formats[formatIndex]; in createSubgroupsQuadTests()
DvktSubgroupsClusteredTests.cpp389 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsClusteredTests() local
391 const VkFormat format = formats[formatIndex]; in createSubgroupsClusteredTests()
484 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsClusteredTests() local
486 const VkFormat format = formats[formatIndex]; in createSubgroupsClusteredTests()
DvktSubgroupsArithmeticTests.cpp464 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsArithmeticTests() local
466 const VkFormat format = formats[formatIndex]; in createSubgroupsArithmeticTests()
564 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsArithmeticTests() local
566 const VkFormat format = formats[formatIndex]; in createSubgroupsArithmeticTests()
DvktSubgroupsBallotBroadcastTests.cpp477 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsBallotBroadcastTests() local
479 const VkFormat format = formats[formatIndex]; in createSubgroupsBallotBroadcastTests()
614 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsBallotBroadcastTests() local
616 const VkFormat format = formats[formatIndex]; in createSubgroupsBallotBroadcastTests()
DvktSubgroupsPartitionedTests.cpp489 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsPartitionedTests() local
491 const VkFormat format = formats[formatIndex]; in createSubgroupsPartitionedTests()
586 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsPartitionedTests() local
588 const VkFormat format = formats[formatIndex]; in createSubgroupsPartitionedTests()
DvktSubgroupsShuffleTests.cpp530 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsShuffleTests() local
532 const VkFormat format = formats[formatIndex]; in createSubgroupsShuffleTests()
623 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsShuffleTests() local
625 const VkFormat format = formats[formatIndex]; in createSubgroupsShuffleTests()
DvktSubgroupsVoteTests.cpp553 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsVoteTests() local
555 const VkFormat format = formats[formatIndex]; in createSubgroupsVoteTests()
695 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsVoteTests() local
697 const VkFormat format = formats[formatIndex]; in createSubgroupsVoteTests()
/external/angle/src/libANGLE/renderer/vulkan/linux/
DDisplayVkLinux.cpp98 for (size_t formatIndex = 1; formatIndex < angle::kNumANGLEFormats; ++formatIndex) in GetVkFormatsWithDrmModifiers() local
100 const vk::Format &format = rendererVk->getFormat(angle::FormatID(formatIndex)); in GetVkFormatsWithDrmModifiers()
/external/deqp/external/openglcts/modules/common/subgroups/
DglcSubgroupsBallotBroadcastTests.cpp545 for (int formatIndex = 0; formatIndex < DE_LENGTH_OF_ARRAY(formats); ++formatIndex) in createSubgroupsBallotBroadcastTests() local
547 const Format format = formats[formatIndex]; in createSubgroupsBallotBroadcastTests()
DglcSubgroupsShuffleTests.cpp613 for (int formatIndex = 0; formatIndex < DE_LENGTH_OF_ARRAY(formats); ++formatIndex) in createSubgroupsShuffleTests() local
615 const Format format = formats[formatIndex]; in createSubgroupsShuffleTests()
DglcSubgroupsQuadTests.cpp685 for (int formatIndex = 0; formatIndex < DE_LENGTH_OF_ARRAY(formats); ++formatIndex) in createSubgroupsQuadTests() local
687 const Format format = formats[formatIndex]; in createSubgroupsQuadTests()
DglcSubgroupsPartitionedTests.cpp890 for (int formatIndex = 0; formatIndex < DE_LENGTH_OF_ARRAY(formats); ++formatIndex) in createSubgroupsPartitionedTests() local
892 const Format format = formats[formatIndex]; in createSubgroupsPartitionedTests()
DglcSubgroupsClusteredTests.cpp781 for (int formatIndex = 0; formatIndex < DE_LENGTH_OF_ARRAY(formats); ++formatIndex) in createSubgroupsClusteredTests() local
783 const Format format = formats[formatIndex]; in createSubgroupsClusteredTests()
DglcSubgroupsArithmeticTests.cpp953 for (int formatIndex = 0; formatIndex < DE_LENGTH_OF_ARRAY(formats); ++formatIndex) in createSubgroupsArithmeticTests() local
955 const Format format = formats[formatIndex]; in createSubgroupsArithmeticTests()
DglcSubgroupsVoteTests.cpp745 for (int formatIndex = 0; formatIndex < DE_LENGTH_OF_ARRAY(formats); ++formatIndex) in createSubgroupsVoteTests() local
747 const Format format = formats[formatIndex]; in createSubgroupsVoteTests()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_format_utils.cpp238 for (size_t formatIndex = 0; formatIndex < angle::kNumANGLEFormats; ++formatIndex) in initialize() local
240 Format &format = mFormatData[formatIndex]; in initialize()
241 const auto intendedFormatID = static_cast<angle::FormatID>(formatIndex); in initialize()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/demos/main/src/main/java/com/google/android/exoplayer2/demo/
DDownloadTracker.java273 for (int formatIndex = 0; formatIndex < trackGroup.length; formatIndex++) { in getFirstFormatWithDrmInitData()
274 Format format = trackGroup.getFormat(formatIndex); in getFirstFormatWithDrmInitData()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/demos/main/src/main/java/com/google/android/exoplayer2/demo/
DDownloadTracker.java288 for (int formatIndex = 0; formatIndex < trackGroup.length; formatIndex++) { in getFirstFormatWithDrmInitData()
289 Format format = trackGroup.getFormat(formatIndex); in getFirstFormatWithDrmInitData()
/external/angle/src/libANGLE/renderer/gl/cgl/
DIOSurfaceSurfaceCGL.cpp254 int formatIndex = in validateAttributes() local
257 if (formatIndex < 0) in validateAttributes()
267 kIOSurfaceFormats[formatIndex].componentBytes) in validateAttributes()
/external/angle/src/libANGLE/renderer/metal/
DIOSurfaceSurfaceMtl.mm214 int formatIndex =
217 if (formatIndex < 0)
227 kIOSurfaceFormats[formatIndex].componentBytes)

12