Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/opengl/
DgluShaderUtil.hpp290 inline bool isDataTypeIntOrIVec16Bit (DataType dataType) { return (dataType >= TYPE_INT16) … in isDataTypeIntOrIVec16Bit() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp74 needsInt16 |= isDataTypeIntOrIVec16Bit(dt) || isDataTypeUintOrUVec16Bit(dt); in useType()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp74 needsInt16 |= isDataTypeIntOrIVec16Bit(dt) || isDataTypeUintOrUVec16Bit(dt); in useType()