Home
last modified time | relevance | path

Searched refs:verifyOutOfBoundsVec4 (Results 1 - 10 of 10) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessUtil.hpp45 bool verifyOutOfBoundsVec4 (const void* vecPtr, vk::VkFormat bufferFormat);
H A DvktRobustnessUtil.cpp189 bool verifyOutOfBoundsVec4 (const void* vecPtr, VkFormat bufferFormat) in verifyOutOfBoundsVec4() function
H A DvktRobustnessVertexAccessTests.cpp945 matchesVec4Pattern = verifyOutOfBoundsVec4(outValuePtr, m_inputFormat); in verifyResult()
947 matchesVec4Pattern = verifyOutOfBoundsVec4(((deUint32*)outValuePtr) - 3, m_inputFormat); in verifyResult()
H A DvktRobustnessBufferAccessTests.cpp1503 matchesVec4Pattern = verifyOutOfBoundsVec4(outValuePtr, m_bufferFormat);
1505 matchesVec4Pattern = verifyOutOfBoundsVec4(reinterpret_cast<deUint32*>(outValuePtr) - 3, m_bufferFormat);
H A DvktRobustBufferAccessWithVariablePointersTests.cpp1792 matchesVec4Pattern = verifyOutOfBoundsVec4(outValuePtr - 3u * elementSize, m_bufferFormat); in verifyResult()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessUtil.hpp45 bool verifyOutOfBoundsVec4 (const void* vecPtr, vk::VkFormat bufferFormat);
H A DvktRobustnessUtil.cpp214 bool verifyOutOfBoundsVec4 (const void* vecPtr, VkFormat bufferFormat) in verifyOutOfBoundsVec4() function
H A DvktRobustnessBufferAccessTests.cpp1440 matchesVec4Pattern = verifyOutOfBoundsVec4(outValuePtr, m_bufferFormat);
1442 matchesVec4Pattern = verifyOutOfBoundsVec4(reinterpret_cast<deUint32*>(outValuePtr) - 3, m_bufferFormat);
H A DvktRobustnessVertexAccessTests.cpp952 matchesVec4Pattern = verifyOutOfBoundsVec4(outValuePtr, m_inputFormat); in verifyResult()
954 matchesVec4Pattern = verifyOutOfBoundsVec4(((deUint32*)outValuePtr) - 3, m_inputFormat); in verifyResult()
H A DvktRobustBufferAccessWithVariablePointersTests.cpp1798 matchesVec4Pattern = verifyOutOfBoundsVec4(outValuePtr - 3u * elementSize, m_bufferFormat); in verifyResult()

Completed in 19 milliseconds