Home
last modified time | relevance | path

Searched refs:shaderStorageImageWriteWithoutFormat (Results 1 – 25 of 39) sorted by relevance

12

/third_party/vk-gl-cts/external/amber/src/samples/
Dconfig_helper_vulkan.cc168 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/
DvktTestCase.cpp651 …E_CORE_FEATURE_SHADER_STORAGE_IMAGE_WRITE_WITHOUT_FORMAT , shaderStorageImageWriteWithoutFormat ),
776 if (isExtendedStorageFormat(format) && featuresAvailable.shaderStorageImageWriteWithoutFormat) in getRequiredFormatProperties()
/third_party/mesa3d/docs/drivers/
Dzink.rst171 * ``shaderStorageImageWriteWithoutFormat``
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.cpp92 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, shaderStorageImageWriteWithoutFormat) in isCoreFeaturesSupported()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Ddevice.cc259 if (available_features.shaderStorageImageWriteWithoutFormat == VK_FALSE) in AreAllRequiredFeaturesSupported()
/third_party/vk-gl-cts/external/amber/src/docs/
Dvk_script.md476 * `shaderStorageImageWriteWithoutFormat`
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_screen.c667 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/
Dgstvkphysicaldevice.c340 DEBUG_BOOL_STRUCT ("support for", features, shaderStorageImageWriteWithoutFormat); in dump_features10()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp961 pFeatures->shaderStorageImageWriteWithoutFormat = VK_TRUE; in getPhysicalDeviceFeatures()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp1436 FEATURE_ITEM(VkPhysicalDeviceFeatures, shaderStorageImageWriteWithoutFormat), in createDeviceWithUnsupportedFeaturesTest()
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_device.c635 .shaderStorageImageWriteWithoutFormat = false, in pvr_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c607 ….shaderStorageImageWriteWithoutFormat = (pdevice->pscreen->get_param(pdevice->pscreen, PIPE_CA… in lvp_GetPhysicalDeviceFeatures()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c1129 .shaderStorageImageWriteWithoutFormat = false, in v3dv_GetPhysicalDeviceFeatures()
/third_party/vulkan-loader/tests/
Dloader_phys_dev_inst_ext_tests.cpp331 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/
Dspirvenv.txt551 <<features-shaderStorageImageWriteWithoutFormat,shaderStorageImageWriteWithoutFormat>>
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_device.c1145 .shaderStorageImageWriteWithoutFormat = false, in dzn_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c681 .shaderStorageImageWriteWithoutFormat = true, in tu_GetPhysicalDeviceFeatures2()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dformats.txt3414 <<features-shaderStorageImageWriteWithoutFormat,shaderStorageImageWriteWithoutFormat>>,
3476 <<features-shaderStorageImageWriteWithoutFormat,shaderStorageImageWriteWithoutFormat>>
Dfeatures.txt745 * [[features-shaderStorageImageWriteWithoutFormat]]
746 pname:shaderStorageImageWriteWithoutFormat specifies whether storage
749 pname:shaderStorageImageWriteWithoutFormat applies only to formats
/third_party/glfw/deps/vulkan/
Dvulkan.h1216 VkBool32 shaderStorageImageWriteWithoutFormat; member
/third_party/ffmpeg/libavutil/
Dhwcontext_vulkan.c1052 COPY_FEATURE(hwctx->device_features, shaderStorageImageWriteWithoutFormat) in vulkan_device_create_internal()
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c1311 .shaderStorageImageWriteWithoutFormat = true, in anv_GetPhysicalDeviceFeatures()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl220 VkBool32 shaderStorageImageWriteWithoutFormat; member
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_device.h820 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/
Dradv_device.c1320 .shaderStorageImageWriteWithoutFormat = true, in radv_GetPhysicalDeviceFeatures()

12