Home
last modified time | relevance | path

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

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