HomeSort by relevance Sort by last modified time
    Searched defs:alloc (Results 251 - 275 of 343) sorted by null

<<11121314

  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp 529 de::MovePtr<Allocation> alloc = m_memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *buffer), MemoryRequirement::HostVisible); local
530 VK_CHECK(vk.bindBufferMemory(vkDevice, *buffer, alloc->getMemory(), alloc->getOffset()));
532 deMemcpy(alloc->getHostPtr(), dataPtr, size);
533 flushMappedMemoryRange(vk, vkDevice, alloc->getMemory(), alloc->getOffset(), size);
540 uniformInfo->alloc = AllocationSp(alloc.release());
600 de::MovePtr<vk::Allocation> alloc = m_memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *buffer), MemoryRequirement::HostVisible); local
601 VK_CHECK(vk.bindBufferMemory(vkDevice, *buffer, alloc->getMemory(), alloc->getOffset()))
    [all...]
vktShaderRender.hpp 501 AllocationSp alloc; member in class:vkt::sr::ShaderRenderCaseInstance::BufferUniform
514 AllocationSp alloc; member in class:vkt::sr::ShaderRenderCaseInstance::SamplerUniform
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.cpp 1660 de::MovePtr<Allocation> alloc = allocateAndBindMemory(m_context, *buffer, vk::MemoryRequirement::HostVisible); local
    [all...]
  /external/libxml2/include/libxml/
tree.h 95 xmlBufferAllocationScheme alloc; /* The realloc method */ member in struct:_xmlBuffer
    [all...]
  /external/wpa_supplicant_8/src/tls/
libtommath.c 127 int used, alloc, sign; member in struct:__anon27638
239 if (c->alloc < max + 1) {
317 if (c->alloc < max) {
393 a->alloc = MP_PREC;
417 a->alloc = a->used = 0;
967 if (a->alloc < 2) {
1122 for (n = 0; n < a->alloc; n++) {
1139 if (b->alloc < a->used) {
1269 /* if the alloc size is smaller alloc more ram *
    [all...]
  /frameworks/base/core/jni/android/opengl/
util.cpp 64 void* alloc(size_t size) { function in class:android::MallocHelper
120 pTransformed = (float*) mallocHelper.alloc(transformedIndexCount * 4 * sizeof(float));
    [all...]
  /frameworks/base/core/jni/
android_util_AssetManager.cpp 2112 String8 alloc = Asset::getAssetAllocations(); local
    [all...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 157 Allocation* alloc = rsdScriptGetAllocationForPointer(rsc, sc, ptr); local
159 alloc->callUpdateCacheObject(rsc, &obj);
166 Allocation* alloc = rsdScriptGetAllocationForPointer(rsc, sc, ptr); local
173 alloc->callUpdateCacheObject(rsc, &obj);
339 Allocation *alloc = (Allocation *) rsrAllocationCreateTyped(rsc, type, local
342 if (alloc == nullptr)
344 alloc->callUpdateCacheObject(rsc, &obj);
348 alloc->incSysRef();
349 alloc->decUserRef();
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Allocation.java 2708 Allocation alloc = new Allocation(id, rs, t, usage); local
2946 Allocation alloc = createFromBitmap(rs, b, mips, usage); local
2989 Allocation alloc = Allocation.createSized(rs, Element.U8(rs), allocArray.length, usage); local
    [all...]
ScriptGroup.java 544 Allocation alloc = Allocation.createTyped(mRS, l.mAllocationType, local
548 l.mAllocation = alloc;
551 n.mOutputs.get(ct3).mAllocation = alloc;
    [all...]
  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp 1163 RsAllocation *alloc = (RsAllocation *)_alloc; local
1210 RsAllocation *alloc = (RsAllocation *)_alloc; local
1249 RsAllocation *alloc = (RsAllocation *)_alloc; local
1285 RsAllocation *alloc = (RsAllocation *)_alloc; local
1298 RsAllocation *alloc = (RsAllocation *)_alloc; local
1330 RsAllocation *alloc = (RsAllocation *)_alloc; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
stabs.c 1470 unsigned int alloc; local
1949 unsigned int alloc; local
2220 unsigned int alloc; local
2536 unsigned int alloc; local
4453 unsigned int alloc, count; local
5151 unsigned int alloc, count; local
    [all...]
objdump.c 475 PF (SEC_ALLOC, "ALLOC");
802 char *alloc;
805 alloc = NULL;
810 alloc = bfd_demangle (abfd, name, DMGL_ANSI | DMGL_PARAMS);
811 if (alloc != NULL)
812 name = alloc;
820 if (alloc != NULL)
821 free (alloc);
797 char *alloc; local
1449 size_t alloc; member in struct:__anon73920
2893 char *alloc; local
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.0.CR3/
netty-buffer-4.1.0.CR3.jar 
  /bionic/libc/kernel/uapi/drm/
amdgpu_drm.h 130 } alloc; member in union:drm_amdgpu_ctx_out
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp 637 de::MovePtr<Allocation> alloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *buffer), MemoryRequirement::HostVisible); local
638 VK_CHECK(vk.bindBufferMemory(vkDevice, *buffer, alloc->getMemory(), alloc->getOffset()));
640 deMemcpy(alloc->getHostPtr(), dataPtr, (size_t)inputSize);
641 flushMappedMemoryRange(vk, vkDevice, alloc->getMemory(), alloc->getOffset(), inputSize);
644 m_vertexBufferAllocs.push_back(de::SharedPtr<de::UniquePtr<Allocation> >(new de::UniquePtr<Allocation>(alloc)));
2966 de::MovePtr<Allocation> alloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *buffer), MemoryRequirement::HostVisible); local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.cpp 1919 de::MovePtr<vk::Allocation> alloc = allocateAndBindMemory(m_context, *buffer, vk::MemoryRequirement::HostVisible); local
1951 de::MovePtr<vk::Allocation> alloc = allocateAndBindMemory(m_context, *buffer, vk::MemoryRequirement::HostVisible); local
1993 vk::Allocation* alloc = m_uniformAllocs[allocNdx].get(); local
2008 vk::Allocation* alloc = m_uniformAllocs[0].get(); local
    [all...]
  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp 251 SingleOperationStatistics alloc; member in struct:deqp::gles3::Performance::__anon10439::MapCallStatistics
270 SingleOperationStatistics alloc; member in struct:deqp::gles3::Performance::__anon10439::MapFlushCallStatistics
792 stats.alloc = calculateSingleOperationStatistics(samples, &MapBufferRangeDuration::allocDuration);
807 stats.alloc = calculateSingleOperationStatistics(samples, &MapBufferRangeFlushDuration::allocDuration);
    [all...]
  /external/kernel-headers/original/uapi/drm/
amdgpu_drm.h 164 } alloc; member in union:drm_amdgpu_ctx_out
  /external/libdrm/include/drm/
amdgpu_drm.h 164 } alloc; member in union:drm_amdgpu_ctx_out
  /external/libpng/contrib/tools/
pngfix.c 902 void (*alloc)(struct file*,int idat); member in struct:file
    [all...]
  /external/libxml2/
xmlreader.c 828 int alloc; local
836 alloc = xmlBufGetAllocationScheme(inbuf);
846 (alloc == XML_BUFFER_ALLOC_IMMUTABLE)) {
895 if (alloc != XML_BUFFER_ALLOC_IMMUTABLE) {
    [all...]
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp 1391 RsAllocation *alloc = (RsAllocation *)_alloc; local
1430 RsAllocation *alloc = (RsAllocation *)_alloc; local
1475 RsAllocation *alloc = (RsAllocation *)_alloc; local
1518 RsAllocation *alloc = (RsAllocation *)_alloc; local
1533 RsAllocation *alloc = (RsAllocation *)_alloc; local
1571 RsAllocation *alloc = (RsAllocation *)_alloc; local
1588 RsAllocation *alloc = (RsAllocation *)_alloc; local
2728 const jlong alloc = (jlong)(uintptr_t)allocs[i]; local
2748 const jlong alloc = (jlong)(uintptr_t)allocs[i]; local
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/24.4.0-beta3/
chartlib-24.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/24.4.0-beta6/
chartlib-24.4.0-beta6.jar 

Completed in 2455 milliseconds

<<11121314