Lines Matching refs:commandBuffer
79 GrVkCommandBuffer* commandBuffer) {
97 commandBuffer);
104 commandBuffer->bindDescriptorSets(gpu, fPipeline->layout(), kUniformDSIdx, /*setCount=*/1,
107 commandBuffer->addGrBuffer(std::move(uniformBuffer));
116 GrVkCommandBuffer* commandBuffer) {
157 commandBuffer->addGrSurface(sk_ref_sp<const GrSurface>(texture));
158 commandBuffer->addResource(texAttachment->textureView());
159 commandBuffer->addResource(texAttachment->resource());
160 commandBuffer->addRecycledResource(descriptorSet);
161 commandBuffer->bindDescriptorSets(gpu, fPipeline->layout(), kSamplerDSIdx,
215 commandBuffer->addResource(sampler);
219 commandBuffer->addResource(textureView);
220 commandBuffer->addResource(texAttachment->resource());
228 commandBuffer->bindDescriptorSets(gpu, fPipeline->layout(), kSamplerDSIdx, /*setCount=*/1,
231 commandBuffer->addRecycledResource(descriptorSet);
238 GrVkCommandBuffer* commandBuffer) {
240 commandBuffer->bindDescriptorSets(gpu, fPipeline->layout(), GrVkUniformHandler::kInputDescSet,
245 commandBuffer->addRecycledResource(std::move(inputDescSet));
273 void GrVkPipelineState::bindPipeline(const GrVkGpu* gpu, GrVkCommandBuffer* commandBuffer) {
274 commandBuffer->bindPipeline(gpu, fPipeline);