Searched refs:GetPipelineLabel (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/gpu/graphite/ |
D | ContextUtils.h | 69 std::string GetPipelineLabel(const ShaderCodeDictionary*,
|
D | PrecompileContext.cpp | 103 return GetPipelineLabel(fSharedContext->shaderCodeDictionary(), in getPipelineLabel()
|
D | ContextUtils.cpp | 137 std::string GetPipelineLabel(const ShaderCodeDictionary* dict, in GetPipelineLabel() function
|
D | ResourceProvider.cpp | 40 return GetPipelineLabel(dict, rpDesc, step, gpDesc.paintParamsID()); in to_str()
|
/external/skia/tests/graphite/precompile/ |
D | ChromePrecompileTest.cpp | 283 generated.push_back(GetPipelineLabel(dict, renderPassDesc, renderStep, in run_test()
|
/external/skia/src/gpu/graphite/mtl/ |
D | MtlGraphicsPipeline.mm | 341 GetPipelineLabel(sharedContext->shaderCodeDictionary(), renderPassDesc, step, paintID);
|
/external/skia/src/gpu/graphite/dawn/ |
D | DawnGraphicsPipeline.cpp | 407 GetPipelineLabel(sharedContext->shaderCodeDictionary(), renderPassDesc, step, paintID); in Make()
|