/external/lzma/CPP/7zip/Archive/ |
D | ArchiveExports.cpp | 70 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/ |
D | LoadCodecs.h | 307 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()
|
D | OpenArchive.cpp | 1274 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 …]
|
D | Update.cpp | 388 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/ |
D | vktSpvAsmImageSamplerTests.cpp | 679 …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/ |
D | vktSubgroupsQuadTests.cpp | 415 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()
|
D | vktSubgroupsClusteredTests.cpp | 389 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()
|
D | vktSubgroupsArithmeticTests.cpp | 464 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()
|
D | vktSubgroupsBallotBroadcastTests.cpp | 477 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()
|
D | vktSubgroupsPartitionedTests.cpp | 489 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()
|
D | vktSubgroupsShuffleTests.cpp | 530 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()
|
D | vktSubgroupsVoteTests.cpp | 553 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/ |
D | DisplayVkLinux.cpp | 98 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/ |
D | glcSubgroupsBallotBroadcastTests.cpp | 545 for (int formatIndex = 0; formatIndex < DE_LENGTH_OF_ARRAY(formats); ++formatIndex) in createSubgroupsBallotBroadcastTests() local 547 const Format format = formats[formatIndex]; in createSubgroupsBallotBroadcastTests()
|
D | glcSubgroupsShuffleTests.cpp | 613 for (int formatIndex = 0; formatIndex < DE_LENGTH_OF_ARRAY(formats); ++formatIndex) in createSubgroupsShuffleTests() local 615 const Format format = formats[formatIndex]; in createSubgroupsShuffleTests()
|
D | glcSubgroupsQuadTests.cpp | 685 for (int formatIndex = 0; formatIndex < DE_LENGTH_OF_ARRAY(formats); ++formatIndex) in createSubgroupsQuadTests() local 687 const Format format = formats[formatIndex]; in createSubgroupsQuadTests()
|
D | glcSubgroupsPartitionedTests.cpp | 890 for (int formatIndex = 0; formatIndex < DE_LENGTH_OF_ARRAY(formats); ++formatIndex) in createSubgroupsPartitionedTests() local 892 const Format format = formats[formatIndex]; in createSubgroupsPartitionedTests()
|
D | glcSubgroupsClusteredTests.cpp | 781 for (int formatIndex = 0; formatIndex < DE_LENGTH_OF_ARRAY(formats); ++formatIndex) in createSubgroupsClusteredTests() local 783 const Format format = formats[formatIndex]; in createSubgroupsClusteredTests()
|
D | glcSubgroupsArithmeticTests.cpp | 953 for (int formatIndex = 0; formatIndex < DE_LENGTH_OF_ARRAY(formats); ++formatIndex) in createSubgroupsArithmeticTests() local 955 const Format format = formats[formatIndex]; in createSubgroupsArithmeticTests()
|
D | glcSubgroupsVoteTests.cpp | 745 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/ |
D | vk_format_utils.cpp | 238 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/ |
D | DownloadTracker.java | 273 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/ |
D | DownloadTracker.java | 288 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/ |
D | IOSurfaceSurfaceCGL.cpp | 254 int formatIndex = in validateAttributes() local 257 if (formatIndex < 0) in validateAttributes() 267 kIOSurfaceFormats[formatIndex].componentBytes) in validateAttributes()
|
/external/angle/src/libANGLE/renderer/metal/ |
D | IOSurfaceSurfaceMtl.mm | 214 int formatIndex = 217 if (formatIndex < 0) 227 kIOSurfaceFormats[formatIndex].componentBytes)
|