Home
last modified time | relevance | path

Searched refs:shaderCodeDictionary (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/graphite/
H A DPrecompileContextPriv.h25 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 DContextPriv.h34 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 DRecorderPriv.h42 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 DSharedContext.h50 ShaderCodeDictionary* shaderCodeDictionary() { return &fShaderDictionary; } in shaderCodeDictionary() function
51 const ShaderCodeDictionary* shaderCodeDictionary() const { return &fShaderDictionary; } in shaderCodeDictionary() function
H A DKeyContext.cpp26 fDictionary = fRecorder->priv().shaderCodeDictionary(); in KeyContext()
H A DPublicPrecompile.cpp108 ShaderCodeDictionary* dict = precompileContext->priv().shaderCodeDictionary(); in Precompile()
H A DContextUtils.cpp50 return recorder->priv().shaderCodeDictionary()->findOrCreate(builder); in ExtractPaintData()
H A DResourceProvider.cpp38 const ShaderCodeDictionary* dict = ctx->shaderCodeDictionary(); in to_str()
H A DDrawPass.cpp466 ShaderCodeDictionary* dict = recorder->priv().shaderCodeDictionary(); in Make()
/aosp_15_r20/external/skia/tests/graphite/
H A DRTEffectTest.cpp21 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 DKeyTest.cpp59 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 DUniqueKeyUtils.cpp40 const ShaderCodeDictionary* dict = precompileContext->priv().shaderCodeDictionary(); in DumpDescs()
/aosp_15_r20/external/skia/src/gpu/graphite/mtl/
H A DMtlGraphicsPipeline.mm291 sharedContext->shaderCodeDictionary(),
336 GetPipelineLabel(sharedContext->shaderCodeDictionary(), renderPassDesc, step, paintID);
/aosp_15_r20/external/skia/tests/graphite/precompile/
H A DChromePrecompileTest.cpp123 const ShaderCodeDictionary* dict = precompileContext->priv().shaderCodeDictionary(); in run_test()
H A DCombinationBuilderTest.cpp601 ShaderCodeDictionary* dict = context->priv().shaderCodeDictionary(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
H A DPaintParamsKeyTest.cpp1969 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 DDawnGraphicsPipeline.cpp350 sharedContext->shaderCodeDictionary(), in Make()
395 GetPipelineLabel(sharedContext->shaderCodeDictionary(), renderPassDesc, step, paintID); in Make()
/aosp_15_r20/external/skia/fuzz/
H A DFuzzPrecompile.cpp306 ShaderCodeDictionary* dict = context->priv().shaderCodeDictionary(); in fuzz_graphite()
/aosp_15_r20/external/skia/src/gpu/graphite/vk/
H A DVulkanGraphicsPipeline.cpp666 sharedContext->shaderCodeDictionary(), in Make()