Home
last modified time | relevance | path

Searched refs:needsInt8 (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp65 bool needsInt8; member
76 needsInt8 |= isDataTypeIntOrIVec8Bit(dt) || isDataTypeUintOrUVec8Bit(dt); in useType()
111 if (params.needsInt8) in checkSupportWithParams()
418 p.needsInt8 = m_caseDef.requirements & RequirementInt8; in checkSupport()
H A DvktComputeZeroInitializeWorkgroupMemoryTests.cpp621 bool needsInt8 = (m_caseDef.index & 0x4) != 0; in checkSupport() local
629 if (needsInt8 && f16_i8_features.shaderInt8 != VK_TRUE) in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp63 bool needsInt8; member
73 needsInt8 |= isDataTypeIntOrIVec8Bit(dt) || isDataTypeUintOrUVec8Bit(dt); in useType()
107 if (params.needsInt8) in checkSupportWithParams()
441 p.needsInt8 = m_caseDef.requirements & RequirementInt8; in checkSupport()
H A DvktComputeZeroInitializeWorkgroupMemoryTests.cpp634 bool needsInt8 = (m_caseDef.index & 0x4) != 0; in checkSupport() local
642 if (needsInt8 && f16_i8_features.shaderInt8 != VK_TRUE) in checkSupport()

Completed in 10 milliseconds