Home
last modified time | relevance | path

Searched refs:useCache (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/src/gpu/ops/
H A DSoftwarePathRenderer.cpp248 bool useCache = fAllowCaching && !inverseFilled && args.fViewMatrix->preservesAxisAlignment() && in onDrawPath() local
265 if (useCache) { in onDrawPath()
275 useCache = false; in onDrawPath()
282 if (useCache) { in onDrawPath()
322 if (useCache) { in onDrawPath()
332 SkBackingFit fit = useCache ? SkBackingFit::kExact : SkBackingFit::kApprox; in onDrawPath()
376 if (useCache) { in onDrawPath()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMatchedAttachmentsTests.cpp259 const MatchedAttachmentsTestParams useCache = { pipelineConstructionType, true }; in addMatchedAttachmentsTestCasesWithFunctions() local
260 addFunctionCaseWithPrograms(group, "cache", checkSupport, initPrograms, testMatchedAttachments, useCache); in addMatchedAttachmentsTestCasesWithFunctions()
H A DvktPipelineShaderModuleIdentifierTests.cpp535 const bool useCache; member
552 , useCache (useCache_) in BaseParams()
1866 const bool qualityWarn = (m_params->useCache && !needsCapture); in iterate()
2102 if (m_params->useCache) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMatchedAttachmentsTests.cpp252 const MatchedAttachmentsTestParams useCache = { pipelineConstructionType, true }; in addMatchedAttachmentsTestCasesWithFunctions() local
253 addFunctionCaseWithPrograms(group, "cache", "", checkSupport, initPrograms, testMatchedAttachments, useCache); in addMatchedAttachmentsTestCasesWithFunctions()
H A DvktPipelineShaderModuleIdentifierTests.cpp532 const bool useCache; member
547 , useCache (useCache_) in BaseParams()
1854 const bool qualityWarn = (m_params->useCache && !needsCapture); in iterate()
2091 if (m_params->useCache) in iterate()
/third_party/skia/src/gpu/
H A DGrBlurUtils.cpp307 bool useCache = !inverseFilled && viewMatrix.preservesAxisAlignment() && in compute_key_and_clip_bounds() local
310 if (useCache) { in compute_key_and_clip_bounds()
328 useCache = false; in compute_key_and_clip_bounds()
335 if (useCache) { in compute_key_and_clip_bounds()

Completed in 15 milliseconds