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

12 3 4 5

  /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; }
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/geometry/
vktGeometryBasicClass.cpp 114 const Allocation& alloc = vertexBuffer.getAllocation();
194 const Allocation& colorBufferAlloc = colorBuffer.getAllocation();
vktGeometryTestsUtil.hpp 70 vk::Allocation& getAllocation (void) const { return *m_allocation; }
98 vk::Allocation& getAllocation (void) const { return *m_allocation; }
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMakeUtil.hpp 48 vk::Allocation& getAllocation (void) const { return *m_allocation; }
69 vk::Allocation& getAllocation (void) const { return *m_allocation; }
vktPipelineMultisampleBaseResolve.cpp 206 const Allocation& vertexBufferAllocation = vertexBuffer->getAllocation();
529 const Allocation& bufferRSAllocation = bufferRS->getAllocation();
  /frameworks/base/rs/java/android/renderscript/
ProgramVertexFixedFunction.java 43 bindConstants(va.getAllocation(), 0);
207 Allocation getAllocation() {
  /hardware/google/av/codec2/vndk/
C2Buffer.cpp 148 std::shared_ptr<C2LinearAllocation> getAllocation() const {
276 c2_status_t error = mImpl->getAllocation()->map(
283 (void)i->getAllocation()->unmap(base, len, nullptr);
306 c2_status_t error = mImpl->getAllocation()->map(
313 (void)i->getAllocation()->unmap(base, len, nullptr);
823 std::shared_ptr<C2GraphicAllocation> getAllocation() const {
852 mError = mImpl->getAllocation()->map(
872 mImpl->getAllocation()->unmap(mData, crop, nullptr);
897 mImpl->getAllocation()->unmap(mData, mImpl->crop(), nullptr);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemYCbCrConversionTests.cpp 353 deMemcpy(buffer->getAllocation().getHostPtr(), imageData.getPlanePtr(planeNdx), imageData.getPlaneSize(planeNdx));
354 flushMappedMemoryRange(vk, device, buffer->getAllocation().getMemory(), buffer->getAllocation().getOffset(), (deUint32)imageData.getPlaneSize(planeNdx));
512 deMemcpy(refUniform->getAllocation().getHostPtr(), &refData[0], refUniformSize);
513 vk::flushMappedMemoryRange(vk, device, refUniform->getAllocation().getMemory(), refUniform->getAllocation().getOffset(), refUniformSize);
    [all...]
vktProtectedMemStorageBufferTests.cpp 382 deMemcpy(testUniform->getAllocation().getHostPtr(), &m_testInput, testUniformSize);
383 vk::flushMappedMemoryRange(vk, device, testUniform->getAllocation().getMemory(), testUniform->getAllocation().getOffset(), testUniformSize);
581 deMemcpy(testUniform->getAllocation().getHostPtr(), &m_testInput, testUniformSize);
582 vk::flushMappedMemoryRange(vk, device, testUniform->getAllocation().getMemory(), testUniform->getAllocation().getOffset(), testUniformSize);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.hpp 78 vk::Allocation& getAllocation (void) const { return *m_allocation; }
99 vk::Allocation& getAllocation (void) const { return *m_allocation; }
vktImageCompressionTranscodingSupport.cpp 563 const Allocation& alloc = imageBuffer.getAllocation();
774 const Allocation& allocResult = imageBufferResult.getAllocation();
    [all...]
vktImageTranscodingSupportTests.cpp 342 const Allocation& vertexBufferAlloc = vertexBuffer->getAllocation();
395 const Allocation& alloc = srcImageBuffer->getAllocation();
436 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation();
592 const Allocation& vertexBufferAlloc = vertexBuffer->getAllocation();
    [all...]
vktImageMultisampleLoadStoreTests.cpp 272 const Allocation& alloc = constantsBuffer->getAllocation();
291 const Allocation& alloc = resultBuffer->getAllocation();
436 const Allocation& alloc = resultBuffer->getAllocation();
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationUtil.hpp 62 vk::Allocation& getAllocation (void) const { return *m_allocation; }
95 vk::Allocation& getAllocation (void) const { return *m_allocation; }
vktSynchronizationOperation.cpp 116 const Allocation& alloc = m_vertexBuffer->getAllocation();
131 const Allocation& alloc = m_indexBuffer->getAllocation();
206 const Allocation& alloc = hostBuffer.getAllocation();
602 const Allocation& alloc = m_hostBuffer->getAllocation();
708 const Allocation& alloc = m_hostBuffer->getAllocation();
    [all...]
vktSynchronizationInternallySynchronizedObjectsTests.cpp 341 const Allocation& alloc = resultBuffer.getAllocation();
378 const Allocation& resultAlloc = resultBuffer.getAllocation();
429 const Allocation& alloc = resultBuffer.getAllocation();
476 const Allocation& resultAlloc = resultBuffer.getAllocation();
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
BlockingInputAllocation.java 74 public Allocation getAllocation() {
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
KernelInputTest.java 755 script.forEach_clear_input_small(item.getAllocation(), tmp);
756 script.invoke_verify_input_small(item.getAllocation());
776 script.forEach_clear_input_big(item.getAllocation(), tmp);
777 script.invoke_verify_input_big(item.getAllocation());
ForEachTest.java 441 in = new ScriptField_fe_test(mRS, x).getAllocation();
442 out = new ScriptField_fe_test(mRS, x).getAllocation();
KernelTest.java 441 in = new ScriptField_kernel_test(mRS, x).getAllocation();
442 out = new ScriptField_kernel_test(mRS, x).getAllocation();
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationPrimitiveDiscardTests.cpp 414 const Allocation& alloc = vertexBuffer.getAllocation();
426 const Allocation& alloc = resultBuffer.getAllocation();
559 const Allocation& colorBufferAlloc = colorBuffer.getAllocation();
568 const Allocation& resultAlloc = resultBuffer.getAllocation();
vktTessellationCoordinatesTests.cpp 554 const Allocation& alloc = tessLevelsBuffer.getAllocation();
562 const Allocation& alloc = resultBuffer.getAllocation();
591 const Allocation& resultAlloc = resultBuffer.getAllocation();
vktTessellationFractionalSpacingTests.cpp 581 const Allocation& alloc = tessLevelsBuffer.getAllocation();
590 const Allocation& alloc = resultBuffer.getAllocation();
621 const Allocation& resultAlloc = resultBuffer.getAllocation();
  /frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
MainActivity.java 398 mStructInAlloc = complex_struct.getAllocation();
405 mStructOutAlloc = complex_struct.getAllocation();

Completed in 752 milliseconds

12 3 4 5