Home
last modified time | relevance | path

Searched refs:primProcProxies (Results 1 – 20 of 20) sorted by relevance

/external/skqp/src/gpu/
DGrGpuCommandBuffer.cpp72 const GrTextureProxy* const* primProcProxies = in draw() local
75 const GrBackendFormat& format = primProcProxies[i]->backendFormat(); in draw()
76 GrTextureType type = primProcProxies[i]->textureType(); in draw()
77 GrPixelConfig config = primProcProxies[i]->config(); in draw()
80 primProcProxies[j*primProc.numTextureSamplers() + i]; in draw()
/external/skqp/src/gpu/mtl/
DGrMtlPipelineStateBuilder.h27 const GrTextureProxy* const primProcProxies[],
35 const GrTextureProxy* const primProcProxies[],
DGrMtlGpuCommandBuffer.mm127 const GrTextureProxy* const* primProcProxies = nullptr;
129 primProcProxies = fixedDynamicState->fPrimitiveProcessorTextures;
131 SkASSERT(SkToBool(primProcProxies) == SkToBool(primProc.numTextureSamplers()));
136 primProcProxies, pipeline,
144 pipelineState->setData(fRenderTarget, fOrigin, primProc, pipeline, primProcProxies);
DGrMtlPipelineStateBuilder.mm22 const GrTextureProxy* const primProcProxies[],
26 GrMtlPipelineStateBuilder builder(renderTarget, origin, primProc, primProcProxies, pipeline,
37 const GrTextureProxy* const primProcProxies[],
41 : INHERITED(renderTarget, origin, primProc, primProcProxies, pipeline, desc)
/external/skqp/src/gpu/glsl/
DGrGLSLProgramBuilder.cpp25 const GrTextureProxy* const primProcProxies[], in GrGLSLProgramBuilder() argument
37 , fPrimProcProxies(primProcProxies) in GrGLSLProgramBuilder()
74 const GrTextureProxy* const* primProcProxies = this->primProcProxies(); in emitAndInstallPrimProc() local
109 const GrTexture* texture = primProcProxies[i]->peekTexture(); in emitAndInstallPrimProc()
DGrGLSLProgramBuilder.h38 const GrTextureProxy* const* primProcProxies() const { return fPrimProcProxies; } in primProcProxies() function
106 const GrTextureProxy* const primProcProxies[],
/external/skqp/src/gpu/gl/
DGrGLGpuProgramCache.cpp75 const GrTextureProxy* const primProcProxies[], in refProgram() argument
100 primProc, primProcProxies, in refProgram()
DGrGLGpu.h309 const GrTextureProxy* const primProcProxies[],
/external/skqp/src/gpu/gl/builders/
DGrGLProgramBuilder.h40 const GrTextureProxy* const primProcProxies[],
52 const GrTextureProxy* const primProcProxies[], GrProgramDesc*);
DGrGLProgramBuilder.cpp34 const GrTextureProxy* const primProcProxies[], in CreateProgram() argument
46 pipeline, primProc, primProcProxies, desc); in CreateProgram()
69 const GrTextureProxy* const primProcProxies[], in GrGLProgramBuilder() argument
71 : INHERITED(renderTarget, origin, primProc, primProcProxies, pipeline, desc) in GrGLProgramBuilder()
/external/skqp/src/gpu/vk/
DGrVkPipelineStateBuilder.h67 const GrTextureProxy* const primProcProxies[],
85 const GrTextureProxy* const primProcProxies[],
DGrVkPipelineStateCache.cpp81 const GrTextureProxy* const primProcProxies[], in refPipelineState() argument
115 fGpu, renderTarget, origin, primProc, primProcProxies, pipeline, stencil, in refPipelineState()
DGrVkResourceProvider.h117 const GrTextureProxy* const primProcProxies[],
195 const GrTextureProxy* const primProcProxies[],
DGrVkPipelineStateBuilder.cpp24 const GrTextureProxy* const primProcProxies[], in CreatePipelineState() argument
33 primProcProxies, desc); in CreatePipelineState()
47 const GrTextureProxy* const primProcProxies[], in GrVkPipelineStateBuilder() argument
49 : INHERITED(renderTarget, origin, primProc, primProcProxies, pipeline, desc) in GrVkPipelineStateBuilder()
DGrVkGpuCommandBuffer.cpp646 const GrTextureProxy* const* primProcProxies = nullptr; in prepareDrawState() local
648 primProcProxies = dynamicStateArrays->fPrimitiveProcessorTextures; in prepareDrawState()
650 primProcProxies = fixedDynamicState->fPrimitiveProcessorTextures; in prepareDrawState()
653 SkASSERT(SkToBool(primProcProxies) == SkToBool(primProc.numTextureSamplers())); in prepareDrawState()
659 primProcProxies, in prepareDrawState()
681 pipelineState->setAndBindTextures(fGpu, primProc, pipeline, primProcProxies, in prepareDrawState()
DGrVkResourceProvider.cpp260 const GrTextureProxy* const primProcProxies[], GrPrimitiveType primitiveType, in findOrCreateCompatiblePipelineState() argument
262 return fPipelineStateCache->refPipelineState(renderTarget, origin, proc, primProcProxies, in findOrCreateCompatiblePipelineState()
/external/skia/src/gpu/ops/
DGrMeshDrawOp.cpp97 const GrSurfaceProxy* const primProcProxies[]) const { in recordDraw()
98 target->recordDraw(gp, fMesh, 1, primProcProxies, fPrimitiveType); in recordDraw()
DGrMeshDrawOp.h65 const GrSurfaceProxy* const primProcProxies[]) const;
151 const GrSurfaceProxy* const primProcProxies[],
DGrAtlasTextOp.cpp226 auto primProcProxies = target->allocPrimProcProxyPtrs(kMaxTextures); in onPrepareDraws() local
228 primProcProxies[i] = views[i].proxy(); in onPrepareDraws()
235 flushInfo.fPrimProcProxies = primProcProxies; in onPrepareDraws()
/external/skia/src/gpu/
DGrOpFlushState.h131 const GrSurfaceProxy* const primProcProxies[],