Searched refs:imageInfoBytes (Results 1 – 1 of 1) sorted by relevance
7454 size_t imageInfoBytes = numImageInfos * sizeof(VkDescriptorImageInfo); in calcLinearizedDescriptorUpdateTemplateInfo() local7459 res.data.resize(imageInfoBytes + bufferInfoBytes + bufferViewBytes + in calcLinearizedDescriptorUpdateTemplateInfo()7462 res.bufferInfoStart = imageInfoBytes; in calcLinearizedDescriptorUpdateTemplateInfo()7463 res.bufferViewStart = imageInfoBytes + bufferInfoBytes; in calcLinearizedDescriptorUpdateTemplateInfo()7464 res.inlineUniformBlockStart = imageInfoBytes + bufferInfoBytes + bufferViewBytes; in calcLinearizedDescriptorUpdateTemplateInfo()