/third_party/vk-gl-cts/external/amber/src/tests/cases/ |
D | storage16.amber | 21 DEVICE_FEATURE Storage16BitFeatures.storagePushConstant16
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
D | device.cc | 576 vulkan11_ptrs->storagePushConstant16 != VK_TRUE) { in Initialize() 604 storage16_ptrs->storagePushConstant16 != VK_TRUE) { in Initialize()
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_physical_device.c | 208 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/ |
D | config_helper_vulkan.cc | 856 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/ |
D | VkPhysicalDevice.cpp | 113 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/ |
D | vktSpvAsmUtils.cpp | 149 IS_AVAIL("16BitStorage.", storagePushConstant16); in is16BitStorageFeaturesSupported()
|
D | vktSpvAsm16bitStorageTests.cpp | 1863 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/ |
D | vktSpvAsmUtils.cpp | 149 IS_AVAIL("16BitStorage.", storagePushConstant16); in is16BitStorageFeaturesSupported()
|
D | vktSpvAsm16bitStorageTests.cpp | 1863 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/ |
D | vk_device.c | 549 CORE_FEATURE(storagePushConstant16); in vk_get_physical_device_core_1_1_feature_ext()
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkDeviceFeatures.inl | 33 featureType.storagePushConstant16 = allFeaturesBlobs.vk11.storagePushConstant16;
|
D | vkDeviceFeatures2.inl | 226 …device16BitStorageFeatures[0].storagePushConstant16 != device16BitStorageFeatures[1].storagePushCo… 2271 …deviceVulkan11Features[0].storagePushConstant16 != deviceVulkan11Features[1].storagePushConstant16…
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkphysicaldevice.c | 374 DEBUG_BOOL_STRUCT ("support for (1.1)", features, storagePushConstant16); in dump_features11()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_device.c | 498 .storagePushConstant16 = false, in panvk_GetPhysicalDeviceFeatures2()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | spirvenv.txt | 949 * [[VUID-{refpage}-storagePushConstant16-06333]] 950 If <<features-storagePushConstant16,pname:storagePushConstant16>> is
|
D | spirvenv.adoc | 1162 * [[VUID-{refpage}-storagePushConstant16-06333]] 1163 If <<features-storagePushConstant16, pname:storagePushConstant16>> is
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiFeatureInfo.cpp | 1971 …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/ |
D | vktApiFeatureInfo.cpp | 1971 …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/ |
D | lvp_device.c | 626 f->storagePushConstant16 = true; in lvp_get_physical_device_features_1_1()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_device.c | 1235 .storagePushConstant16 = true, in v3dv_GetPhysicalDeviceFeatures2()
|
/third_party/vk-gl-cts/external/amber/src/docs/ |
D | amber_script.md | 47 * `Storage16BitFeatures.storagePushConstant16`
|
/third_party/mesa3d/src/microsoft/vulkan/ |
D | dzn_device.c | 1174 .storagePushConstant16 = false, in dzn_GetPhysicalDeviceFeatures2()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_device.c | 550 features->storagePushConstant16 = false; in tu_get_physical_device_features_1_1()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_device.h | 1718 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/ |
D | vulkan_sc_core.h | 3631 VkBool32 storagePushConstant16; member 4250 VkBool32 storagePushConstant16; member
|