Home
last modified time | relevance | path

Searched refs:pipelineType (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorCopyTests.cpp103 virtual void init (Context& context, PipelineType pipelineType) = 0;
135 void init (Context& context, PipelineType pipelineType);
158 void init (Context& context, PipelineType pipelineType);
278 void init (Context& context, PipelineType pipelineType);
348 void init (Context& context, PipelineType pipelineType);
392 DescriptorCommands (PipelineType pipelineType);
536 PipelineType pipelineType) in init() argument
538 DE_UNREF(pipelineType); in init()
687 PipelineType pipelineType) in init() argument
690 DE_UNREF(pipelineType); in init()
[all …]
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DRewritePipelines.cpp848 bool UpdatePipelineSymbols(Pipeline::Type pipelineType, in UpdatePipelineSymbols() argument
948 Pipeline::Type pipelineType; in RewritePipelines() member
971 Pipeline pipeline{info.pipelineType, info.globalInstanceVar}; in RewritePipelines()
/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.cpp3074 void ContextVk::endEventLog(angle::EntryPoint entryPoint, PipelineType pipelineType) in endEventLog() argument
3081 if (pipelineType == PipelineType::Graphics) in endEventLog()
3088 ASSERT(pipelineType == PipelineType::Compute); in endEventLog()
4936 PipelineType pipelineType = isCompute ? PipelineType::Compute : PipelineType::Graphics; in updateDriverUniformsDescriptorSet() local
4938 ANGLE_TRY(mDriverUniformsDescriptorPools[pipelineType].allocateSetsAndGetInfo( in updateDriverUniformsDescriptorSet()
4941 mContextPerfCounters.descriptorSetsAllocated[pipelineType]++; in updateDriverUniformsDescriptorSet()
6326 for (PipelineType pipelineType : angle::AllEnums<PipelineType>()) in outputCumulativePerfCounters()
6328 uint32_t count = mCumulativeContextPerfCounters.descriptorSetsAllocated[pipelineType]; in outputCumulativePerfCounters()
6331 INFO() << " PipelineType " << ToUnderlying(pipelineType) << ": " << count; in outputCumulativePerfCounters()
DContextVk.h221 void endEventLog(angle::EntryPoint entryPoint, PipelineType pipelineType);
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp1662 const PipelineType pipelineType, in BufferImplementation() argument
1727 …m_pipeline = (pipelineType == PIPELINE_TYPE_GRAPHICS ? de::MovePtr<Pipeline>(new GraphicsPipeline(… in BufferImplementation()
1817 const PipelineType pipelineType, in ImageImplementation() argument
1901 …m_pipeline = (pipelineType == PIPELINE_TYPE_GRAPHICS ? de::MovePtr<Pipeline>(new GraphicsPipeline(… in ImageImplementation()
2405 const PipelineType pipelineType, in BufferCopyImplementation() argument
2446 …m_pipeline = (pipelineType == PIPELINE_TYPE_GRAPHICS ? de::MovePtr<Pipeline>(new GraphicsPipeline(… in BufferCopyImplementation()
2593 const PipelineType pipelineType, in CopyImageImplementation() argument
2645 …m_pipeline = (pipelineType == PIPELINE_TYPE_GRAPHICS ? de::MovePtr<Pipeline>(new GraphicsPipeline(… in CopyImageImplementation()