Home
last modified time | relevance | path

Searched defs:calculateSamplerParameters (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/graphite/compute/
H A DComputeStep.cpp87 SamplerDesc ComputeStep::calculateSamplerParameters(int resourceIndex, const ResourceDesc&) const { in calculateSamplerParameters() function in skgpu::graphite::ComputeStep
/aosp_15_r20/external/skia/tests/graphite/
H A DComputeTest.cpp1418 SamplerDesc calculateSamplerParameters(int index, const ResourceDesc&) const override { in DEF_GRAPHITE_TEST_FOR_DAWN_AND_METAL_CONTEXTS() function in DEF_GRAPHITE_TEST_FOR_DAWN_AND_METAL_CONTEXTS::TestComputeStep2