HomeSort by relevance Sort by last modified time
    Searched full:getallocation (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
UT_kernel_struct.java 40 A = t.getAllocation();
43 B = t.getAllocation();
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
UT_kernel_struct.java 37 A = t.getAllocation();
40 B = t.getAllocation();
UT_struct.java 47 p.getAllocation().destroy();
UT_foreach_multi.java 83 Out3 = StructType.getAllocation();
UT_element.java 87 s.get_complexStruct().getAllocation().destroy();
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_kernel_struct.java 39 A = t.getAllocation();
42 B = t.getAllocation();
UT_struct.java 49 p.getAllocation().destroy();
UT_element.java 89 s.get_complexStruct().getAllocation().destroy();
UT_foreach_multi.java 85 Out3 = StructType.getAllocation();
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
IsObjectTest.java 77 mIn = filed.getAllocation();
97 mIn = filed.getAllocation();
121 mIn = filed.getAllocation();
144 mIn = filed.getAllocation();
166 mIn = filed.getAllocation();
SetObjectTest.java 78 mIn = field.getAllocation();
98 mIn = field.getAllocation();
121 mIn = field.getAllocation();
143 mIn = field.getAllocation();
165 mIn = field.getAllocation();
SmallStructsTest.java 157 Allocation alloc = (Allocation) scriptFieldClass.getMethod("getAllocation")
217 Allocation alloc = (Allocation) scriptFieldClass.getMethod("getAllocation")
  /frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/
BallsRS.java 71 pvs.bindConstants(mVpConsts.getAllocation(), 0);
115 smb.addVertexAllocation(mPoints.getAllocation());
125 mPhysicsScript.set_gBalls(mBalls.getAllocation());
132 mScript.set_gGrid(mGrid.getAllocation());
142 mPhysicsScript.set_gGrid(mGrid.getAllocation());
  /frameworks/rs/tests/lldb/java/Reduction/src/com/android/rs/lldbreductiontest/
MainActivity.java 91 Allocation alloc = minUserType.getAllocation();
105 Allocation alloc = minUserType.getAllocation();
  /external/libchrome/base/trace_event/
heap_profiler_allocation_register.cc 31 return register_.GetAllocation(index_);
142 *out_allocation = GetAllocation(index);
183 AllocationRegister::Allocation AllocationRegister::GetAllocation(
  /external/deqp/external/vulkancts/modules/vulkan/subgroups/
vktSubgroupsTestsUtils.cpp 539 Allocation& getAllocation() const
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkBufferWithMemory.hpp 53 vk::Allocation& getAllocation (void) const { return *m_allocation; }
vkImageWithMemory.hpp 52 vk::Allocation& getAllocation (void) const { return *m_allocation; }
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
Buffer.java 68 public Allocation getAllocation() {
  /external/tensorflow/tensorflow/compiler/xla/service/
buffer_assignment_test.cc 199 const BufferAllocation& GetAllocation(const BufferAssignment& buffers,
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
buffer_allocations.cc 67 const BufferAllocation& allocation = buffer_assignment.GetAllocation(i);
118 const BufferAllocation& allocation = buffer_assignment.GetAllocation(i);
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeBasicComputeShaderTests.cpp 255 const Allocation& bufferAllocation = buffer.getAllocation();
426 const Allocation& bufferAllocation = buffer.getAllocation();
599 const Allocation& bufferAllocation = buffer.getAllocation();
725 const Allocation& stagingBufferAllocation = stagingBuffer.getAllocation();
814 const Allocation& outputBufferAllocation = outputBuffer.getAllocation();
818 const deUint32* refBufferPtr = static_cast<deUint32*>(stagingBuffer.getAllocation().getHostPtr());
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp 373 const Allocation& vertexBufferAllocation = vertexBuffer->getAllocation();
609 const Allocation& vertexAllocPerSampleFetchPass = vertexBufferPerSampleFetchPass->getAllocation();
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemBufferValidator.hpp 196 deMemcpy(refUniform->getAllocation().getHostPtr(), getReferenceDataSrc(), refDataSize);
197 vk::flushMappedMemoryRange(vk, device, refUniform->getAllocation().getMemory(), refUniform->getAllocation().getOffset(), refDataSize);
vktProtectedMemImageValidator.cpp 148 deMemcpy(refUniform->getAllocation().getHostPtr(), &refData, refUniformSize);
149 vk::flushMappedMemoryRange(vk, device, refUniform->getAllocation().getMemory(), refUniform->getAllocation().getOffset(), refUniformSize);

Completed in 942 milliseconds

1 2 3 4 5