Home
last modified time | relevance | path

Searched refs:BindInfo (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/Archive/Common/
DCoderMixer2.cpp127 const CBindInfo *BindInfo; member in NCoderMixer2::CBondsChecks
134 const CCoderStreamsInfo &coder = BindInfo->Coders[coderIndex]; in CheckCoder()
140 UInt32 start = BindInfo->Coder_to_Stream[coderIndex]; in CheckCoder()
146 if (BindInfo->IsStream_in_PackStreams(ind)) in CheckCoder()
149 int bond = BindInfo->FindBond_for_PackStream(ind); in CheckCoder()
152 if (!CheckCoder(BindInfo->Bonds[bond].UnpackIndex)) in CheckCoder()
161 BoolVector_Fill_False(_coderUsed, BindInfo->Coders.Size()); in Check()
163 if (!CheckCoder(BindInfo->UnpackCoder)) in Check()
206 bc.BindInfo = this; in CalcMapsAndCheck()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.h342 VkImageView *BindInfo();
Dvkrenderframework.cpp1778 VkImageView *VkDepthStencilObj::BindInfo() { return &m_attachmentBindInfo; } in BindInfo() function in VkDepthStencilObj
Dlayer_validation_tests.cpp676 depth_attachment = m_depthStencil->BindInfo(); in VKTriangleTest()
7613 VkImageView *depthView = m_depthStencil->BindInfo(); in TEST_F()
33463 ASSERT_NO_FATAL_FAILURE(InitRenderTarget(m_depthStencil->BindInfo())); in TEST_F()