Searched refs:kStorageBufferDescriptorType (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | ProgramExecutableVk.cpp | 101 constexpr VkDescriptorType kStorageBufferDescriptorType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER; variable 579 descOut->update(info.binding, kStorageBufferDescriptorType, in addAtomicCounterBufferDescriptorSetDesc() 1066 kStorageBufferDescriptorType, &resourcesSetDesc); in createPipelineLayout() 1251 descriptorType == kStorageBufferDescriptorType); in updateBuffersDescriptorSet() 1252 const bool isStorageBuffer = descriptorType == kStorageBufferDescriptorType; in updateBuffersDescriptorSet() 1372 static_assert(!IsDynamicDescriptor(kStorageBufferDescriptorType), in updateAtomicCounterBuffersDescriptorSet() 1386 descriptorSet, kStorageBufferDescriptorType, info.binding, binding, in updateAtomicCounterBuffersDescriptorSet() 1402 kStorageBufferDescriptorType, info.binding, in updateAtomicCounterBuffersDescriptorSet() 1583 kStorageBufferDescriptorType, cacheHit)); in updateShaderResourcesDescriptorSet()
|