Home
last modified time | relevance | path

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

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