Home
last modified time | relevance | path

Searched defs:sizeToAllocate (Results 1 – 2 of 2) sorted by relevance

/external/OpenCL-CTS/test_conformance/api/
Dtest_api_min_max.cpp1345 size_t sizeToAllocate = ((size_t)currentSize/sizeof( cl_int ))*sizeof(cl_int); in test_min_max_constant_buffer_size() local
1726 size_t sizeToAllocate = ((size_t)(maxSize-kernelLocalUsage)/sizeof( cl_int ))*sizeof(cl_int); in test_min_max_local_mem_size() local
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp2047 size_t sizeToAllocate = roundUp(sizeInBytes, mAlignment); in allocateFromCurrentBuffer() local
2077 size_t sizeToAllocate = roundUp(sizeInBytes, mAlignment); in allocateWithAlignment() local