Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluShaderUtil.hpp285 inline bool isDataTypeIntOrIVec8Bit (DataType dataType) { return (dataType >= TYPE_INT8) … in isDataTypeIntOrIVec8Bit() function
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp73 needsInt8 |= isDataTypeIntOrIVec8Bit(dt) || isDataTypeUintOrUVec8Bit(dt); in useType()