Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/libs/vkjson/
Dvkjson.cc255 …->Visit("shaderStorageImageWriteWithoutFormat", &features->shaderStorageImageWriteWithoutFormat) && in Iterate()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl71 VkBool32 shaderStorageImageWriteWithoutFormat; member
DvkStrUtilImpl.inl1540 …s << "\tshaderStorageImageWriteWithoutFormat = " << value.shaderStorageImageWriteWithoutFormat << …
/external/vulkan-validation-layers/demos/
Dvulkaninfo.c859 …haderStorageImageWriteWithoutFormat = %u\n", features->shaderStorageImageWriteWithoutFormat ); in app_gpu_dump_features()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp718 OFFSET_TABLE_ENTRY(VkPhysicalDeviceFeatures, shaderStorageImageWriteWithoutFormat), in deviceFeatures()
/external/skia/third_party/vulkan/
Dvulkan.h1184 VkBool32 shaderStorageImageWriteWithoutFormat; member
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h1193 VkBool32 shaderStorageImageWriteWithoutFormat; member
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp2622 … pass &= require_feature(my_data, enabledFeatures->shaderStorageImageWriteWithoutFormat, in validate_shader_capabilities()