Searched refs:outAllocation (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/modules/rsobjdetect/src/ |
D | innerloop.cpp | 54 sp<Allocation> outAllocation; in innerloops() local 59 outAllocation = Allocation::createTyped(rs,t2); in innerloops() 80 sc->forEach_runAtHaarKernel(inAllocation, outAllocation); in innerloops() 81 outAllocation->copy1DRangeTo(0,width*height,outData); in innerloops()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiComputeInstanceResultBuffer.cpp | 54 de::MovePtr<Allocation> *outAllocation) in createResultBuffer() argument 83 *outAllocation = allocation; in createResultBuffer()
|
D | vktApiBufferComputeInstance.cpp | 40 de::MovePtr<Allocation>* outAllocation, in createColorDataBuffer() argument 81 *outAllocation = allocation; in createColorDataBuffer()
|
D | vktApiBufferComputeInstance.hpp | 40 de::MovePtr<vk::Allocation>* outAllocation,
|
D | vktApiComputeInstanceResultBuffer.hpp | 60 de::MovePtr<vk::Allocation>* outAllocation);
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingShaderAccessTests.cpp | 281 de::MovePtr<vk::Allocation>* outAllocation); 353 de::MovePtr<vk::Allocation>* outAllocation) in createColorAttachment() argument 377 *outAllocation = allocation; in createColorAttachment() 1519 de::MovePtr<vk::Allocation>* outAllocation); 1551 de::MovePtr<vk::Allocation>* outAllocation) in createResultBuffer() argument 1574 *outAllocation = allocation; in createResultBuffer() 1829 …ize, const tcu::Vec4& value1, const tcu::Vec4& value2, de::MovePtr<vk::Allocation>* outAllocation); 1885 …Size, const tcu::Vec4& value1, const tcu::Vec4& value2, de::MovePtr<vk::Allocation>* outAllocation) in createColorDataBuffer() argument 1914 *outAllocation = allocation; in createColorDataBuffer() 2780 de::MovePtr<vk::Allocation>* outAllocation); [all …]
|