Home
last modified time | relevance | path

Searched refs: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() argument
835 if (radv_dcc_enabled(image, first_level) && is_storage_image && enable_write_compression) in si_set_mutable_tex_desc_fields()
884 unsigned nr_samples, bool is_storage_image, bool gfx9) in radv_tex_dim() argument
887 return is_storage_image ? V_008F1C_SQ_RSRC_IMG_2D_ARRAY : V_008F1C_SQ_RSRC_IMG_CUBE; in radv_tex_dim()
955 bool is_storage_image, VkImageViewType view_type, VkFormat vk_format, in gfx10_make_texture_descriptor() argument
989 is_storage_image, device->physical_device->rad_info.gfx_level == GFX9); in gfx10_make_texture_descriptor()
1033 state[4] |= S_00A010_DEPTH(!is_storage_image ? depth - 1 : u_minify(depth, first_level) - 1); in gfx10_make_texture_descriptor()
1034 state[5] |= S_00A014_ARRAY_PITCH(is_storage_image); in gfx10_make_texture_descriptor()
1115 bool is_storage_image, VkImageViewType view_type, VkFormat vk_format, in si_make_texture_descriptor() argument
1169 is_storage_image, device->physical_device->rad_info.gfx_level == GFX9); in si_make_texture_descriptor()
[all …]
/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
15456 bool is_supported_type = !msl_options.is_ios() || !is_storage_image; in is_supported_argument_buffer_type()