Home
last modified time | relevance | path

Searched defs:is_storage_image (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_image.c770 bool is_stencil, bool is_storage_image, bool disable_compression, in si_set_mutable_tex_desc_fields()
884 unsigned nr_samples, bool is_storage_image, bool gfx9) in radv_tex_dim()
955 bool is_storage_image, VkImageViewType view_type, VkFormat vk_format, in gfx10_make_texture_descriptor()
1115 bool is_storage_image, VkImageViewType view_type, VkFormat vk_format, in si_make_texture_descriptor()
1329 bool is_storage_image, VkImageViewType view_type, VkFormat vk_format, in radv_make_texture_descriptor()
1937 bool is_storage_image, bool disable_compression, in radv_image_view_make_descriptor()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_msl.cpp15455 bool is_storage_image = type.basetype == SPIRType::Image && type.image.sampled == 2; in is_supported_argument_buffer_type() local