/aosp_15_r20/external/skia/src/gpu/graphite/ |
H A D | PrecompileContextPriv.h | 25 const ShaderCodeDictionary* shaderCodeDictionary() const { in shaderCodeDictionary() function 26 return fPrecompileContext->fSharedContext->shaderCodeDictionary(); in shaderCodeDictionary() 28 ShaderCodeDictionary* shaderCodeDictionary() { in shaderCodeDictionary() function 29 return fPrecompileContext->fSharedContext->shaderCodeDictionary(); in shaderCodeDictionary()
|
H A D | ContextPriv.h | 34 const ShaderCodeDictionary* shaderCodeDictionary() const { in shaderCodeDictionary() function 35 return fContext->fSharedContext->shaderCodeDictionary(); in shaderCodeDictionary() 37 ShaderCodeDictionary* shaderCodeDictionary() { in shaderCodeDictionary() function 38 return fContext->fSharedContext->shaderCodeDictionary(); in shaderCodeDictionary()
|
H A D | RecorderPriv.h | 42 const ShaderCodeDictionary* shaderCodeDictionary() const { in shaderCodeDictionary() function 43 return fRecorder->fSharedContext->shaderCodeDictionary(); in shaderCodeDictionary() 45 ShaderCodeDictionary* shaderCodeDictionary() { in shaderCodeDictionary() function 46 return fRecorder->fSharedContext->shaderCodeDictionary(); in shaderCodeDictionary()
|
H A D | SharedContext.h | 50 ShaderCodeDictionary* shaderCodeDictionary() { return &fShaderDictionary; } in shaderCodeDictionary() function 51 const ShaderCodeDictionary* shaderCodeDictionary() const { return &fShaderDictionary; } in shaderCodeDictionary() function
|
H A D | KeyContext.cpp | 26 fDictionary = fRecorder->priv().shaderCodeDictionary(); in KeyContext()
|
H A D | PublicPrecompile.cpp | 108 ShaderCodeDictionary* dict = precompileContext->priv().shaderCodeDictionary(); in Precompile()
|
H A D | ContextUtils.cpp | 50 return recorder->priv().shaderCodeDictionary()->findOrCreate(builder); in ExtractPaintData()
|
H A D | ResourceProvider.cpp | 38 const ShaderCodeDictionary* dict = ctx->shaderCodeDictionary(); in to_str()
|
H A D | DrawPass.cpp | 466 ShaderCodeDictionary* dict = recorder->priv().shaderCodeDictionary(); in Make()
|
/aosp_15_r20/external/skia/tests/graphite/ |
H A D | RTEffectTest.cpp | 21 ShaderCodeDictionary* dict = context->priv().shaderCodeDictionary(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() 48 ShaderCodeDictionary* dict = context->priv().shaderCodeDictionary(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() 74 ShaderCodeDictionary* dict = context->priv().shaderCodeDictionary(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() 117 ShaderCodeDictionary* dict = context->priv().shaderCodeDictionary(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
|
H A D | KeyTest.cpp | 59 ShaderCodeDictionary* dict = context->priv().shaderCodeDictionary(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() 88 ShaderCodeDictionary* dict = context->priv().shaderCodeDictionary(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() 103 ShaderCodeDictionary* dict = context->priv().shaderCodeDictionary(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
|
/aosp_15_r20/external/skia/tools/graphite/ |
H A D | UniqueKeyUtils.cpp | 40 const ShaderCodeDictionary* dict = precompileContext->priv().shaderCodeDictionary(); in DumpDescs()
|
/aosp_15_r20/external/skia/src/gpu/graphite/mtl/ |
H A D | MtlGraphicsPipeline.mm | 291 sharedContext->shaderCodeDictionary(), 336 GetPipelineLabel(sharedContext->shaderCodeDictionary(), renderPassDesc, step, paintID);
|
/aosp_15_r20/external/skia/tests/graphite/precompile/ |
H A D | ChromePrecompileTest.cpp | 123 const ShaderCodeDictionary* dict = precompileContext->priv().shaderCodeDictionary(); in run_test()
|
H A D | CombinationBuilderTest.cpp | 601 ShaderCodeDictionary* dict = context->priv().shaderCodeDictionary(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
|
H A D | PaintParamsKeyTest.cpp | 1969 ShaderCodeDictionary* dict = context->priv().shaderCodeDictionary(); in create_key_context() 2003 ShaderCodeDictionary* dict = context->priv().shaderCodeDictionary(); in extract_vs_build_subtest()
|
/aosp_15_r20/external/skia/src/gpu/graphite/dawn/ |
H A D | DawnGraphicsPipeline.cpp | 350 sharedContext->shaderCodeDictionary(), in Make() 395 GetPipelineLabel(sharedContext->shaderCodeDictionary(), renderPassDesc, step, paintID); in Make()
|
/aosp_15_r20/external/skia/fuzz/ |
H A D | FuzzPrecompile.cpp | 306 ShaderCodeDictionary* dict = context->priv().shaderCodeDictionary(); in fuzz_graphite()
|
/aosp_15_r20/external/skia/src/gpu/graphite/vk/ |
H A D | VulkanGraphicsPipeline.cpp | 666 sharedContext->shaderCodeDictionary(), in Make()
|