| /third_party/vk-gl-cts/external/amber/src/samples/ |
| D | config_helper_vulkan.cc | 168 features->shaderStorageImageWriteWithoutFormat = VK_TRUE; in NamesToVulkanFeatures() 409 if (available_features.shaderStorageImageWriteWithoutFormat == VK_FALSE && in AreAllRequiredFeaturesSupported() 410 required_features.shaderStorageImageWriteWithoutFormat == VK_TRUE) { in AreAllRequiredFeaturesSupported()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
| D | vktTestCase.cpp | 651 …E_CORE_FEATURE_SHADER_STORAGE_IMAGE_WRITE_WITHOUT_FORMAT , shaderStorageImageWriteWithoutFormat ), 776 if (isExtendedStorageFormat(format) && featuresAvailable.shaderStorageImageWriteWithoutFormat) in getRequiredFormatProperties()
|
| /third_party/mesa3d/docs/drivers/ |
| D | zink.rst | 171 * ``shaderStorageImageWriteWithoutFormat``
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| D | vktSpvAsmUtils.cpp | 92 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, shaderStorageImageWriteWithoutFormat) in isCoreFeaturesSupported()
|
| /third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
| D | device.cc | 259 if (available_features.shaderStorageImageWriteWithoutFormat == VK_FALSE) in AreAllRequiredFeaturesSupported()
|
| /third_party/vk-gl-cts/external/amber/src/docs/ |
| D | vk_script.md | 476 * `shaderStorageImageWriteWithoutFormat`
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| D | zink_screen.c | 667 return screen->info.feats.features.shaderStorageImageWriteWithoutFormat; in zink_get_param() 1064 screen->info.feats.features.shaderStorageImageWriteWithoutFormat) in zink_get_shader_param()
|
| /third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
| D | gstvkphysicaldevice.c | 340 DEBUG_BOOL_STRUCT ("support for", features, shaderStorageImageWriteWithoutFormat); in dump_features10()
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| D | vkNullDriver.cpp | 961 pFeatures->shaderStorageImageWriteWithoutFormat = VK_TRUE; in getPhysicalDeviceFeatures()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| D | vktApiDeviceInitializationTests.cpp | 1436 FEATURE_ITEM(VkPhysicalDeviceFeatures, shaderStorageImageWriteWithoutFormat), in createDeviceWithUnsupportedFeaturesTest()
|
| /third_party/mesa3d/src/imagination/vulkan/ |
| D | pvr_device.c | 635 .shaderStorageImageWriteWithoutFormat = false, in pvr_GetPhysicalDeviceFeatures2()
|
| /third_party/mesa3d/src/gallium/frontends/lavapipe/ |
| D | lvp_device.c | 607 ….shaderStorageImageWriteWithoutFormat = (pdevice->pscreen->get_param(pdevice->pscreen, PIPE_CA… in lvp_GetPhysicalDeviceFeatures()
|
| /third_party/mesa3d/src/broadcom/vulkan/ |
| D | v3dv_device.c | 1129 .shaderStorageImageWriteWithoutFormat = false, in v3dv_GetPhysicalDeviceFeatures()
|
| /third_party/vulkan-loader/tests/ |
| D | loader_phys_dev_inst_ext_tests.cpp | 331 feats.shaderStorageImageWriteWithoutFormat = (rand() % 2) == 0 ? VK_FALSE : VK_TRUE; in FillInRandomFeatures() 383 …feats1.shaderStorageImageWriteWithoutFormat == feats2.features.shaderStorageImageWriteWithoutForma… in CompareFeatures()
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
| D | spirvenv.txt | 551 <<features-shaderStorageImageWriteWithoutFormat,shaderStorageImageWriteWithoutFormat>>
|
| /third_party/mesa3d/src/microsoft/vulkan/ |
| D | dzn_device.c | 1145 .shaderStorageImageWriteWithoutFormat = false, in dzn_GetPhysicalDeviceFeatures2()
|
| /third_party/mesa3d/src/freedreno/vulkan/ |
| D | tu_device.c | 681 .shaderStorageImageWriteWithoutFormat = true, in tu_GetPhysicalDeviceFeatures2()
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
| D | formats.txt | 3414 <<features-shaderStorageImageWriteWithoutFormat,shaderStorageImageWriteWithoutFormat>>, 3476 <<features-shaderStorageImageWriteWithoutFormat,shaderStorageImageWriteWithoutFormat>>
|
| D | features.txt | 745 * [[features-shaderStorageImageWriteWithoutFormat]] 746 pname:shaderStorageImageWriteWithoutFormat specifies whether storage 749 pname:shaderStorageImageWriteWithoutFormat applies only to formats
|
| /third_party/glfw/deps/vulkan/ |
| D | vulkan.h | 1216 VkBool32 shaderStorageImageWriteWithoutFormat; member
|
| /third_party/ffmpeg/libavutil/ |
| D | hwcontext_vulkan.c | 1052 COPY_FEATURE(hwctx->device_features, shaderStorageImageWriteWithoutFormat) in vulkan_device_create_internal()
|
| /third_party/mesa3d/src/intel/vulkan/ |
| D | anv_device.c | 1311 .shaderStorageImageWriteWithoutFormat = true, in anv_GetPhysicalDeviceFeatures()
|
| /third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
| D | vkStructTypes.inl | 220 VkBool32 shaderStorageImageWriteWithoutFormat; member
|
| /third_party/mesa3d/src/virtio/venus-protocol/ |
| D | vn_protocol_driver_device.h | 820 size += vn_sizeof_VkBool32(&val->shaderStorageImageWriteWithoutFormat); in vn_sizeof_VkPhysicalDeviceFeatures() 881 vn_encode_VkBool32(enc, &val->shaderStorageImageWriteWithoutFormat); in vn_encode_VkPhysicalDeviceFeatures() 941 vn_decode_VkBool32(dec, &val->shaderStorageImageWriteWithoutFormat); in vn_decode_VkPhysicalDeviceFeatures()
|
| /third_party/mesa3d/src/amd/vulkan/ |
| D | radv_device.c | 1320 .shaderStorageImageWriteWithoutFormat = true, in radv_GetPhysicalDeviceFeatures()
|