Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.hpp258 Extension8BitStorageFeatures ext8BitStorage; member
265 , ext8BitStorage (0) in VulkanFeatures()
DvktSpvAsmWorkgroupMemoryTests.cpp458 features.ext8BitStorage = EXT8BITSTORAGEFEATURES_UNIFORM_STORAGE_BUFFER; in addComputeWorkgroupMemoryTests()
589 features.ext8BitStorage = EXT8BITSTORAGEFEATURES_UNIFORM_STORAGE_BUFFER; in addComputeWorkgroupMemoryTests()
DvktSpvAsm8bitStorageTests.cpp148 features.ext8BitStorage = EXT8BITSTORAGEFEATURES_STORAGE_BUFFER; in get8BitStorageFeatures()
150 features.ext8BitStorage = EXT8BITSTORAGEFEATURES_UNIFORM_STORAGE_BUFFER; in get8BitStorageFeatures()
152 features.ext8BitStorage = EXT8BITSTORAGEFEATURES_PUSH_CONSTANT; in get8BitStorageFeatures()
1412 spec.requestedVulkanFeatures.ext8BitStorage = EXT8BITSTORAGEFEATURES_PUSH_CONSTANT; in addCompute8bitStoragePushConstant8To32Group()
1897 spec.requestedVulkanFeatures.ext8BitStorage = EXT8BITSTORAGEFEATURES_PUSH_CONSTANT; in addCompute8bitStoragePushConstant8To16Group()
1982 spec.requestedVulkanFeatures.ext8BitStorage = EXT8BITSTORAGEFEATURES_STORAGE_BUFFER; in addCompute8bitStorageBuffer8To8Group()
3188 requiredFeatures.ext8BitStorage = EXT8BITSTORAGEFEATURES_PUSH_CONSTANT; in addGraphics8BitStoragePushConstantInt8To32Group()
4005 requiredFeatures.ext8BitStorage = EXT8BITSTORAGEFEATURES_PUSH_CONSTANT; in addGraphics8BitStoragePushConstantInt8To16Group()
DvktSpvAsmComputeShaderCase.cpp436 …f (!is8BitStorageFeaturesSupported(m_context, m_shaderSpec.requestedVulkanFeatures.ext8BitStorage)) in iterate()
DvktSpvAsmTypeTests.cpp1426 requiredFeatures.ext8BitStorage |= EXT8BITSTORAGEFEATURES_UNIFORM_STORAGE_BUFFER; in createStageTests()
2099 requiredFeatures.ext8BitStorage |= EXT8BITSTORAGEFEATURES_UNIFORM_STORAGE_BUFFER; in createSwitchTests()
DvktSpvAsmGraphicsShaderTestUtil.cpp2540 if (!is8BitStorageFeaturesSupported(context, instance.requestedFeatures.ext8BitStorage)) in runAndVerifyDefaultPipeline()
DvktSpvAsmInstructionTests.cpp9139 vulkanFeatures.ext8BitStorage |= EXT8BITSTORAGEFEATURES_STORAGE_BUFFER; in getVulkanFeaturesAndExtensions()