Searched refs:IS_AVAIL (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmUtils.cpp | 119 #define IS_AVAIL(EXT_NAME, FEATURE) \ macro 126 IS_AVAIL("ShaderFloat16Int8.", shaderFloat16); in isFloat16Int8FeaturesSupported() 127 IS_AVAIL("ShaderFloat16Int8.", shaderInt8); in isFloat16Int8FeaturesSupported() 136 IS_AVAIL("8BitStorage.", storageBuffer8BitAccess); in is8BitStorageFeaturesSupported() 137 IS_AVAIL("8BitStorage.", uniformAndStorageBuffer8BitAccess); in is8BitStorageFeaturesSupported() 138 IS_AVAIL("8BitStorage.", storagePushConstant8); in is8BitStorageFeaturesSupported() 147 IS_AVAIL("16BitStorage.", storageBuffer16BitAccess); in is16BitStorageFeaturesSupported() 148 IS_AVAIL("16BitStorage.", uniformAndStorageBuffer16BitAccess); in is16BitStorageFeaturesSupported() 149 IS_AVAIL("16BitStorage.", storagePushConstant16); in is16BitStorageFeaturesSupported() 150 IS_AVAIL("1 in is16BitStorageFeaturesSupported() 187 #undef IS_AVAIL global() macro [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmUtils.cpp | 119 #define IS_AVAIL(EXT_NAME, FEATURE) \ macro 126 IS_AVAIL("ShaderFloat16Int8.", shaderFloat16); in isFloat16Int8FeaturesSupported() 127 IS_AVAIL("ShaderFloat16Int8.", shaderInt8); in isFloat16Int8FeaturesSupported() 136 IS_AVAIL("8BitStorage.", storageBuffer8BitAccess); in is8BitStorageFeaturesSupported() 137 IS_AVAIL("8BitStorage.", uniformAndStorageBuffer8BitAccess); in is8BitStorageFeaturesSupported() 138 IS_AVAIL("8BitStorage.", storagePushConstant8); in is8BitStorageFeaturesSupported() 147 IS_AVAIL("16BitStorage.", storageBuffer16BitAccess); in is16BitStorageFeaturesSupported() 148 IS_AVAIL("16BitStorage.", uniformAndStorageBuffer16BitAccess); in is16BitStorageFeaturesSupported() 149 IS_AVAIL("16BitStorage.", storagePushConstant16); in is16BitStorageFeaturesSupported() 150 IS_AVAIL("1 in is16BitStorageFeaturesSupported() 187 #undef IS_AVAIL global() macro [all...] |
Completed in 2 milliseconds