Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/libs/vkjson/
Dvkjson.cc247 …->Visit("shaderStorageImageWriteWithoutFormat", &features->shaderStorageImageWriteWithoutFormat) && in Iterate()
/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp625 pFeatures->shaderStorageImageWriteWithoutFormat = VK_TRUE; in getPhysicalDeviceFeatures()
DvkStructTypes.inl71 VkBool32 shaderStorageImageWriteWithoutFormat; member
DvkStrUtilImpl.inl1914 …s << "\tshaderStorageImageWriteWithoutFormat = " << value.shaderStorageImageWriteWithoutFormat << …
/external/mesa3d/src/intel/vulkan/
Danv_device.c478 .shaderStorageImageWriteWithoutFormat = false, in anv_GetPhysicalDeviceFeatures()
/external/vulkan-validation-layers/demos/
Dvulkaninfo.c1063 …haderStorageImageWriteWithoutFormat = %u\n", features->shaderStorageImageWriteWithoutFormat ); in app_gpu_dump_features()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c458 .shaderStorageImageWriteWithoutFormat = false, in radv_GetPhysicalDeviceFeatures()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp3382 , shaderStorageImageWriteWithoutFormat( shaderStorageImageWriteWithoutFormat_ ) in PhysicalDeviceFeatures()
3613 shaderStorageImageWriteWithoutFormat = shaderStorageImageWriteWithoutFormat_; in setShaderStorageImageWriteWithoutFormat()
3788 && ( shaderStorageImageWriteWithoutFormat == rhs.shaderStorageImageWriteWithoutFormat ) in operator ==()
3850 Bool32 shaderStorageImageWriteWithoutFormat; member
Dvulkan.h1240 VkBool32 shaderStorageImageWriteWithoutFormat; member
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp885 OFFSET_TABLE_ENTRY(VkPhysicalDeviceFeatures, shaderStorageImageWriteWithoutFormat), in deviceFeatures()
/external/mesa3d/include/vulkan/
Dvulkan.h1249 VkBool32 shaderStorageImageWriteWithoutFormat; member
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h1346 VkBool32 shaderStorageImageWriteWithoutFormat; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in1405 VkBool32 shaderStorageImageWriteWithoutFormat; member
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp2671 … pass &= require_feature(report_data, enabledFeatures->shaderStorageImageWriteWithoutFormat, in validate_shader_capabilities()