Home
last modified time | relevance | path

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

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