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.cpp1411 bool compareComponents (glu::DataType scalarType, const void* ref, const void* res, int numComps) in compareComponents() function
1510 isOk = isOk && compareComponents(scalarType, resCompPtr, refCompPtr, 1); in compareBufferVarData()
1534 const bool isOk = compareComponents(scalarType, resElemPtr, refElemPtr, scalarSize); in compareBufferVarData()
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp1633 bool compareComponents (glu::DataType scalarType, const void* ref, const void* res, int numComps) in compareComponents() function
1732 isOk = isOk && compareComponents(scalarType, resCompPtr, refCompPtr, 1); in compareBufferVarData()
1756 const bool isOk = compareComponents(scalarType, resElemPtr, refElemPtr, scalarSize); in compareBufferVarData()