Home
last modified time | relevance | path

Searched refs:vk_safe_modulo (Results 1 – 5 of 5) sorted by relevance

/external/vulkan-validation-layers/layers/
Dvk_layer_utils.h118 VK_LAYER_EXPORT VkDeviceSize vk_safe_modulo(VkDeviceSize dividend, VkDeviceSize divisor);
Dvk_layer_utils.cpp676 VK_LAYER_EXPORT VkDeviceSize vk_safe_modulo(VkDeviceSize dividend, VkDeviceSize divisor) { in vk_safe_modulo() function
Dimage.cpp1001 if (vk_safe_modulo(pRegions[i].bufferOffset, texel_size) != 0) { in ValidateBufferToImageData()
1009 if (vk_safe_modulo(pRegions[i].bufferOffset, 4) != 0) { in ValidateBufferToImageData()
Dcore_validation.cpp5241 assert(vk_safe_modulo(mem_info->shadow_pad_size, in initializeAndTrackMemory()
5254 …assert(vk_safe_modulo(reinterpret_cast<uintptr_t>(mem_info->shadow_copy) + mem_info->shadow_pad_si… in initializeAndTrackMemory()
5859 if (vk_safe_modulo(memoryOffset, memRequirements.alignment) != 0) { in BindBufferMemory()
5893 if (vk_safe_modulo(memoryOffset, offset_requirement[i]) != 0) { in BindBufferMemory()
7538 if (vk_safe_modulo( in CmdBindDescriptorSets()
7552 if (vk_safe_modulo( in CmdBindDescriptorSets()
8078 …if ((vk_safe_modulo(extent->depth, granularity->depth) != 0) || (vk_safe_modulo(extent->width, gra… in IsExtentAligned()
8079 (vk_safe_modulo(extent->height, granularity->height) != 0)) { in IsExtentAligned()
8160 if (vk_safe_modulo(value, granularity) != 0) { in CheckItgInt()
8174 if (vk_safe_modulo(value, granularity) != 0) { in CheckItgSize()
Dparameter_validation.cpp3649 … if (vk_safe_modulo(pDescriptorWrites[i].pBufferInfo[j].offset, uniformAlignment) != 0) { in UpdateDescriptorSets()
3664 … if (vk_safe_modulo(pDescriptorWrites[i].pBufferInfo[j].offset, storageAlignment) != 0) { in UpdateDescriptorSets()