Home
last modified time | relevance | path

Searched refs:shaderStorageImageReadWithoutFormat (Results 1 – 25 of 31) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktTestCase.cpp650 …CE_CORE_FEATURE_SHADER_STORAGE_IMAGE_READ_WITHOUT_FORMAT , shaderStorageImageReadWithoutFormat ),
769 if (isExtendedStorageFormat(format) && featuresAvailable.shaderStorageImageReadWithoutFormat) in getRequiredFormatProperties()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.cpp91 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, shaderStorageImageReadWithoutFormat) in isCoreFeaturesSupported()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkphysicaldevice.c339 DEBUG_BOOL_STRUCT ("support for", features, shaderStorageImageReadWithoutFormat); in dump_features10()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp959 pFeatures->shaderStorageImageReadWithoutFormat = VK_TRUE; in getPhysicalDeviceFeatures()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp1435 FEATURE_ITEM(VkPhysicalDeviceFeatures, shaderStorageImageReadWithoutFormat), in createDeviceWithUnsupportedFeaturesTest()
DvktApiFeatureInfo.cpp2308 OFFSET_TABLE_ENTRY(VkPhysicalDeviceFeatures, shaderStorageImageReadWithoutFormat), in deviceFeatures()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c606 ….shaderStorageImageReadWithoutFormat = (pdevice->pscreen->get_param(pdevice->pscreen, PIPE_CA… in lvp_GetPhysicalDeviceFeatures()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c1128 .shaderStorageImageReadWithoutFormat = false, in v3dv_GetPhysicalDeviceFeatures()
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_device.c634 .shaderStorageImageReadWithoutFormat = true, in pvr_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_screen.c664 return screen->info.feats.features.shaderStorageImageReadWithoutFormat; in zink_get_param()
/third_party/vulkan-loader/tests/
Dloader_phys_dev_inst_ext_tests.cpp330 feats.shaderStorageImageReadWithoutFormat = (rand() % 2) == 0 ? VK_FALSE : VK_TRUE; in FillInRandomFeatures()
382 …feats1.shaderStorageImageReadWithoutFormat == feats2.features.shaderStorageImageReadWithoutFormat in CompareFeatures()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c680 .shaderStorageImageReadWithoutFormat = true, in tu_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_device.c1144 .shaderStorageImageReadWithoutFormat = false, in dzn_GetPhysicalDeviceFeatures2()
/third_party/ffmpeg/libavutil/
Dhwcontext_vulkan.c1051 COPY_FEATURE(hwctx->device_features, shaderStorageImageReadWithoutFormat) in vulkan_device_create_internal()
/third_party/flutter/glfw/deps/vulkan/
Dvulkan.h1215 VkBool32 shaderStorageImageReadWithoutFormat; member
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c1310 .shaderStorageImageReadWithoutFormat = false, in anv_GetPhysicalDeviceFeatures()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl219 VkBool32 shaderStorageImageReadWithoutFormat; member
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_device.h819 size += vn_sizeof_VkBool32(&val->shaderStorageImageReadWithoutFormat); in vn_sizeof_VkPhysicalDeviceFeatures()
880 vn_encode_VkBool32(enc, &val->shaderStorageImageReadWithoutFormat); in vn_encode_VkPhysicalDeviceFeatures()
940 vn_decode_VkBool32(dec, &val->shaderStorageImageReadWithoutFormat); in vn_decode_VkPhysicalDeviceFeatures()
/third_party/flutter/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h1709 VkBool32 shaderStorageImageReadWithoutFormat; member
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c1319 .shaderStorageImageReadWithoutFormat = true, in radv_GetPhysicalDeviceFeatures()
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h1913 VkBool32 shaderStorageImageReadWithoutFormat; member
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h2517 VkBool32 shaderStorageImageReadWithoutFormat; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h2659 VkBool32 shaderStorageImageReadWithoutFormat; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h2610 VkBool32 shaderStorageImageReadWithoutFormat; member
Dvulkan_structs.hpp18747 , shaderStorageImageReadWithoutFormat( shaderStorageImageReadWithoutFormat_ )
18993 shaderStorageImageReadWithoutFormat = shaderStorageImageReadWithoutFormat_; in setShaderStorageImageReadWithoutFormat()
19190 ( shaderStorageImageReadWithoutFormat == rhs.shaderStorageImageReadWithoutFormat ) && in operator ==()
19249 VULKAN_HPP_NAMESPACE::Bool32 shaderStorageImageReadWithoutFormat = {}; member

12