Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluShaderUtil.hpp288 inline bool isDataTypeUintOrUVec16Bit (DataType dataType) { return (dataType >= TYPE_UINT16) … in isDataTypeUintOrUVec16Bit() function
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp74 needsInt16 |= isDataTypeIntOrIVec16Bit(dt) || isDataTypeUintOrUVec16Bit(dt); in useType()