Searched refs:bvci (Results 1 – 3 of 3) sorted by relevance
625 hash_bufferview(void *bvci) in hash_bufferview() argument628 return _mesa_hash_data((char*)bvci + offset, sizeof(VkBufferViewCreateInfo) - offset); in hash_bufferview()635 VkBufferViewCreateInfo bvci; in create_bvci() local638 memset(&bvci, 0, sizeof(bvci)); in create_bvci()639 bvci.sType = VK_STRUCTURE_TYPE_BUFFER_VIEW_CREATE_INFO; in create_bvci()640 bvci.pNext = NULL; in create_bvci()641 bvci.buffer = res->obj->buffer; in create_bvci()642 bvci.format = zink_get_format(screen, format); in create_bvci()643 assert(bvci.format); in create_bvci()644 bvci.offset = offset; in create_bvci()[all …]
86 VkBufferViewCreateInfo bvci; member
3223 - zink: split out bvci creation from object creation