Home
last modified time | relevance | path

Searched defs:allocResult (Results 1 – 6 of 6) sorted by relevance

/dports/audio/linuxsampler/linuxsampler-2.2.0/src/scriptvm/
H A DCoreVMFunctions.h110 VMFnResult* allocResult(VMFnArgs* args) OVERRIDE { return new VMEmptyResult(); } in allocResult() function
141 VMFnResult* allocResult(VMFnArgs* args) OVERRIDE { return new VMIntResult(); } in allocResult() function
162 VMFnResult* allocResult(VMFnArgs* args) OVERRIDE { return new VMRealResult(); } in allocResult() function
181 VMFnResult* allocResult(VMFnArgs* args) OVERRIDE { return new VMStringResult(); } in allocResult() function
H A DCoreVMFunctions.cpp181 VMFnResult* VMNumberResultFunction::allocResult(VMFnArgs* args) { in allocResult() function in LinuxSampler::VMNumberResultFunction
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Transforms/
H A DBufferPlacement.cpp278 auto allocResult = allocateResultEffects[0].getValue().cast<OpResult>(); in initBlockMapping() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp2757 const Allocation& allocResult = imageBufferResult.getAllocation(); in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() local
2992 const Allocation& allocResult = imageBufferResult.getAllocation(); in makeGeometryFrameBufferTestRequiredSubgroupSize() local
3541 const Allocation& allocResult = imageBufferResult.getAllocation(); in makeVertexFrameBufferTestRequiredSubgroupSize() local
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/common/
H A DInstrumentScriptVMFunctions.cpp569 VMFnResult* InstrumentScriptVMFunction_by_marks::allocResult(VMFnArgs* args) { in allocResult() function in LinuxSampler::InstrumentScriptVMFunction_by_marks
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/image/
H A DvktImageCompressionTranscodingSupport.cpp891 const Allocation& allocResult = imageBufferResult.getAllocation(); in copyResultAndCompare() local