Home
last modified time | relevance | path

Searched refs:GetPipelineLabel (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/gpu/graphite/
DContextUtils.h69 std::string GetPipelineLabel(const ShaderCodeDictionary*,
DPrecompileContext.cpp103 return GetPipelineLabel(fSharedContext->shaderCodeDictionary(), in getPipelineLabel()
DContextUtils.cpp137 std::string GetPipelineLabel(const ShaderCodeDictionary* dict, in GetPipelineLabel() function
DResourceProvider.cpp40 return GetPipelineLabel(dict, rpDesc, step, gpDesc.paintParamsID()); in to_str()
/external/skia/tests/graphite/precompile/
DChromePrecompileTest.cpp283 generated.push_back(GetPipelineLabel(dict, renderPassDesc, renderStep, in run_test()
/external/skia/src/gpu/graphite/mtl/
DMtlGraphicsPipeline.mm341 GetPipelineLabel(sharedContext->shaderCodeDictionary(), renderPassDesc, step, paintID);
/external/skia/src/gpu/graphite/dawn/
DDawnGraphicsPipeline.cpp407 GetPipelineLabel(sharedContext->shaderCodeDictionary(), renderPassDesc, step, paintID); in Make()