Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/libs/vkjson/
Dvkjson.cc248 …->Visit("shaderStorageImageWriteWithoutFormat", &features->shaderStorageImageWriteWithoutFormat) && in Iterate()
/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp586 pFeatures->shaderStorageImageWriteWithoutFormat = VK_TRUE; in getPhysicalDeviceFeatures()
DvkStructTypes.inl71 VkBool32 shaderStorageImageWriteWithoutFormat; member
DvkStrUtilImpl.inl1730 …s << "\tshaderStorageImageWriteWithoutFormat = " << value.shaderStorageImageWriteWithoutFormat << …
/external/vulkan-validation-layers/demos/
Dvulkaninfo.c1063 …haderStorageImageWriteWithoutFormat = %u\n", features->shaderStorageImageWriteWithoutFormat ); in app_gpu_dump_features()
/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.cpp861 OFFSET_TABLE_ENTRY(VkPhysicalDeviceFeatures, shaderStorageImageWriteWithoutFormat), in deviceFeatures()
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in1274 VkBool32 shaderStorageImageWriteWithoutFormat; member
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp2671 … pass &= require_feature(report_data, enabledFeatures->shaderStorageImageWriteWithoutFormat, in validate_shader_capabilities()