Searched refs:stencilCopy (Results 1 – 4 of 4) sorted by relevance
1146 GLubyte *stencilCopy = malloc(n * sizeof(GLubyte)); in _mesa_pack_depth_stencil_span() local1149 if (!depthCopy || !stencilCopy) { in _mesa_pack_depth_stencil_span()1152 free(stencilCopy); in _mesa_pack_depth_stencil_span()1165 memcpy(stencilCopy, stencilVals, n * sizeof(GLubyte)); in _mesa_pack_depth_stencil_span()1166 _mesa_apply_stencil_transfer_ops(ctx, n, stencilCopy); in _mesa_pack_depth_stencil_span()1167 stencilVals = stencilCopy; in _mesa_pack_depth_stencil_span()1190 free(stencilCopy); in _mesa_pack_depth_stencil_span()
5902 VkBufferImageCopy stencilCopy = {}; in stageSubresourceUpdateImpl() local5904 stencilCopy.bufferOffset = stagingOffset; in stageSubresourceUpdateImpl()5905 stencilCopy.bufferRowLength = bufferRowLength; in stageSubresourceUpdateImpl()5906 stencilCopy.bufferImageHeight = bufferImageHeight; in stageSubresourceUpdateImpl()5907 stencilCopy.imageSubresource.mipLevel = copy.imageSubresource.mipLevel; in stageSubresourceUpdateImpl()5908 stencilCopy.imageSubresource.baseArrayLayer = copy.imageSubresource.baseArrayLayer; in stageSubresourceUpdateImpl()5909 stencilCopy.imageSubresource.layerCount = copy.imageSubresource.layerCount; in stageSubresourceUpdateImpl()5910 stencilCopy.imageOffset = copy.imageOffset; in stageSubresourceUpdateImpl()5911 stencilCopy.imageExtent = copy.imageExtent; in stageSubresourceUpdateImpl()5912 stencilCopy.imageSubresource.aspectMask = VK_IMAGE_ASPECT_STENCIL_BIT; in stageSubresourceUpdateImpl()[all …]
7408 VkImageCopy stencilCopy = in DepthStencilMSAA() local7422 stencilCopy.srcSubresource.baseArrayLayer = 2u; in DepthStencilMSAA()7423 stencilCopy.dstSubresource.baseArrayLayer = 3u; in DepthStencilMSAA()7429 stencilCopyRegion.imageCopy = stencilCopy; in DepthStencilMSAA()