Home
last modified time | relevance | path

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

/external/skia/src/gpu/graphite/
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()
DRecorderPriv.h41 const ShaderCodeDictionary* shaderCodeDictionary() const { in shaderCodeDictionary() function
42 return fRecorder->fSharedContext->shaderCodeDictionary(); in shaderCodeDictionary()
44 ShaderCodeDictionary* shaderCodeDictionary() { in shaderCodeDictionary() function
45 return fRecorder->fSharedContext->shaderCodeDictionary(); in shaderCodeDictionary()
DSharedContext.h49 ShaderCodeDictionary* shaderCodeDictionary() { return &fShaderDictionary; } in shaderCodeDictionary() function
50 const ShaderCodeDictionary* shaderCodeDictionary() const { return &fShaderDictionary; } in shaderCodeDictionary() function
DKeyContext.cpp30 fDictionary = fRecorder->priv().shaderCodeDictionary(); in KeyContext()
DPublicPrecompile.cpp103 ShaderCodeDictionary* dict = context->priv().shaderCodeDictionary(); in Precompile()
DResourceProvider.cpp38 const ShaderCodeDictionary* dict = ctx->shaderCodeDictionary(); in to_str()
DContextUtils.cpp58 UniquePaintParamsID paintID = recorder->priv().shaderCodeDictionary()->findOrCreate(builder); in ExtractPaintData()
DDrawPass.cpp520 ShaderCodeDictionary* dict = recorder->priv().shaderCodeDictionary(); in Make()
/external/skia/tests/graphite/
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()
DKeyTest.cpp55 ShaderCodeDictionary* dict = context->priv().shaderCodeDictionary(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
84 ShaderCodeDictionary* dict = context->priv().shaderCodeDictionary(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
102 ShaderCodeDictionary* dict = context->priv().shaderCodeDictionary(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
DCombinationBuilderTest.cpp303 ShaderCodeDictionary* dict = context->priv().shaderCodeDictionary(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
DPaintParamsKeyTest.cpp1625 const ShaderCodeDictionary* dict = context->priv().shaderCodeDictionary(); in check_draw()
1677 ShaderCodeDictionary* dict = context->priv().shaderCodeDictionary(); in DEF_CONDITIONAL_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
1852 ShaderCodeDictionary* dict = context->priv().shaderCodeDictionary(); in run_test()
/external/skia/tools/graphite/
DUniqueKeyUtils.cpp75 const ShaderCodeDictionary* dict = context->priv().shaderCodeDictionary(); in ExtractKeyDescs()
/external/skia/src/gpu/graphite/mtl/
DMtlResourceProvider.mm131 fSharedContext->shaderCodeDictionary(),
185 GetPipelineLabel(fSharedContext->shaderCodeDictionary(), renderPassDesc, step, paintID);
/external/skia/src/gpu/graphite/dawn/
DDawnGraphicsPipeline.cpp285 sharedContext->shaderCodeDictionary(), in Make()
333 GetPipelineLabel(sharedContext->shaderCodeDictionary(), renderPassDesc, step, paintID); in Make()
/external/skia/fuzz/
DFuzzPrecompile.cpp304 ShaderCodeDictionary* dict = context->priv().shaderCodeDictionary(); in fuzz_graphite()
/external/skia/src/gpu/graphite/vk/
DVulkanGraphicsPipeline.cpp615 sharedContext->shaderCodeDictionary(), in Make()
/external/skia/dm/
DDMSrcSink.cpp2322 const ShaderCodeDictionary* dict = context->priv().shaderCodeDictionary(); in resetAndRecreatePipelines()
/external/skia/tools/viewer/
DViewer.cpp2760 gctx->priv().shaderCodeDictionary(); in drawImGui()