Searched refs:getOptimalUniformBufferChunkSize (Results 1 - 8 of 8) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageLoadStoreUtil.hpp | 74 vk::VkDeviceSize getOptimalUniformBufferChunkSize (const vk::InstanceInterface& vki, const vk::VkPhysicalDevice physDevice, vk::VkDeviceSize minimumRequiredChunkSizeBytes);
|
H A D | vktImageLoadStoreUtil.cpp | 104 VkDeviceSize getOptimalUniformBufferChunkSize (const InstanceInterface& vki, const VkPhysicalDevice physDevice, VkDeviceSize minimumRequiredChunkSizeBytes) in getOptimalUniformBufferChunkSize() function
|
H A D | vktImageMultisampleLoadStoreTests.cpp | 300 const VkDeviceSize bufferChunkSize = getOptimalUniformBufferChunkSize(vki, physDevice, sizeof(deInt32)); in test()
|
H A D | vktImageLoadStoreTests.cpp | 944 , m_constantsBufferChunkSizeBytes (getOptimalUniformBufferChunkSize(context.getInstanceInterface(), context.getPhysicalDevice(), sizeof(deUint32))) in ImageStoreTestInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageLoadStoreUtil.hpp | 74 vk::VkDeviceSize getOptimalUniformBufferChunkSize (const vk::InstanceInterface& vki, const vk::VkPhysicalDevice physDevice, vk::VkDeviceSize minimumRequiredChunkSizeBytes);
|
H A D | vktImageLoadStoreUtil.cpp | 104 VkDeviceSize getOptimalUniformBufferChunkSize (const InstanceInterface& vki, const VkPhysicalDevice physDevice, VkDeviceSize minimumRequiredChunkSizeBytes) in getOptimalUniformBufferChunkSize() function
|
H A D | vktImageMultisampleLoadStoreTests.cpp | 264 const VkDeviceSize bufferChunkSize = getOptimalUniformBufferChunkSize(vki, physDevice, sizeof(deInt32)); in test()
|
H A D | vktImageLoadStoreTests.cpp | 937 , m_constantsBufferChunkSizeBytes (getOptimalUniformBufferChunkSize(context.getInstanceInterface(), context.getPhysicalDevice(), sizeof(deUint32))) in ImageStoreTestInstance()
|
Completed in 14 milliseconds