Home
last modified time | relevance | path

Searched refs:VK_MULTIALLOC_DECL_SIZE (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/vulkan/util/
Dvk_alloc.h221 #define VK_MULTIALLOC_DECL_SIZE(_ma, _type, _name, _size) \ macro
226 VK_MULTIALLOC_DECL_SIZE(_ma, _type, _name, (_count) * sizeof(_type));
/third_party/mesa3d/src/intel/vulkan/
Danv_pipeline_cache.c47 VK_MULTIALLOC_DECL_SIZE(&ma, struct anv_shader_bin_key, key, in anv_shader_bin_create()
49 VK_MULTIALLOC_DECL_SIZE(&ma, struct brw_stage_prog_data, prog_data, in anv_shader_bin_create()
55 VK_MULTIALLOC_DECL_SIZE(&ma, nir_xfb_info, xfb_info, in anv_shader_bin_create()