Home
last modified time | relevance | path

Searched refs:alloc (Results 1076 - 1100 of 1199) sorted by relevance

1...<<4142434445464748

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingPipelineFlagsTests.cpp365 Allocation& alloc = m_buffer->getAllocation();
366 flushMappedMemoryRange(m_vkd, m_dev, alloc.getMemory(), alloc.getOffset(), VK_WHOLE_SIZE);
H A DvktRayTracingAccelerationStructuresTests.cpp3050 static TlasPtr alloc() { return TlasPtr(makeTopLevelAccelerationStructure().release()); } in alloc() function
3055 static BlasPtr alloc() { return BlasPtr(makeBottomLevelAccelerationStructure().release()); } in alloc() function
3076 auto ptr = ASAllocator<SharedPtrType>::alloc();
3305 Allocation& alloc = buffer->getAllocation(); variable
3306 invalidateMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), VK_WHOLE_SIZE);
3308 deUint8* ptrSize = reinterpret_cast<deUint8*>(alloc.getHostPtr());
3483 Allocation& alloc = buffer->getAllocation(); in iterate() local
3484 invalidateMappedMemoryRange(vk, device, alloc.getMemory(), alloc in iterate()
[all...]
H A DvktRayTracingMiscTests.cpp8519 de::MovePtr<BufferWithMemory> createEmptySBT (const DeviceInterface& vkd, VkDevice device, Allocator& alloc, deUint32 shaderGroupHandleSize) in createEmptySBT() argument
8526 auto sbtBuffer = de::MovePtr<BufferWithMemory>(new BufferWithMemory(vkd, device, alloc, sbtInfo, sbtReqs)); in createEmptySBT()
8542 auto& alloc = context.getDefaultAllocator(); in nullMissInstance() local
8564 bottomLevelAS->createAndBuild(vkd, device, cmdBuffer, alloc); in nullMissInstance()
8569 topLevelAS->createAndBuild(vkd, device, cmdBuffer, alloc); in nullMissInstance()
8574 BufferWithMemory buffer (vkd, device, alloc, bufferCreateInfo, MemoryRequirement::HostVisible); in nullMissInstance()
8648 raygenSBT = rayTracingPipeline->createShaderBindingTable(vkd, device, pipeline.get(), alloc, shaderGroupHandleSize, shaderGroupBaseAlignment, 0u, 1u); in nullMissInstance()
8651 hitSBT = rayTracingPipeline->createShaderBindingTable(vkd, device, pipeline.get(), alloc, shaderGroupHandleSize, shaderGroupBaseAlignment, 1u, 1u); in nullMissInstance()
8655 missSBT = createEmptySBT(vkd, device, alloc, shaderGroupHandleSize); in nullMissInstance()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesBufferTests.cpp240 const Allocation& alloc = **sparseAllocation->allocations[memBindIter->allocationNdx]; in build() local
245 alloc.getMemory(), // VkDeviceMemory memory; in build()
246 alloc.getOffset() + memBindIter->memoryChunkNdx * chunkSize, // VkDeviceSize memoryOffset; in build()
/third_party/mesa3d/include/CL/
H A Dcl2.hpp3687 }; // class SVMAllocator return cl::pointer<T>(tmp, detail::Deleter<T, Alloc>{alloc, copies});
3719 Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, copies_{ copies } in Deleter() argument
3740 Alloc alloc(alloc_); in allocate_pointer()
3746 T* tmp = std::allocator_traits<Alloc>::allocate(alloc, copies); in allocate_pointer()
3753 alloc, in allocate_pointer()
3757 return cl::pointer<T, detail::Deleter<Alloc>>(tmp, detail::Deleter<Alloc>{alloc, copies}); in allocate_pointer()
3761 std::allocator_traits<Alloc>::deallocate(alloc, tmp, copies); in allocate_pointer()
3769 SVMAllocator<T, SVMTrait> alloc; in allocate_svm() local
3770 return cl::allocate_pointer<T>(alloc, arg in allocate_svm()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingAccelerationStructuresTests.cpp3283 static TlasPtr alloc() { return TlasPtr(makeTopLevelAccelerationStructure().release()); } in alloc() function
3288 static BlasPtr alloc() { return BlasPtr(makeBottomLevelAccelerationStructure().release()); } in alloc() function
3309 auto ptr = ASAllocator<SharedPtrType>::alloc();
3538 Allocation& alloc = buffer->getAllocation(); variable
3539 invalidateMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), VK_WHOLE_SIZE);
3541 deUint8* ptrSize = reinterpret_cast<deUint8*>(alloc.getHostPtr());
3716 Allocation& alloc = buffer->getAllocation(); in iterate() local
3717 invalidateMappedMemoryRange(vk, device, alloc.getMemory(), alloc in iterate()
[all...]
/third_party/mesa3d/include/drm-uapi/
H A Damdgpu_drm.h269 } alloc; member
/third_party/libdrm/include/drm/
H A Damdgpu_drm.h265 } alloc; member
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_uniforms.c80 VkAllocationCallbacks *alloc) in push_constants_bo_free()
78 push_constants_bo_free(VkDevice _device, uint64_t bo_ptr, VkAllocationCallbacks *alloc) push_constants_bo_free() argument
/third_party/node/lib/
H A D_http_client.js806 const parser = parsers.alloc();
/third_party/node/test/parallel/
H A Dtest-repl-tab-complete.js567 putIn.run(['var ele = Buffer.alloc(1e6 + 1); ele.biu = 1;']);
580 Buffer.alloc(0) :
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha1-ia64.pl248 { .mmi; alloc tmp1=ar.pfs,3,14,0,0
/third_party/node/deps/openssl/openssl/crypto/chacha/asm/
H A Dchacha-ia64.pl45 { .mmi; alloc r2=ar.pfs,5,17,0,0
/third_party/openssl/crypto/chacha/asm/
H A Dchacha-ia64.pl45 { .mmi; alloc r2=ar.pfs,5,17,0,0
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTestsUtils.cpp67 , alloc (alloc_) in ImageHandleAlloc()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTestsUtils.cpp67 , alloc (alloc_) in ImageHandleAlloc()
/third_party/openssl/crypto/sha/asm/
H A Dsha1-ia64.pl248 { .mmi; alloc tmp1=ar.pfs,3,14,0,0
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-serialize.hh243 object_t *obj = object_pool.alloc (); in push()
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdePoolArray.hpp305 void** newPageTable = (void**)m_pool->alloc(newPageTableCapacity * sizeof(void*)); in reserve()
335 break; // No free space for alloc + alignment. in reserve()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleTests.cpp4961 auto& alloc = buffer.getAllocation();
4962 deMemset(alloc.getHostPtr(), 0, static_cast<size_t>(size));
4963 vk::flushAlloc(vkd, device, alloc);
5421 auto& alloc = buffer->getAllocation();
5422 vk::invalidateAlloc(vkd, device, alloc);
5426 deMemcpy(bufferValues.data(), alloc.getHostPtr(), bufferSizes[i]);
5438 auto& alloc = buffer->getAllocation();
5439 vk::invalidateAlloc(vkd, device, alloc);
5443 deMemcpy(bufferValues.data(), alloc.getHostPtr(), bufferSizes[i]);
5451 if (deMemCmp(alloc
[all...]
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pBufferDataUploadTests.cpp251 SingleOperationStatistics alloc; member
270 SingleOperationStatistics alloc; member
792 stats.alloc = calculateSingleOperationStatistics(samples, &MapBufferRangeDuration::allocDuration); in calculateSampleStatistics()
807 stats.alloc = calculateSingleOperationStatistics(samples, &MapBufferRangeFlushDuration::allocDuration); in calculateSampleStatistics()
1135 log << tcu::TestLog::Float("AllocMin", "Alloc: Min time", "us", QP_KEY_TAG_TIME, stats.alloc.minTime) in logAllocStats()
1136 << tcu::TestLog::Float("AllocMax", "Alloc: Max time", "us", QP_KEY_TAG_TIME, stats.alloc.maxTime) in logAllocStats()
1137 << tcu::TestLog::Float("AllocMin90", "Alloc: 90%-Min time", "us", QP_KEY_TAG_TIME, stats.alloc.min2DecileTime) in logAllocStats()
1138 << tcu::TestLog::Float("AllocMax90", "Alloc: 90%-Max time", "us", QP_KEY_TAG_TIME, stats.alloc.max9DecileTime) in logAllocStats()
1139 << tcu::TestLog::Float("AllocMedian", "Alloc: Median time", "us", QP_KEY_TAG_TIME, stats.alloc.medianTime); in logAllocStats()
1219 << tcu::TestLog::Float("AllocMedianCost", "Alloc: Median cost", "us", QP_KEY_TAG_TIME, stats.alloc in logAllocContribution()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleTests.cpp4692 auto& alloc = buffer.getAllocation();
4693 deMemset(alloc.getHostPtr(), 0, static_cast<size_t>(size));
4694 vk::flushAlloc(vkd, device, alloc);
5148 auto& alloc = buffer->getAllocation();
5149 vk::invalidateAlloc(vkd, device, alloc);
5153 deMemcpy(bufferValues.data(), alloc.getHostPtr(), bufferSizes[i]);
5165 auto& alloc = buffer->getAllocation();
5166 vk::invalidateAlloc(vkd, device, alloc);
5170 deMemcpy(bufferValues.data(), alloc.getHostPtr(), bufferSizes[i]);
5178 if (deMemCmp(alloc
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktDynamicRenderingTests.cpp932 const Allocation alloc = m_imageBuffer[ndx]->getBoundMemory(); in initialize() local
933 deMemset(alloc.getHostPtr(), 0, static_cast<std::size_t>(imageBufferSize)); in initialize()
934 flushAlloc(vk, device, alloc); in initialize()
971 const Allocation alloc = m_imageStencilBuffer->getBoundMemory(); in initialize() local
972 deMemset(alloc.getHostPtr(), 0, static_cast<std::size_t>(imageBufferStencilSize)); in initialize()
973 flushAlloc(vk, device, alloc); in initialize()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_cmd_buffer.c1563 cmd_buffer = vk_zalloc2(&device->vk.alloc, NULL, sizeof(*cmd_buffer), 8, in tu_create_cmd_buffer()
1571 vk_free2(&device->vk.alloc, NULL, cmd_buffer); in tu_create_cmd_buffer()
1631 vk_free2(&cmd_buffer->device->vk.alloc, &cmd_buffer->pool->vk.alloc, in tu_cmd_buffer_destroy()
3692 pool = vk_alloc2(&device->vk.alloc, pAllocator, sizeof(*pool), 8, in tu_CreateCommandPool()
3700 vk_free2(&device->vk.alloc, pAllocator, pool); in tu_CreateCommandPool()
3736 vk_free2(&device->vk.alloc, pAllocator, pool); in tu_DestroyCommandPool()
3847 vk_alloc(&cmd->pool->vk.alloc, pass->attachment_count * in tu_CmdBeginRenderPass2()
5175 vk_free(&cmd_buffer->pool->vk.alloc, cmd_buffer->state.attachments); in tu_CmdEndRenderPass2()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline.c171 slab->alloc = radv_alloc_shader_memory(device, code_size, pipeline); in radv_pipeline_slab_create()
172 if (!slab->alloc) { in radv_pipeline_slab_create()
186 radv_free_shader_memory(device, slab->alloc); in radv_pipeline_slab_destroy()
229 vk_free2(&device->vk.alloc, allocator, pipeline); in radv_pipeline_destroy()
4090 pipeline->slab_bo = pipeline->slab->alloc->arena->bo; in radv_upload_shaders()
4094 uint32_t slab_offset = pipeline->slab->alloc->offset; in radv_upload_shaders()
4095 char *slab_ptr = pipeline->slab->alloc->arena->ptr; in radv_upload_shaders()
7058 pipeline = vk_zalloc2(&device->vk.alloc, pAllocator, sizeof(*pipeline), 8, in radv_graphics_pipeline_create_nonlegacy()
7262 pipeline = vk_zalloc2(&device->vk.alloc, pAllocator, sizeof(*pipeline), 8, in radv_compute_pipeline_create()

Completed in 92 milliseconds

1...<<4142434445464748