Searched refs:clearDepthStencilValue (Results 1 - 7 of 7) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineClearUtil.cpp | 86 VkClearDepthStencilValue clearDepthStencilValue; in defaultClearDepthStencilValue() local 87 clearDepthStencilValue.depth = defaultClearDepth(); in defaultClearDepthStencilValue() 88 clearDepthStencilValue.stencil = defaultClearStencil(); in defaultClearDepthStencilValue() 90 return clearDepthStencilValue; in defaultClearDepthStencilValue()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineClearUtil.cpp | 86 VkClearDepthStencilValue clearDepthStencilValue; in defaultClearDepthStencilValue() local 87 clearDepthStencilValue.depth = defaultClearDepth(); in defaultClearDepthStencilValue() 88 clearDepthStencilValue.stencil = defaultClearStencil(); in defaultClearDepthStencilValue() 90 return clearDepthStencilValue; in defaultClearDepthStencilValue()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/ |
H A D | ClearImageBenchmarks.cpp | 87 vk::ClearDepthStencilValue clearDepthStencilValue; in initialize() local 88 clearDepthStencilValue.depth = 1.0f; in initialize() 89 clearDepthStencilValue.stencil = 0xFF; in initialize() 91 commandBuffer.clearDepthStencilImage(image, vk::ImageLayout::eGeneral, &clearDepthStencilValue, 1, &range); in initialize()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | FramebufferVk.h | 196 const VkClearDepthStencilValue &clearDepthStencilValue); 202 const VkClearDepthStencilValue &clearDepthStencilValue); 211 const VkClearDepthStencilValue &clearDepthStencilValue);
|
H A D | FramebufferVk.cpp | 444 const VkClearDepthStencilValue &clearDepthStencilValue = in clear() local 448 clearDepthStencilValue); in clear() 456 const VkClearDepthStencilValue &clearDepthStencilValue) in clearImpl() 548 clearDepthStencilValue); in clearImpl() 617 clearDepthStencilValue); in clearImpl() 2173 const VkClearDepthStencilValue &clearDepthStencilValue) in mergeClearsWithDeferredClears() 2189 dsClearValue.depthStencil = clearDepthStencilValue; in mergeClearsWithDeferredClears() 2213 const VkClearDepthStencilValue &clearDepthStencilValue) in clearWithDraw() 2221 params.depthStencilClearValue = clearDepthStencilValue; in clearWithDraw() 451 clearImpl(const gl::Context *context, gl::DrawBufferMask clearColorBuffers, bool clearDepth, bool clearStencil, const VkClearColorValue &clearColorValue, const VkClearDepthStencilValue &clearDepthStencilValue) clearImpl() argument 2168 mergeClearsWithDeferredClears( gl::DrawBufferMask clearColorBuffers, bool clearDepth, bool clearStencil, const VkClearColorValue &clearColorValue, const VkClearDepthStencilValue &clearDepthStencilValue) mergeClearsWithDeferredClears() argument 2205 clearWithDraw(ContextVk *contextVk, const gl::Rectangle &clearArea, gl::DrawBufferMask clearColorBuffers, bool clearDepth, bool clearStencil, gl::BlendStateExt::ColorMaskStorage::Type colorMasks, uint8_t stencilMask, const VkClearColorValue &clearColorValue, const VkClearDepthStencilValue &clearDepthStencilValue) clearWithDraw() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | TextureVk.cpp | 1223 VkClearDepthStencilValue clearDepthStencilValue[1]; in ClearTexture() local 1224 clearDepthStencilValue[0].depth = fClearColor; in ClearTexture() 1225 clearDepthStencilValue[0].stencil = uClearColor; in ClearTexture() 1228 VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, clearDepthStencilValue, 1, in ClearTexture()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_hash.hpp | 2098 std::size_t operator()( VULKAN_HPP_NAMESPACE::ClearDepthStencilValue const & clearDepthStencilValue ) const VULKAN_HPP_NOEXCEPT 2101 VULKAN_HPP_HASH_COMBINE( seed, clearDepthStencilValue.depth ); 2102 VULKAN_HPP_HASH_COMBINE( seed, clearDepthStencilValue.stencil );
|
Completed in 27 milliseconds