Home
last modified time | relevance | path

Searched refs:formatIndex (Results 1 – 25 of 29) 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.cpp657 …DescriptorType descType, ReadOp readOp, deUint32 depthProperty, TestType testType, int formatIndex) in getImageSamplerTypeStr() argument
659 …= (testType == TESTTYPE_OPTYPEIMAGE_MISMATCH) ? optypeimageFormatMismatchSpirvFormat[formatIndex] : in getImageSamplerTypeStr()
781 for (deUint32 formatIndex = 0; formatIndex < numFormats; formatIndex++) in addComputeImageSamplerTest() local
786 …((DescriptorType)descNdx, (ReadOp)opNdx, DEPTH_PROPERTY_NON_DEPTH, (TestType)testNdx, formatIndex); in addComputeImageSamplerTest()
920 testname = testname + string("_") + string(optypeimageFormatMismatchCase[formatIndex]); in addComputeImageSamplerTest()
931 …Type, TestType testType, DepthProperty depthProperty, deUint32 outputBinding, deUint32 formatIndex) in generateGraphicsImageSamplerSource() argument
936 …mplerTypes = getImageSamplerTypeStr(descriptorType, readOp, depthProperty, testType, formatIndex); in generateGraphicsImageSamplerSource()
1076 for (deUint32 formatIndex = 0; formatIndex < formatCount; formatIndex++) in addGraphicsImageSamplerTest() local
1079 …stNdx == TESTTYPE_OPTYPEIMAGE_MISMATCH ? optypeimageFormatMismatchCase[formatIndex] : getTestTypeN… in addGraphicsImageSamplerTest()
1107 …PTH_PROPERTY_NON_DEPTH, (deUint32)resources.inputs.size(), (deUint32)((formatIndex + 1) % optypeim… in addGraphicsImageSamplerTest()
[all …]
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_format_utils.cpp223 for (size_t formatIndex = 0; formatIndex < angle::kNumANGLEFormats; ++formatIndex) in initialize() local
225 vk::Format &format = mFormatData[formatIndex]; in initialize()
226 const auto formatID = static_cast<angle::FormatID>(formatIndex); in initialize()
/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()
DglcSubgroupsQuadTests.cpp685 for (int formatIndex = 0; formatIndex < DE_LENGTH_OF_ARRAY(formats); ++formatIndex) in createSubgroupsQuadTests() local
687 const Format format = formats[formatIndex]; in createSubgroupsQuadTests()
DglcSubgroupsShuffleTests.cpp613 for (int formatIndex = 0; formatIndex < DE_LENGTH_OF_ARRAY(formats); ++formatIndex) in createSubgroupsShuffleTests() local
615 const Format format = formats[formatIndex]; in createSubgroupsShuffleTests()
DglcSubgroupsClusteredTests.cpp781 for (int formatIndex = 0; formatIndex < DE_LENGTH_OF_ARRAY(formats); ++formatIndex) in createSubgroupsClusteredTests() local
783 const Format format = formats[formatIndex]; in createSubgroupsClusteredTests()
DglcSubgroupsPartitionedTests.cpp890 for (int formatIndex = 0; formatIndex < DE_LENGTH_OF_ARRAY(formats); ++formatIndex) in createSubgroupsPartitionedTests() local
892 const Format format = formats[formatIndex]; in createSubgroupsPartitionedTests()
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/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsQuadTests.cpp337 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsQuadTests() local
339 const VkFormat format = formats[formatIndex]; in createSubgroupsQuadTests()
DvktSubgroupsBallotBroadcastTests.cpp391 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsBallotBroadcastTests() local
393 const VkFormat format = formats[formatIndex]; in createSubgroupsBallotBroadcastTests()
DvktSubgroupsShuffleTests.cpp606 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsShuffleTests() local
608 const VkFormat format = formats[formatIndex]; in createSubgroupsShuffleTests()
DvktSubgroupsClusteredTests.cpp572 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsClusteredTests() local
574 const VkFormat format = formats[formatIndex]; in createSubgroupsClusteredTests()
DvktSubgroupsArithmeticTests.cpp757 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsArithmeticTests() local
759 const VkFormat format = formats[formatIndex]; in createSubgroupsArithmeticTests()
DvktSubgroupsVoteTests.cpp785 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsVoteTests() local
787 const VkFormat format = formats[formatIndex]; in createSubgroupsVoteTests()
DvktSubgroupsPartitionedTests.cpp1029 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsPartitionedTests() local
1031 const VkFormat format = formats[formatIndex]; in createSubgroupsPartitionedTests()
/external/angle/src/libANGLE/renderer/gl/cgl/
DIOSurfaceSurfaceCGL.cpp241 int formatIndex = in validateAttributes() local
244 if (formatIndex < 0) in validateAttributes()
251 kIOSurfaceFormats[formatIndex].componentBytes) in validateAttributes()
/external/angle/src/libANGLE/renderer/vulkan/mac/
DIOSurfaceSurfaceVkMac.mm184 int formatIndex =
187 if (formatIndex < 0)
194 kIOSurfaceFormats[formatIndex].componentBytes)
/external/angle/src/libANGLE/renderer/gl/eagl/
DIOSurfaceSurfaceEAGL.mm300 int formatIndex =
303 if (formatIndex < 0)
310 kIOSurfaceFormats[formatIndex].componentBytes)
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMessageFormat.java2399 int formatIndex = 0; in writeObject() local
2402 out.writeInt(formatIndex); in writeObject()
2405 ++formatIndex; in writeObject()
2431 int formatIndex = in.readInt(); in readObject() local
2433 setFormat(formatIndex, formatter); in readObject()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DMessageFormat.java2327 int formatIndex = 0; in writeObject() local
2330 out.writeInt(formatIndex); in writeObject()
2333 ++formatIndex; in writeObject()
2359 int formatIndex = in.readInt(); in readObject() local
2361 setFormat(formatIndex, formatter); in readObject()

12