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

1 2

  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_kernel_struct.java 40 A = t.getAllocation();
43 B = t.getAllocation();
  /frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
UT_kernel_struct.java 40 A = t.getAllocation();
43 B = t.getAllocation();
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_kernel_struct.java 40 A = t.getAllocation();
43 B = t.getAllocation();
UT_foreach_multi.java 84 Out3 = StructType.getAllocation();
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
IsObjectTest.java 64 mIn = filed.getAllocation();
84 mIn = filed.getAllocation();
108 mIn = filed.getAllocation();
131 mIn = filed.getAllocation();
153 mIn = filed.getAllocation();
SetObjectTest.java 63 mIn = filed.getAllocation();
83 mIn = filed.getAllocation();
106 mIn = filed.getAllocation();
128 mIn = filed.getAllocation();
150 mIn = filed.getAllocation();
SmallStructsTest.java 151 Allocation alloc = (Allocation) scriptFieldClass.getMethod("getAllocation")
208 Allocation alloc = (Allocation) scriptFieldClass.getMethod("getAllocation")
KernelInputTest.java 595 script.forEach_clear_input_small(item.getAllocation(), tmp);
596 script.invoke_verify_input_small(item.getAllocation());
613 script.forEach_clear_input_big(item.getAllocation(), tmp);
614 script.invoke_verify_input_big(item.getAllocation());
ForEachTest.java 393 in = new ScriptField_fe_test(mRS, x).getAllocation();
394 out = new ScriptField_fe_test(mRS, x).getAllocation();
KernelTest.java 393 in = new ScriptField_kernel_test(mRS, x).getAllocation();
394 out = new ScriptField_kernel_test(mRS, x).getAllocation();
  /frameworks/rs/java/tests/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());
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBufferSparseBinding.cpp 255 deMemcpy(inputBuffer->getAllocation().getHostPtr(), &referenceData[0], m_bufferSize);
257 flushMappedMemoryRange(deviceInterface, *m_logicalDevice, inputBuffer->getAllocation().getMemory(), inputBuffer->getAllocation().getOffset(), m_bufferSize);
304 const Allocation& allocation = outputBuffer->getAllocation();
vktSparseResourcesBufferSparseResidency.cpp 287 deMemcpy(inputBuffer->getAllocation().getHostPtr(), &referenceData[0], m_bufferSize);
289 flushMappedMemoryRange(deviceInterface, *m_logicalDevice, inputBuffer->getAllocation().getMemory(), inputBuffer->getAllocation().getOffset(), m_bufferSize);
375 const Allocation& allocation = outputBuffer->getAllocation();
vktSparseResourcesImageSparseBinding.cpp 301 deMemcpy(inputBuffer->getAllocation().getHostPtr(), &referenceData[0], imageSizeInBytes);
303 flushMappedMemoryRange(deviceInterface, *m_logicalDevice, inputBuffer->getAllocation().getMemory(), inputBuffer->getAllocation().getOffset(), imageSizeInBytes);
374 const Allocation& allocation = outputBuffer->getAllocation();
vktSparseResourcesTestsUtil.hpp 72 vk::Allocation& getAllocation (void) const { return *m_allocation; }
93 vk::Allocation& getAllocation (void) const { return *m_allocation; }
vktSparseResourcesMipmapSparseResidency.cpp 451 deMemcpy(inputBuffer->getAllocation().getHostPtr(), &referenceData[0], imageSizeInBytes);
453 flushMappedMemoryRange(deviceInterface, *m_logicalDevice, inputBuffer->getAllocation().getMemory(), inputBuffer->getAllocation().getOffset(), imageSizeInBytes);
524 const Allocation& allocation = outputBuffer->getAllocation();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
Buffer.java 68 public Allocation getAllocation() {
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeTestsUtil.hpp 50 vk::Allocation& getAllocation (void) const { return *m_allocation; }
71 vk::Allocation& getAllocation (void) const { return *m_allocation; }
vktComputeBasicComputeShaderTests.cpp 252 const Allocation& bufferAllocation = buffer.getAllocation();
423 const Allocation& bufferAllocation = buffer.getAllocation();
596 const Allocation& bufferAllocation = buffer.getAllocation();
722 const Allocation& stagingBufferAllocation = stagingBuffer.getAllocation();
811 const Allocation& outputBufferAllocation = outputBuffer.getAllocation();
815 const deUint32* refBufferPtr = static_cast<deUint32*>(stagingBuffer.getAllocation().getHostPtr());
    [all...]
vktComputeIndirectComputeDispatchTests.cpp 182 const vk::Allocation& alloc = indirectBuffer.getAllocation();
228 const vk::Allocation& alloc = resultBuffer.getAllocation();
334 const vk::Allocation& alloc = resultBuffer.getAllocation();
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.hpp 70 vk::Allocation& getAllocation (void) const { return *m_allocation; }
91 vk::Allocation& getAllocation (void) const { return *m_allocation; }
vktImageLoadStoreTests.cpp 633 const Allocation& alloc = m_imageBuffer->getAllocation();
699 const Allocation& alloc = m_constantsBuffer->getAllocation();
    [all...]
  /frameworks/base/rs/java/android/renderscript/
ProgramVertexFixedFunction.java 43 bindConstants(va.getAllocation(), 0);
207 Allocation getAllocation() {
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineEarlyFragmentTests.cpp 73 Allocation& getAllocation (void) const { return *m_allocation; }
101 Allocation& getAllocation (void) const { return *m_allocation; }
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
BlockingInputAllocation.java 74 public Allocation getAllocation() {

Completed in 2046 milliseconds

1 2