Home
last modified time | relevance | path

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

/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_private.h285 #define V3DV_META_BLIT_CACHE_KEY_SIZE (4 * sizeof(uint32_t)) macro
305 uint8_t key[V3DV_META_BLIT_CACHE_KEY_SIZE];
Dv3dv_meta_copy.c34 return _mesa_hash_data(key, V3DV_META_BLIT_CACHE_KEY_SIZE); in meta_blit_key_hash()
40 return memcmp(key1, key2, V3DV_META_BLIT_CACHE_KEY_SIZE) == 0; in meta_blit_key_compare()
2961 memset(key, 0, V3DV_META_BLIT_CACHE_KEY_SIZE); in get_blit_pipeline_cache_key()
2987 assert(((uint8_t*)p - key) == V3DV_META_BLIT_CACHE_KEY_SIZE); in get_blit_pipeline_cache_key()
3591 uint8_t key[V3DV_META_BLIT_CACHE_KEY_SIZE]; in get_blit_pipeline()