Home
last modified time | relevance | path

Searched refs:renderPassBarriers (Results 1 - 22 of 22) sorted by relevance

/third_party/skia/src/gpu/
H A DGrOpFlushState.h83 GrXferBarrierFlags renderPassBarriers() const { return fRenderPassXferBarriers; } in renderPassBarriers() function
169 GrXferBarrierFlags renderPassBarriers() const final {
170 return this->drawOpArgs().renderPassBarriers();
H A DGrProgramInfo.h80 GrXferBarrierFlags renderPassBarriers() const { return fRenderPassXferBarriers; } in renderPassBarriers() function in GrProgramInfo
H A DGrMeshDrawTarget.h118 virtual GrXferBarrierFlags renderPassBarriers() const = 0;
H A DGrProgramDesc.cpp163 b->addBool(SkToBool(programInfo.renderPassBarriers() & GrXferBarrierFlags::kTexture), "useInput"); in gen_key()
H A DGrOpFlushState.cpp62 this->renderPassBarriers(), in executeDrawsAndUploadsForMeshDrawOp()
/third_party/skia/src/gpu/ops/
H A DGrMeshDrawOp.cpp26 target->renderPassBarriers(), in createProgramInfo()
H A DPathTessellateOp.cpp108 flushState->renderPassBarriers(), flushState->colorLoadOp(), in onPrepare()
H A DStrokeTessellateOp.cpp250 flushState->renderPassBarriers(), flushState->colorLoadOp(), in onPrepare()
H A DDrawAtlasPathOp.cpp194 flushState->dstProxyView(), flushState->renderPassBarriers(), in onPrepare()
H A DPathStencilCoverOp.cpp230 flushState->renderPassBarriers(), flushState->colorLoadOp(), in onPrepare()
H A DPathInnerTriangulateOp.cpp409 flushState->renderPassBarriers(), flushState->colorLoadOp(), in onPrepare()
/third_party/skia/src/gpu/mock/
H A DGrMockOpTarget.h43 GrXferBarrierFlags renderPassBarriers() const override { return GrXferBarrierFlags::kNone; }
/third_party/skia/gm/
H A Dfwidth_squircle.cpp195 flushState->renderPassBarriers(), in createProgramInfo()
H A Dtessellation.cpp342 tessellationPatchVertexCount, state->renderPassBarriers(),
H A Dclockwise.cpp174 flushState->renderPassBarriers(), in createProgramInfo()
/third_party/skia/src/gpu/vk/
H A DGrVkPipelineStateBuilder.cpp283 bool usesInput = SkToBool(fProgramInfo.renderPassBarriers() & GrXferBarrierFlags::kTexture); in finalize()
H A DGrVkCaps.cpp1894 if (programInfo.renderPassBarriers() & GrXferBarrierFlags::kBlend) { in makeDesc()
1897 if (programInfo.renderPassBarriers() & GrXferBarrierFlags::kTexture) { in makeDesc()
H A DGrVkGpu.cpp2057 if (programInfo.renderPassBarriers() & GrXferBarrierFlags::kBlend) { in compile()
2060 if (programInfo.renderPassBarriers() & GrXferBarrierFlags::kTexture) { in compile()
/third_party/skia/tests/
H A DGrPipelineDynamicStateTest.cpp170 flushState->renderPassBarriers(),
H A DGrMeshTest.cpp575 fState->renderPassBarriers(), fState->colorLoadOp());
H A DGrThreadSafeCacheTest.cpp488 flushState->renderPassBarriers(), in createProgramInfo()
/third_party/skia/samplecode/
H A DSamplePathTessellators.cpp127 flushState->renderPassBarriers(),

Completed in 21 milliseconds