Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.h716 struct DriverUniformsDescriptorSet struct
724 DriverUniformsDescriptorSet(); argument
725 ~DriverUniformsDescriptorSet();
909 const DriverUniformsDescriptorSet &driverUniforms);
913 DriverUniformsDescriptorSet *driverUniforms,
920 DriverUniformsDescriptorSet *driverUniforms);
1036 angle::PackedEnumMap<PipelineType, DriverUniformsDescriptorSet> mDriverUniforms;
DContextVk.cpp291 ContextVk::DriverUniformsDescriptorSet::DriverUniformsDescriptorSet() in DriverUniformsDescriptorSet() function in rx::ContextVk::DriverUniformsDescriptorSet
295 ContextVk::DriverUniformsDescriptorSet::~DriverUniformsDescriptorSet() = default;
297 void ContextVk::DriverUniformsDescriptorSet::init(RendererVk *rendererVk) in init()
305 void ContextVk::DriverUniformsDescriptorSet::destroy(RendererVk *renderer) in destroy()
735 for (DriverUniformsDescriptorSet &driverUniforms : mDriverUniforms) in onDestroy()
3563 const DriverUniformsDescriptorSet &driverUniforms) in handleDirtyDriverUniformsBindingImpl()
3589 DriverUniformsDescriptorSet *driverUniforms, in allocateDriverUniforms()
3611 DriverUniformsDescriptorSet *driverUniforms) in updateDriverUniformsDescriptorSet()