Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp66 bool needsInt16; member
77 needsInt16 |= isDataTypeIntOrIVec16Bit(dt) || isDataTypeUintOrUVec16Bit(dt); in useType()
119 if (params.needsInt16) in checkSupportWithParams()
419 p.needsInt16 = m_caseDef.requirements & RequirementInt16; in checkSupport()
H A DvktComputeZeroInitializeWorkgroupMemoryTests.cpp622 bool needsInt16 = (m_caseDef.index & 0x8) != 0; in checkSupport() local
631 if (needsInt16 && features2.features.shaderInt16 != VK_TRUE) in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp64 bool needsInt16; member
74 needsInt16 |= isDataTypeIntOrIVec16Bit(dt) || isDataTypeUintOrUVec16Bit(dt); in useType()
115 if (params.needsInt16) in checkSupportWithParams()
442 p.needsInt16 = m_caseDef.requirements & RequirementInt16; in checkSupport()
H A DvktComputeZeroInitializeWorkgroupMemoryTests.cpp635 bool needsInt16 = (m_caseDef.index & 0x8) != 0; in checkSupport() local
644 if (needsInt16 && features2.features.shaderInt16 != VK_TRUE) in checkSupport()

Completed in 12 milliseconds