Searched refs:EXT8BITSTORAGEFEATURES_PUSH_CONSTANT (Results 1 – 3 of 3) sorted by relevance
231 EXT8BITSTORAGEFEATURES_PUSH_CONSTANT = (1u << 3), enumerator
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()3204 requiredFeatures.ext8BitStorage = EXT8BITSTORAGEFEATURES_PUSH_CONSTANT; in addGraphics8BitStoragePushConstantInt8To32Group()4036 requiredFeatures.ext8BitStorage = EXT8BITSTORAGEFEATURES_PUSH_CONSTANT; in addGraphics8BitStoragePushConstantInt8To16Group()
61 …if ((toCheck & EXT8BITSTORAGEFEATURES_PUSH_CONSTANT) != 0 && extensionFeatures.storagePushConstant… in is8BitStorageFeaturesSupported()