Home
last modified time | relevance | path

Searched refs:needsInt64 (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp67 bool needsInt64; member
127 if (params.needsInt64) in checkSupportWithParams()
420 p.needsInt64 = m_caseDef.requirements & RequirementInt64; in checkSupport()
H A DvktComputeZeroInitializeWorkgroupMemoryTests.cpp623 bool needsInt64 = (m_caseDef.index & 0x10) != 0; in checkSupport() local
633 if (needsInt64 && features2.features.shaderInt64 != VK_TRUE) in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp65 bool needsInt64; member
123 if (params.needsInt64) in checkSupportWithParams()
443 p.needsInt64 = m_caseDef.requirements & RequirementInt64; in checkSupport()
H A DvktComputeZeroInitializeWorkgroupMemoryTests.cpp636 bool needsInt64 = (m_caseDef.index & 0x10) != 0; in checkSupport() local
646 if (needsInt64 && features2.features.shaderInt64 != VK_TRUE) in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingBufferDeviceAddressTests.cpp211 const bool needsInt64 = ( m_data.convertUToPtr == CONVERT_UINT64 || in checkSupport() local
221 if (needsInt64 && !context.getDeviceFeatures().shaderInt64) in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingBufferDeviceAddressTests.cpp211 const bool needsInt64 = ( m_data.convertUToPtr == CONVERT_UINT64 || in checkSupport() local
221 if (needsInt64 && !context.getDeviceFeatures().shaderInt64) in checkSupport()

Completed in 13 milliseconds