Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp63 bool needsInt8; member
73 needsInt8 |= isDataTypeIntOrIVec8Bit(dt) || isDataTypeUintOrUVec8Bit(dt); in useType()
107 if (params.needsInt8) in checkSupportWithParams()
417 p.needsInt8 = m_caseDef.requirements & RequirementInt8; in checkSupport()
DvktComputeZeroInitializeWorkgroupMemoryTests.cpp625 bool needsInt8 = (m_caseDef.index & 0x4) != 0; in checkSupport() local
633 if (needsInt8 && f16_i8_features.shaderInt8 != VK_TRUE) in checkSupport()