Home
last modified time | relevance | path

Searched refs:shaderInt16 (Results 1 - 25 of 57) sorted by relevance

123

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmIndexingTests.cpp271 spec.requestedVulkanFeatures.coreFeatures.shaderInt16 = VK_TRUE; in addComputeIndexingStructTests()
435 vulkanFeatures.coreFeatures.shaderInt16 = VK_TRUE; in addGraphicsIndexingStructTests()
H A DvktSpvAsmWorkgroupMemoryTests.cpp428 features.coreFeatures.shaderInt16 = true; in addComputeWorkgroupMemoryTests()
558 features.coreFeatures.shaderInt16 = true; in addComputeWorkgroupMemoryTests()
H A DvktSpvAsmUtils.cpp101 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, shaderInt16) in isCoreFeaturesSupported()
H A DvktSpvAsmTrinaryMinMaxTests.cpp479 else if (m_params.typeSize == TypeSize::SIZE_16BIT && !devFeatures.shaderInt16) in checkSupport()
H A DvktSpvAsm16bitStorageTests.cpp4276 requiredFeatures.coreFeatures.shaderInt16 = DE_TRUE; in addGraphics16BitStorageInputOutputInt16To16x2Group()
4406 requiredFeatures.coreFeatures.shaderInt16 = DE_TRUE; in addGraphics16BitStorageInputOutputInt32To16Group()
4543 requiredFeatures.coreFeatures.shaderInt16 = DE_TRUE; in addGraphics16BitStorageInputOutputInt16To32Group()
H A DvktSpvAsmIntegerDotProductTests.cpp42 // * VK_KHR_16bit_storage (VkPhysicalDevice16BitStorageFeatures) for shaderInt16
215 spec.requestedVulkanFeatures.coreFeatures.shaderInt16 = true; in addDotProductExtensionAndFeatures()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmIndexingTests.cpp271 spec.requestedVulkanFeatures.coreFeatures.shaderInt16 = VK_TRUE; in addComputeIndexingStructTests()
435 vulkanFeatures.coreFeatures.shaderInt16 = VK_TRUE; in addGraphicsIndexingStructTests()
H A DvktSpvAsmWorkgroupMemoryTests.cpp428 features.coreFeatures.shaderInt16 = true; in addComputeWorkgroupMemoryTests()
558 features.coreFeatures.shaderInt16 = true; in addComputeWorkgroupMemoryTests()
H A DvktSpvAsmUtils.cpp101 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, shaderInt16) in isCoreFeaturesSupported()
H A DvktSpvAsmTrinaryMinMaxTests.cpp479 else if (m_params.typeSize == TypeSize::SIZE_16BIT && !devFeatures.shaderInt16) in checkSupport()
H A DvktSpvAsm16bitStorageTests.cpp4273 requiredFeatures.coreFeatures.shaderInt16 = DE_TRUE; in addGraphics16BitStorageInputOutputInt16To16x2Group()
4404 requiredFeatures.coreFeatures.shaderInt16 = DE_TRUE; in addGraphics16BitStorageInputOutputInt32To16Group()
4541 requiredFeatures.coreFeatures.shaderInt16 = DE_TRUE; in addGraphics16BitStorageInputOutputInt16To32Group()
/third_party/vk-gl-cts/external/amber/src/samples/
H A Dconfig_helper_vulkan.cc188 } else if (name == "shaderInt16") { in NamesToVulkanFeatures()
189 features->shaderInt16 = VK_TRUE; in NamesToVulkanFeatures()
448 if (available_features.shaderInt16 == VK_FALSE && in AreAllRequiredFeaturesSupported()
449 required_features.shaderInt16 == VK_TRUE) { in AreAllRequiredFeaturesSupported()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeZeroInitializeWorkgroupMemoryTests.cpp391 if (features2.features.shaderInt16 != VK_TRUE) in checkSupport()
392 TCU_THROW(NotSupportedError, "shaderInt16 not supported"); in checkSupport()
631 if (needsInt16 && features2.features.shaderInt16 != VK_TRUE) in checkSupport()
632 TCU_THROW(NotSupportedError, "shaderInt16 not supported"); in checkSupport()
H A DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp121 if (features2.features.shaderInt16 != VK_TRUE) in checkSupportWithParams()
122 TCU_THROW(NotSupportedError, "shaderInt16 not supported"); in checkSupportWithParams()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeZeroInitializeWorkgroupMemoryTests.cpp409 if (features2.features.shaderInt16 != VK_TRUE) in checkSupport()
410 TCU_THROW(NotSupportedError, "shaderInt16 not supported"); in checkSupport()
644 if (needsInt16 && features2.features.shaderInt16 != VK_TRUE) in checkSupport()
645 TCU_THROW(NotSupportedError, "shaderInt16 not supported"); in checkSupport()
H A DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp117 if (features2.features.shaderInt16 != VK_TRUE) in checkSupportWithParams()
118 TCU_THROW(NotSupportedError, "shaderInt16 not supported"); in checkSupportWithParams()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
H A DvktAmberTestCase.cpp96 if (feature == "Features.shaderInt16") in isFeatureSupported()
97 return ctx.getDeviceFeatures().shaderInt16; in isFeatureSupported()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/
H A DvktAmberTestCase.cpp95 if (feature == "Features.shaderInt16") in isFeatureSupported()
96 return ctx.getDeviceFeatures().shaderInt16; in isFeatureSupported()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Ddevice.cc308 if (feature == "shaderInt16") { in AreAllRequiredFeaturesSupported()
309 if (available_features.shaderInt16 == VK_FALSE) in AreAllRequiredFeaturesSupported()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktTestCase.cpp890 DEVICE_CORE_FEATURE_ENTRY(DEVICE_CORE_FEATURE_SHADER_INT16 , shaderInt16 ),
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktTestCase.cpp827 DEVICE_CORE_FEATURE_ENTRY(DEVICE_CORE_FEATURE_SHADER_INT16 , shaderInt16 ),
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp1814 bool shaderInt16 = features.shaderInt16 ? true : false; in isFormatSupportedForDevice() local
1867 return shaderSubgroupExtendedTypes && shaderInt16 && storageBuffer16BitAccess; in isFormatSupportedForDevice()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp1802 bool shaderInt16 = features.shaderInt16 ? true : false; in isFormatSupportedForDevice() local
1855 return shaderSubgroupExtendedTypes && shaderInt16 && storageBuffer16BitAccess; in isFormatSupportedForDevice()
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_device.c644 .shaderInt16 = true, in pvr_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c612 .shaderInt16 = (min_shader_param(pdevice->pscreen, PIPE_SHADER_CAP_INT16) == 1), in lvp_GetPhysicalDeviceFeatures()

Completed in 74 milliseconds

123