Home
last modified time | relevance | path

Searched refs:storagePushConstant16 (Results 1 – 25 of 49) sorted by relevance

12

/third_party/vk-gl-cts/external/amber/src/tests/cases/
Dstorage16.amber21 DEVICE_FEATURE Storage16BitFeatures.storagePushConstant16
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Ddevice.cc576 vulkan11_ptrs->storagePushConstant16 != VK_TRUE) { in Initialize()
604 storage16_ptrs->storagePushConstant16 != VK_TRUE) { in Initialize()
/third_party/mesa3d/src/virtio/vulkan/
Dvn_physical_device.c208 vk11_feats->storagePushConstant16 = in vn_physical_device_init_features()
209 local_feats.sixteen_bit_storage.storagePushConstant16; in vn_physical_device_init_features()
1669 u.sixteen_bit_storage->storagePushConstant16 = in vn_GetPhysicalDeviceFeatures2()
1670 vk11_feats->storagePushConstant16; in vn_GetPhysicalDeviceFeatures2()
/third_party/vk-gl-cts/external/amber/src/samples/
Dconfig_helper_vulkan.cc856 storage_16bit_features.storagePushConstant16 == VK_FALSE) || in CheckVulkanPhysicalDeviceRequirements()
1060 storage_16bit_feature_.storagePushConstant16 = VK_TRUE; in CreateDeviceWithFeatures2()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkPhysicalDevice.cpp113 features->storagePushConstant16 = VK_FALSE; in getPhysicalDevice16BitStorageFeatures()
1152 CheckFeature(requested, supported, storagePushConstant16) && in hasExtendedFeatures()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmUtils.cpp149 IS_AVAIL("16BitStorage.", storagePushConstant16); in is16BitStorageFeaturesSupported()
DvktSpvAsm16bitStorageTests.cpp1863 spec.requestedVulkanFeatures.ext16BitStorage.storagePushConstant16 = true; in addCompute16bitStoragePushConstant16To32Group()
1981 spec.requestedVulkanFeatures.ext16BitStorage.storagePushConstant16 = true; in addCompute16bitStoragePushConstant16To32Group()
4732 requiredFeatures.ext16BitStorage.storagePushConstant16 = true; in addGraphics16BitStoragePushConstantFloat16To32Group()
5048 requiredFeatures.ext16BitStorage.storagePushConstant16 = true; in addGraphics16BitStoragePushConstantInt16To32Group()
7213 requiredFeatures.ext16BitStorage.storagePushConstant16 = true; in addGraphics16BitStoragePushConstantFloat16To64Group()
8518 spec.requestedVulkanFeatures.ext16BitStorage.storagePushConstant16 = true; in addCompute16bitStoragePushConstant16To64Group()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.cpp149 IS_AVAIL("16BitStorage.", storagePushConstant16); in is16BitStorageFeaturesSupported()
DvktSpvAsm16bitStorageTests.cpp1863 spec.requestedVulkanFeatures.ext16BitStorage.storagePushConstant16 = true; in addCompute16bitStoragePushConstant16To32Group()
1981 spec.requestedVulkanFeatures.ext16BitStorage.storagePushConstant16 = true; in addCompute16bitStoragePushConstant16To32Group()
4732 requiredFeatures.ext16BitStorage.storagePushConstant16 = true; in addGraphics16BitStoragePushConstantFloat16To32Group()
5048 requiredFeatures.ext16BitStorage.storagePushConstant16 = true; in addGraphics16BitStoragePushConstantInt16To32Group()
7213 requiredFeatures.ext16BitStorage.storagePushConstant16 = true; in addGraphics16BitStoragePushConstantFloat16To64Group()
8518 spec.requestedVulkanFeatures.ext16BitStorage.storagePushConstant16 = true; in addCompute16bitStoragePushConstant16To64Group()
/third_party/mesa3d/src/vulkan/runtime/
Dvk_device.c549 CORE_FEATURE(storagePushConstant16); in vk_get_physical_device_core_1_1_feature_ext()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkDeviceFeatures.inl33 featureType.storagePushConstant16 = allFeaturesBlobs.vk11.storagePushConstant16;
DvkDeviceFeatures2.inl226 …device16BitStorageFeatures[0].storagePushConstant16 != device16BitStorageFeatures[1].storagePushCo…
2271 …deviceVulkan11Features[0].storagePushConstant16 != deviceVulkan11Features[1].storagePushConstant16
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkphysicaldevice.c374 DEBUG_BOOL_STRUCT ("support for (1.1)", features, storagePushConstant16); in dump_features11()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_device.c498 .storagePushConstant16 = false, in panvk_GetPhysicalDeviceFeatures2()
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
Dspirvenv.txt949 * [[VUID-{refpage}-storagePushConstant16-06333]]
950 If <<features-storagePushConstant16,pname:storagePushConstant16>> is
Dspirvenv.adoc1162 * [[VUID-{refpage}-storagePushConstant16-06333]]
1163 If <<features-storagePushConstant16, pname:storagePushConstant16>> is
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp1971 …FEATURE_TABLE_ITEM(vulkan11Features, sixteenBitStorageFeatures, storagePushConstant16, "… in featureBitInfluenceOnDeviceCreate()
5325 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan11Features, storagePushConstant16), in deviceFeaturesVulkan12()
5937 device16BitStorageFeatures.storagePushConstant16 != vulkan11Features.storagePushConstant16 || in deviceFeatureExtensionsConsistencyVulkan12()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiFeatureInfo.cpp1971 …FEATURE_TABLE_ITEM(vulkan11Features, sixteenBitStorageFeatures, storagePushConstant16, "… in featureBitInfluenceOnDeviceCreate()
5325 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan11Features, storagePushConstant16), in deviceFeaturesVulkan12()
5937 device16BitStorageFeatures.storagePushConstant16 != vulkan11Features.storagePushConstant16 || in deviceFeatureExtensionsConsistencyVulkan12()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c626 f->storagePushConstant16 = true; in lvp_get_physical_device_features_1_1()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c1235 .storagePushConstant16 = true, in v3dv_GetPhysicalDeviceFeatures2()
/third_party/vk-gl-cts/external/amber/src/docs/
Damber_script.md47 * `Storage16BitFeatures.storagePushConstant16`
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_device.c1174 .storagePushConstant16 = false, in dzn_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c550 features->storagePushConstant16 = false; in tu_get_physical_device_features_1_1()
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_device.h1718 size += vn_sizeof_VkBool32(&val->storagePushConstant16); in vn_sizeof_VkPhysicalDevice16BitStorageFeatures_self()
1748 vn_encode_VkBool32(enc, &val->storagePushConstant16); in vn_encode_VkPhysicalDevice16BitStorageFeatures_self()
1775 vn_decode_VkBool32(dec, &val->storagePushConstant16); in vn_decode_VkPhysicalDevice16BitStorageFeatures_self()
5848 size += vn_sizeof_VkBool32(&val->storagePushConstant16); in vn_sizeof_VkPhysicalDeviceVulkan11Features_self()
5886 vn_encode_VkBool32(enc, &val->storagePushConstant16); in vn_encode_VkPhysicalDeviceVulkan11Features_self()
5921 vn_decode_VkBool32(dec, &val->storagePushConstant16); in vn_decode_VkPhysicalDeviceVulkan11Features_self()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
Dvulkan_sc_core.h3631 VkBool32 storagePushConstant16; member
4250 VkBool32 storagePushConstant16; member

12