Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsTestsUtils.cpp1699 …const VkPhysicalDeviceShaderFloat16Int8Features& float16Int8Features = context.getShaderFloat… in isFormatSupportedForDevice() local
1716 shaderFloat16 = float16Int8Features.shaderFloat16 ? true : false; in isFormatSupportedForDevice()
1717 shaderInt8 = float16Int8Features.shaderInt8 ? true : false; in isFormatSupportedForDevice()