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.hpp271 Extension8BitStorageFeatures ext8BitStorage; member
280 , ext8BitStorage (0) in VulkanFeatures()
DvktSpvAsmWorkgroupMemoryTests.cpp460 features.ext8BitStorage = EXT8BITSTORAGEFEATURES_UNIFORM_STORAGE_BUFFER; in addComputeWorkgroupMemoryTests()
593 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()
1899 spec.requestedVulkanFeatures.ext8BitStorage = EXT8BITSTORAGEFEATURES_PUSH_CONSTANT; in addCompute8bitStoragePushConstant8To16Group()
1985 spec.requestedVulkanFeatures.ext8BitStorage = EXT8BITSTORAGEFEATURES_STORAGE_BUFFER; in addCompute8bitStorageBuffer8To8Group()
3204 requiredFeatures.ext8BitStorage = EXT8BITSTORAGEFEATURES_PUSH_CONSTANT; in addGraphics8BitStoragePushConstantInt8To32Group()
4036 requiredFeatures.ext8BitStorage = EXT8BITSTORAGEFEATURES_PUSH_CONSTANT; in addGraphics8BitStoragePushConstantInt8To16Group()
DvktSpvAsmComputeShaderCase.cpp422 if (!is8BitStorageFeaturesSupported(context, m_shaderSpec.requestedVulkanFeatures.ext8BitStorage)) in checkSupport()
DvktSpvAsmTypeTests.cpp1560 requiredFeatures.ext8BitStorage |= EXT8BITSTORAGEFEATURES_UNIFORM_STORAGE_BUFFER; in createStageTests()
2318 requiredFeatures.ext8BitStorage |= EXT8BITSTORAGEFEATURES_UNIFORM_STORAGE_BUFFER; in createSwitchTests()
DvktSpvAsmGraphicsShaderTestUtil.cpp3084 if (!is8BitStorageFeaturesSupported(context, instance.requestedFeatures.ext8BitStorage)) in runAndVerifyDefaultPipeline()
DvktSpvAsmInstructionTests.cpp10403 vulkanFeatures.ext8BitStorage |= EXT8BITSTORAGEFEATURES_STORAGE_BUFFER; in getVulkanFeaturesAndExtensions()