HomeSort by relevance Sort by last modified time
    Searched refs:stencilAttachment (Results 1 - 4 of 4) sorted by null

  /external/skia/src/gpu/vk/
GrVkFramebuffer.cpp 19 const GrVkImageView* stencilAttachment) {
30 if (stencilAttachment) {
31 attachments[numAttachments++] = stencilAttachment->imageView();
GrVkFramebuffer.h 28 const GrVkImageView* stencilAttachment);
  /external/skia/src/gpu/
GrClipMaskManager.cpp 736 GrStencilAttachment* stencilAttachment = this->resourceProvider()->attachStencilAttachment(rt);
737 if (nullptr == stencilAttachment) {
741 if (stencilAttachment->mustRenderClip(elementsGenID, clipSpaceIBounds, clipSpaceToStencilOffset))
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineEarlyFragmentTests.cpp 678 const VkClearAttachment stencilAttachment =
692 vk.cmdClearAttachments(commandBuffer, 1u, &stencilAttachment, 1u, &rect);
    [all...]

Completed in 65 milliseconds