Searched refs:deIntRoundToPow2 (Results 1 - 7 of 7) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
H A D | vktRobustnessExtsTests.cpp | 971 int refDataNumElements = deIntRoundToPow2(((int)layout.refData.size() / componetsSize), 4); in initPrograms() 977 refDataNumElements = deIntRoundToPow2(refDataNumElements, 256 / (formatIsR64(format) ? 8 : 4)); in initPrograms() 1902 size = deIntRoundToPow2((int)size, (int)robustness2Properties.robustUniformBufferAccessSizeAlignment); in iterate() 1908 size = deIntRoundToPow2((int)size, (int)robustness2Properties.robustStorageBufferAccessSizeAlignment); in iterate() 1934 deMemset(bufferPtr, 0, deIntRoundToPow2(m_data.bufferLen, (int)robustness2Properties.robustUniformBufferAccessSizeAlignment)); in iterate() 1939 deMemset(bufferPtr, 0, deIntRoundToPow2(m_data.bufferLen, (int)robustness2Properties.robustStorageBufferAccessSizeAlignment)); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
H A D | vktRobustnessExtsTests.cpp | 1012 int refDataNumElements = deIntRoundToPow2(((int)layout.refData.size() / componetsSize), 4); in initPrograms() 1018 refDataNumElements = deIntRoundToPow2(refDataNumElements, 256 / (formatIsR64(format) ? 8 : 4)); in initPrograms() 1935 size = deIntRoundToPow2((int)size, (int)robustness2Properties.robustUniformBufferAccessSizeAlignment); in iterate() 1941 size = deIntRoundToPow2((int)size, (int)robustness2Properties.robustStorageBufferAccessSizeAlignment); in iterate() 1967 deMemset(bufferPtr, 0, deIntRoundToPow2(m_data.bufferLen, (int)robustness2Properties.robustUniformBufferAccessSizeAlignment)); in iterate() 1972 deMemset(bufferPtr, 0, deIntRoundToPow2(m_data.bufferLen, (int)robustness2Properties.robustStorageBufferAccessSizeAlignment)); in iterate()
|
/third_party/vk-gl-cts/framework/delibs/debase/ |
H A D | deInt32.h | 738 DE_INLINE int deIntRoundToPow2(int number, int powerOf2) in deIntRoundToPow2() function
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/ |
H A D | vktUniformBlockCase.cpp | 605 curOffset = deIntRoundToPow2(curOffset, 16); in computeReferenceLayout()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/ |
H A D | vktUniformBlockCase.cpp | 605 curOffset = deIntRoundToPow2(curOffset, 16); in computeReferenceLayout()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/ |
H A D | vktSSBOLayoutCase.cpp | 520 curOffset = deIntRoundToPow2(curOffset, 16); in computeReferenceLayout()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/ |
H A D | vktSSBOLayoutCase.cpp | 520 curOffset = deIntRoundToPow2(curOffset, 16); in computeReferenceLayout()
|
Completed in 27 milliseconds