Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp416 deUint32 stencilOffset = 0u; in uploadTestTextureInternal() local
425 stencilOffset = static_cast<deUint32>(deAlign32(static_cast<deInt32>(bufferSize), 4)); in uploadTestTextureInternal()
426 bufferSize = stencilOffset + srcStencilTexture->getSize(); in uploadTestTextureInternal()
454 DE_ASSERT(stencilOffset != 0u); in uploadTestTextureInternal()
456 srcStencilTexture->write(reinterpret_cast<deUint8*>(bufferAlloc->getHostPtr()) + stencilOffset); in uploadTestTextureInternal()
462 region.bufferOffset += stencilOffset; in uploadTestTextureInternal()
501 deUint32 stencilOffset = 0u; in uploadTestTextureInternalSparse() local
515 stencilOffset = static_cast<deUint32>(deAlign32(static_cast<deInt32>(bufferSize), 4)); in uploadTestTextureInternalSparse()
516 bufferSize = stencilOffset + srcStencilTexture->getSize(); in uploadTestTextureInternalSparse()
547 DE_ASSERT(stencilOffset != 0u); in uploadTestTextureInternalSparse()
[all …]
/third_party/mesa3d/src/mesa/swrast/
Ds_stencil.c415 const GLint stencilOffset = get_stencil_offset(rb->Format); in _swrast_stencil_and_ztest_span() local
434 stencilBuf = _swrast_pixel_address(rb, span->x, span->y) + stencilOffset; in _swrast_stencil_and_ztest_span()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp7254 const VkDeviceSize stencilOffset = (*bufferOffsetsOut)[0] + depthSize; in copyImageDataToBuffer() local
7255 (*bufferOffsetsOut)[1] = stencilOffset; in copyImageDataToBuffer()
7257 regions[1].bufferOffset = stencilOffset; in copyImageDataToBuffer()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp2795 VkDeviceSize stencilOffset = 0; in iterate() local
2834 stencilOffset = bufferOffset; in iterate()
2842 copyData.bufferOffset += stencilOffset; in iterate()