Searched refs:desc_buffer_info (Results 1 – 1 of 1) sorted by relevance
1166 VkDescriptorBufferInfo desc_buffer_info = {}; in GpuAllocateValidationResources() local1167 desc_buffer_info.range = gpu_state->memory_manager->GetBlockSize(); in GpuAllocateValidationResources()1190 desc_buffer_info.buffer = block.buffer; in GpuAllocateValidationResources()1191 desc_buffer_info.offset = block.offset; in GpuAllocateValidationResources()1197 desc_write.pBufferInfo = &desc_buffer_info; in GpuAllocateValidationResources()