Home
last modified time | relevance | path

Searched refs:stencilCopy (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dpack.c1146 GLubyte *stencilCopy = malloc(n * sizeof(GLubyte)); in _mesa_pack_depth_stencil_span() local
1149 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()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp5902 VkBufferImageCopy stencilCopy = {}; in stageSubresourceUpdateImpl() local
5904 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 …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp7408 VkImageCopy stencilCopy = in DepthStencilMSAA() local
7422 stencilCopy.srcSubresource.baseArrayLayer = 2u; in DepthStencilMSAA()
7423 stencilCopy.dstSubresource.baseArrayLayer = 3u; in DepthStencilMSAA()
7429 stencilCopyRegion.imageCopy = stencilCopy; in DepthStencilMSAA()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp7408 VkImageCopy stencilCopy = in DepthStencilMSAA() local
7422 stencilCopy.srcSubresource.baseArrayLayer = 2u; in DepthStencilMSAA()
7423 stencilCopy.dstSubresource.baseArrayLayer = 3u; in DepthStencilMSAA()
7429 stencilCopyRegion.imageCopy = stencilCopy; in DepthStencilMSAA()