Home
last modified time | relevance | path

Searched refs:AllocateOutput (Results 1 – 17 of 17) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Segmentation/LevelSets/include/
H A DitkReinitializeLevelSetImageFilter.hxx129 ::AllocateOutput() in AllocateOutput() function in itk::ReinitializeLevelSetImageFilter
153 this->AllocateOutput(); in GenerateData()
H A DitkExtensionVelocitiesImageFilter.h122 void AllocateOutput() override;
H A DitkReinitializeLevelSetImageFilter.h150 virtual void AllocateOutput();
H A DitkExtensionVelocitiesImageFilter.hxx125 ::AllocateOutput() in AllocateOutput() function in itk::ExtensionVelocitiesImageFilter
127 this->Superclass::AllocateOutput(); in AllocateOutput()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Ddec_frame.h196 void AllocateOutput();
H A Ddec_frame.cc425 void FrameDecoder::AllocateOutput() { in AllocateOutput() function in jxl::FrameDecoder
687 AllocateOutput(); in ProcessSections()
/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/
H A Ddec_frame.h200 void AllocateOutput();
H A Ddec_frame.cc429 void FrameDecoder::AllocateOutput() { in AllocateOutput() function in jxl::FrameDecoder
702 AllocateOutput(); in ProcessSections()
790 AllocateOutput(); in Flush()
924 AllocateOutput(); in FinalizeFrame()
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Ddec_frame.h196 void AllocateOutput();
H A Ddec_frame.cc425 void FrameDecoder::AllocateOutput() { in AllocateOutput() function in jxl::FrameDecoder
687 AllocateOutput(); in ProcessSections()
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/
H A Ddec_frame.h211 Status AllocateOutput();
H A Ddec_frame.cc480 Status FrameDecoder::AllocateOutput() { in AllocateOutput() function in jxl::FrameDecoder
1021 JXL_RETURN_IF_ERROR(AllocateOutput()); in ProcessSections()
1133 JXL_RETURN_IF_ERROR(AllocateOutput()); in Flush()
1268 JXL_RETURN_IF_ERROR(AllocateOutput()); in FinalizeFrame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/backend/
H A Dmid-tier-register-allocator.cc1301 void AllocateOutput(UnallocatedOperand* operand, int instr_index);
1415 RegisterIndex AllocateOutput(UnallocatedOperand* operand, int instr_index,
2246 void SinglePassRegisterAllocator::AllocateOutput(UnallocatedOperand* operand, in AllocateOutput() function in v8::internal::compiler::SinglePassRegisterAllocator
2248 AllocateOutput(operand, instr_index, UsePosition::kEnd); in AllocateOutput()
2251 RegisterIndex SinglePassRegisterAllocator::AllocateOutput( in AllocateOutput() function in v8::internal::compiler::SinglePassRegisterAllocator
2314 RegisterIndex reg = AllocateOutput(output, instr_index, UsePosition::kAll); in AllocateSameInputOutput()
2774 .AllocateOutput(unallocated_output, instr_index); in AllocateRegisters()
/dports/lang/v8/v8-9.6.180.12/src/compiler/backend/
H A Dmid-tier-register-allocator.cc1341 void AllocateOutput(UnallocatedOperand* operand, VirtualRegisterData& vreg,
1472 RegisterIndex AllocateOutput(UnallocatedOperand* operand,
2337 void SinglePassRegisterAllocator::AllocateOutput(UnallocatedOperand* operand, in AllocateOutput() function in v8::internal::compiler::SinglePassRegisterAllocator
2340 AllocateOutput(operand, vreg_data, instr_index, UsePosition::kEnd); in AllocateOutput()
2343 RegisterIndex SinglePassRegisterAllocator::AllocateOutput( in AllocateOutput() function in v8::internal::compiler::SinglePassRegisterAllocator
2408 AllocateOutput(output, output_vreg_data, instr_index, UsePosition::kAll); in AllocateSameInputOutput()
2890 .AllocateOutput(unallocated_output, output_vreg_data, in AllocateRegisters()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DShaderCodeGen.hpp231 void AllocateOutput(CVariable* var, uint offset, uint instance = 0);
H A DPixelShaderCodeGen.cpp348 AllocateOutput(output, offset); in AllocatePSPayload()
358 AllocateOutput(m_CoarseoMask, offset); in AllocatePSPayload()
H A DCShader.cpp495 void CShader::AllocateOutput(CVariable* var, uint offset, uint instance) in AllocateOutput() function in CShader