Home
last modified time | relevance | path

Searched defs:alloc (Results 501 - 525 of 563) sorted by relevance

1...<<212223

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderSyncTestsEXT.cpp846 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
1532 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
H A DvktMeshShaderMiscTestsEXT.cpp258 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
2316 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
2659 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
3316 auto& alloc = m_context.getDefaultAllocator(); iterate() local
3969 auto& alloc = m_context.getDefaultAllocator(); iterate() local
4325 auto& alloc = m_context.getDefaultAllocator(); iterate() local
4647 auto& alloc = m_context.getDefaultAllocator(); iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineColorWriteEnableTests.cpp507 auto& alloc = vertBuffer.getAllocation(); in iterate() local
1419 auto& alloc = vertBuffer->getAllocation(); in createVerrtexBuffer() local
H A DvktPipelinePushConstantTests.cpp2815 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationOperation.cpp148 const Allocation& alloc = m_vertexBuffer->getAllocation(); in VertexGrid() local
163 const Allocation& alloc = m_indexBuffer->getAllocation(); in VertexGrid() local
238 const Allocation& alloc = hostBuffer.getAllocation(); in getHostBufferData() local
254 const Allocation& alloc in setHostBufferData() local
648 const Allocation& alloc = m_hostBuffer->getAllocation(); Implementation() local
906 const Allocation& alloc = m_hostBuffer->getAllocation(); ImplementationBase() local
1623 const Allocation& alloc = m_indirectBuffer->getAllocation(); ComputePipeline() local
1690 const Allocation& alloc = m_hostBuffer->getAllocation(); BufferImplementation() local
1853 const Allocation& alloc = m_hostBuffer->getAllocation(); ImageImplementation() local
2847 const Allocation& alloc = m_hostBuffer->getAllocation(); MSImageImplementation() local
3036 const Allocation& alloc = m_hostBuffer->getAllocation(); WriteImplementation() local
3436 const Allocation& alloc = m_hostBuffer->getAllocation(); WriteImplementation() local
3543 const Allocation& alloc = m_hostBuffer->getAllocation(); ReadImplementation() local
3923 const Allocation& alloc = m_indirectBuffer->getAllocation(); Implementation() local
3938 const Allocation& alloc = m_indirectBuffer->getAllocation(); Implementation() local
4545 const Allocation& alloc = m_hostBuffer->getAllocation(); ReadImplementation() local
4908 const Allocation& alloc = m_outputBuffer->getAllocation(); Implementation() local
4921 const Allocation& alloc = m_inputBuffer->getAllocation(); Implementation() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationInvarianceTests.cpp645 const Allocation& alloc = m_resultBuffer.getAllocation(); in draw() local
706 const Allocation& alloc = m_vertexBuffer.getAllocation(); in uploadVertexAttributes() local
1449 const Allocation& alloc = vertexBuffer.getAllocation(); in iterate() local
1469 const Allocation& alloc in iterate() local
2095 const Allocation& alloc = vertexBuffer.getAllocation(); test() local
2101 const Allocation& alloc = resultBuffer.getAllocation(); test() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/
H A DvktUniformBlockCase.cpp2074 de::MovePtr<Allocation> alloc = allocateAndBindMemory(m_context, *buffer, vk::MemoryRequirement::HostVisible); in addUniformData() local
/third_party/alsa-lib/src/
H A Dconf.c952 size_t alloc; member
5366 size_t alloc = bufsize; in parse_string() local
[all...]
/third_party/icu/icu4c/source/i18n/
H A DdecNumber.cpp8142 void *alloc; /* -> allocated storage */ local
8169 static void decFree(void *alloc) { argument
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader.h512 union radv_shader_arena_block *alloc; member
517 union radv_shader_arena_block *alloc; member
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_meta_copy.c1213 destroy_update_buffer_cb(VkDevice _device, uint64_t pobj, VkAllocationCallbacks *alloc) destroy_update_buffer_cb() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A DdecNumber.cpp8142 void *alloc; /* -> allocated storage */ local
8169 static void decFree(void *alloc) { argument
[all...]
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_private.h396 const VkAllocationCallbacks *alloc; member
590 VkAllocationCallbacks alloc; member
/third_party/lzma/C/
H A DLzmaEnc.c642 static int RangeEnc_Alloc(CRangeEnc *p, ISzAllocPtr alloc) in RangeEnc_Alloc() argument
654 static void RangeEnc_Free(CRangeEnc *p, ISzAllocPtr alloc) in RangeEnc_Free() argument
2346 CLzmaEncHandle LzmaEnc_Create(ISzAllocPtr alloc) in LzmaEnc_Create() argument
2355 static void LzmaEnc_FreeLits(CLzmaEnc *p, ISzAllocPtr alloc) in LzmaEnc_FreeLits() argument
2363 LzmaEnc_Destruct(CLzmaEnc *p, ISzAllocPtr alloc, ISzAllocPtr allocBig) LzmaEnc_Destruct() argument
2374 LzmaEnc_Destroy(CLzmaEncHandle p, ISzAllocPtr alloc, ISzAllocPtr allocBig) LzmaEnc_Destroy() argument
2686 LzmaEnc_Alloc(CLzmaEnc *p, UInt32 keepWindowSize, ISzAllocPtr alloc, ISzAllocPtr allocBig) LzmaEnc_Alloc() argument
2851 LzmaEnc_AllocAndInit(CLzmaEnc *p, UInt32 keepWindowSize, ISzAllocPtr alloc, ISzAllocPtr allocBig) LzmaEnc_AllocAndInit() argument
2869 LzmaEnc_Prepare(CLzmaEncHandle p, ISeqOutStreamPtr outStream, ISeqInStreamPtr inStream, ISzAllocPtr alloc, ISzAllocPtr allocBig) LzmaEnc_Prepare() argument
2880 LzmaEnc_PrepareForLzma2(CLzmaEncHandle p, ISeqInStreamPtr inStream, UInt32 keepWindowSize, ISzAllocPtr alloc, ISzAllocPtr allocBig) LzmaEnc_PrepareForLzma2() argument
2889 LzmaEnc_MemPrepare(CLzmaEncHandle p, const Byte *src, SizeT srcLen, UInt32 keepWindowSize, ISzAllocPtr alloc, ISzAllocPtr allocBig) LzmaEnc_MemPrepare() argument
3028 LzmaEnc_Encode(CLzmaEncHandle p, ISeqOutStreamPtr outStream, ISeqInStreamPtr inStream, ICompressProgressPtr progress, ISzAllocPtr alloc, ISzAllocPtr allocBig) LzmaEnc_Encode() argument
3080 LzmaEnc_MemEncode(CLzmaEncHandle p, Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen, int writeEndMark, ICompressProgressPtr progress, ISzAllocPtr alloc, ISzAllocPtr allocBig) LzmaEnc_MemEncode() argument
3112 LzmaEncode(Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen, const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark, ICompressProgressPtr progress, ISzAllocPtr alloc, ISzAllocPtr allocBig) LzmaEncode() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiCommandBuffersTests.cpp4275 auto& alloc = context.getDefaultAllocator(); checkSupport() local
4338 auto& alloc = buffer.getAllocation(); copyAndFlush() local
4351 auto& alloc = m_context.getDefaultAllocator(); iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageCompressionTranscodingSupport.cpp697 const Allocation& alloc = imageBuffer.getAllocation(); in copyDataToImage() local
1774 const Allocation& alloc = srcImageBuffer->getAllocation(); in transcodeRead() local
1907 const Allocation& alloc = srcImageBuffer->getAllocation(); in transcodeWrite() local
2360 const Allocation& alloc in transcodeRead() local
2499 const Allocation& alloc = srcImageBuffer->getAllocation(); transcodeWrite() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderMiscTestsEXT.cpp258 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
2334 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
2677 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
3334 auto& alloc = m_context.getDefaultAllocator(); iterate() local
3972 auto& alloc = m_context.getDefaultAllocator(); iterate() local
4328 auto& alloc = m_context.getDefaultAllocator(); iterate() local
4650 auto& alloc = m_context.getDefaultAllocator(); iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampledRenderToSingleSampledTests.cpp238 MovePtr<Allocation> alloc; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp795 de::MovePtr<Allocation> alloc = m_context.getDefaultAllocator().allocate(getBufferMemoryRequirements(vk, vkDevice, *buffer), MemoryRequirement::HostVisible); in addAttribute() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp2189 de::MovePtr<vk::Allocation> alloc = allocateAndBindMemory(m_context, *buffer, vk::MemoryRequirement::HostVisible | (memoryDeviceAddress ? vk::MemoryRequirement::DeviceAddress : vk::MemoryRequirement::Any)); in iterate() local
2221 de::MovePtr<vk::Allocation> alloc = allocateAndBindMemory(m_context, *buffer, vk::MemoryRequirement::HostVisible | (memoryDeviceAddress ? vk::MemoryRequirement::DeviceAddress : vk::MemoryRequirement::Any)); in iterate() local
2259 vk::Allocation* alloc = m_uniformAllocs[allocNdx].get(); in iterate() local
2428 vk::Allocation *alloc in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp2474 void initializeMemory (Context& context, const Allocation& alloc, const subgroups::SSBOData& data) in initializeMemory() argument
2708 const Allocation& alloc = inputBuffers[i]->getAllocation(); makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() local
2782 const Allocation& alloc = vertexBuffer.getAllocation(); makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() local
2947 const Allocation& alloc = inputBuffers[i]->getAllocation(); makeGeometryFrameBufferTestRequiredSubgroupSize() local
3015 const Allocation& alloc = vertexBuffer.getAllocation(); makeGeometryFrameBufferTestRequiredSubgroupSize() local
3043 const Allocation& alloc = inputBuffers[ndx]->getAllocation(); makeGeometryFrameBufferTestRequiredSubgroupSize() local
3246 const Allocation& alloc = inputBuffers[ndx]->getAllocation(); allStagesRequiredSubgroupSize() local
3351 const Allocation& alloc = inputBuffers[ndx]->getAllocation(); allStagesRequiredSubgroupSize() local
3431 const Allocation& alloc = inputBuffers[index]->getAllocation(); allStagesRequiredSubgroupSize() local
3515 const Allocation& alloc = inputBuffers[i]->getAllocation(); makeVertexFrameBufferTestRequiredSubgroupSize() local
3553 const Allocation& alloc = inputBuffers[ndx]->getAllocation(); makeVertexFrameBufferTestRequiredSubgroupSize() local
3597 const Allocation& alloc = vertexBuffer.getAllocation(); makeVertexFrameBufferTestRequiredSubgroupSize() local
3625 const Allocation& alloc = inputBuffers[ndx]->getAllocation(); makeVertexFrameBufferTestRequiredSubgroupSize() local
3726 const Allocation& alloc = inputBuffers[i]->getAllocation(); makeFragmentFrameBufferTestRequiredSubgroupSize() local
3818 const Allocation& alloc = inputBuffers[i]->getAllocation(); makeFragmentFrameBufferTestRequiredSubgroupSize() local
4088 const Allocation& alloc = inputBuffers[i]->getAllocation(); makeComputeOrMeshTestRequiredSubgroupSize() local
5049 const Allocation& alloc = inputBuffers[ndx]->getAllocation(); allRayTracingStagesRequiredSubgroupSize() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperation.cpp149 const Allocation& alloc = m_vertexBuffer->getAllocation(); in VertexGrid() local
164 const Allocation& alloc = m_indexBuffer->getAllocation(); in VertexGrid() local
239 const Allocation& alloc = hostBuffer.getAllocation(); in getHostBufferData() local
255 const Allocation& alloc in setHostBufferData() local
649 const Allocation& alloc = m_hostBuffer->getAllocation(); Implementation() local
907 const Allocation& alloc = m_hostBuffer->getAllocation(); ImplementationBase() local
1624 const Allocation& alloc = m_indirectBuffer->getAllocation(); ComputePipeline() local
1693 const Allocation& alloc = m_hostBuffer->getAllocation(); BufferImplementation() local
1914 const Allocation& alloc = m_hostBuffer->getAllocation(); ImageImplementation() local
2984 const Allocation& alloc = m_hostBuffer->getAllocation(); MSImageImplementation() local
3173 const Allocation& alloc = m_hostBuffer->getAllocation(); WriteImplementation() local
3573 const Allocation& alloc = m_hostBuffer->getAllocation(); WriteImplementation() local
3680 const Allocation& alloc = m_hostBuffer->getAllocation(); ReadImplementation() local
4060 const Allocation& alloc = m_indirectBuffer->getAllocation(); Implementation() local
4075 const Allocation& alloc = m_indirectBuffer->getAllocation(); Implementation() local
4682 const Allocation& alloc = m_hostBuffer->getAllocation(); ReadImplementation() local
5047 const Allocation& alloc = m_outputBuffer->getAllocation(); Implementation() local
5060 const Allocation& alloc = m_inputBuffer->getAllocation(); Implementation() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiCommandBuffersTests.cpp4275 auto& alloc = context.getDefaultAllocator(); checkSupport() local
4338 auto& alloc = buffer.getAllocation(); copyAndFlush() local
4351 auto& alloc = m_context.getDefaultAllocator(); iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageCompressionTranscodingSupport.cpp686 const Allocation& alloc = imageBuffer.getAllocation(); in copyDataToImage() local
1759 const Allocation& alloc = srcImageBuffer->getAllocation(); in transcodeRead() local
1892 const Allocation& alloc = srcImageBuffer->getAllocation(); in transcodeWrite() local
2345 const Allocation& alloc in transcodeRead() local
2484 const Allocation& alloc = srcImageBuffer->getAllocation(); transcodeWrite() local
[all...]
/third_party/skia/src/gpu/vk/
H A DGrVkGpu.cpp790 const GrVkAlloc& alloc = texImage->alloc(); in uploadTexDataLinear() local

Completed in 137 milliseconds

1...<<212223