Home
last modified time | relevance | path

Searched refs:compareComponents (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp1714 bool compareComponents (glu::DataType scalarType, const void* ref, const void* res, int numComps) in compareComponents() function
1814 isOk = isOk && compareComponents(scalarType, resCompPtr, refCompPtr, 1); in compareBufferVarData()
1838 const bool isOk = compareComponents(scalarType, resElemPtr, refElemPtr, scalarSize); in compareBufferVarData()
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp1647 bool compareComponents (glu::DataType scalarType, const void* ref, const void* res, int numComps) in compareComponents() function
1746 isOk = isOk && compareComponents(scalarType, resCompPtr, refCompPtr, 1); in compareBufferVarData()
1770 const bool isOk = compareComponents(scalarType, resElemPtr, refElemPtr, scalarSize); in compareBufferVarData()