Home
last modified time | relevance | path

Searched refs:GetAlignment (Results 1 – 6 of 6) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
Des3fIndexedStateQueryTests.cpp439 const GLint alignment = GetAlignment(); in testUniformBuffers()
490 int GetAlignment() in GetAlignment() function in deqp::gles3::Functional::__anon1cd2ce6d0111::UniformBufferBufferCase
/third_party/gptfdisk/
Dgpt.h195 uint32_t GetAlignment(void) {return sectorAlignment;} in GetAlignment() function
Dgptcl.cc243 cout << GetAlignment() << "\n"; in DoOptions()
Dgpttext.cc847 cout << "Partitions will begin on " << GetAlignment() in ExpertsMenu()
Dgptcurses.cc406 printw("Current partition alignment, in sectors, is %d.", GetAlignment()); in SetAlignment()
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h6007 VkDeviceSize GetAlignment() const { return m_Alignment; } in GetAlignment() function
9784 minAlignment = VMA_MIN(minAlignment, it->hAllocation->GetAlignment()); in IsBufferImageGranularityConflictPossible()
13869 const VkDeviceSize alignment = allocInfo.m_hAllocation->GetAlignment(); in DefragmentRound()
14121 const VkDeviceSize srcAllocAlignment = pAlloc->GetAlignment(); in Defragment()