Home
last modified time | relevance | path

Searched refs:kClearDepth (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/experimental/graphite/src/
H A DDrawOrder.h123 inline static constexpr PaintersDepth kClearDepth = PaintersDepth::First(); member in skgpu::DrawOrder
H A DDevice.cpp71 , fCurrentDepth(DrawOrder::kClearDepth) in Device()
/third_party/vk-gl-cts/external/amber/src/src/
H A Dcommand.cc163 : PipelineCommand(Type::kClearDepth, pipeline) {} in ClearDepthCommand()
H A Dcommand.h57 kClearDepth, member in amber::Command::Type
90 bool IsClearDepth() const { return command_type_ == Type::kClearDepth; } in IsClearDepth()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawInvertedDepthRangesTests.cpp74 constexpr float kClearDepth = 1.0f; member
393 tcu::clearDepth(access, kClearDepth); in generateReferenceImage()
527 const VkClearValue clearDepth = makeClearValueDepthStencil(kClearDepth, 0u); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawInvertedDepthRangesTests.cpp74 constexpr float kClearDepth = 1.0f; member
393 tcu::clearDepth(access, kClearDepth); in generateReferenceImage()
527 const VkClearValue clearDepth = makeClearValueDepthStencil(kClearDepth, 0u); in iterate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_internal_shaders_autogen.h120 kClearDepth = 0x00000001, enumerator
H A DUtilsVk.cpp193 flags |= ImageClear_frag::kClearDepth; in GetImageClearFlags()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DMultisampledRenderingTests.cpp160 constexpr float kClearDepth = 1.0f; in CreateComboRenderPassDescriptorForTest() local
171 renderPass.cDepthStencilAttachmentInfo.clearDepth = kClearDepth; in CreateComboRenderPassDescriptorForTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleTests.cpp5554 static constexpr float kClearDepth = 1.0f;
5979 makeClearValueDepthStencil(ZExportParams::kClearDepth, ZExportParams::kClearStencil),
6044 tcu::clearDepth(topLeft, (skipAlphaToCoverage ? ZExportParams::kExpectedDepth : ZExportParams::kClearDepth));
6045 tcu::clearDepth(bottomLeft, (skipAlphaToCoverage ? (params.testSampleMask() ? ZExportParams::kClearDepth : ZExportParams::kExpectedDepth) : ZExportParams::kClearDepth));
6047 tcu::clearDepth(bottomRight, (params.testSampleMask() ? ZExportParams::kClearDepth : ZExportParams::kExpectedDepth));
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DClearTest.cpp1658 constexpr float kClearDepth = 0.5f; in maskedScissoredColorDepthStencilClear() local
1708 glClearDepthf(kClearDepth); in maskedScissoredColorDepthStencilClear()
1763 // - If depth is cleared, but it's not masked, kClearDepth should be in the depth buffer. in maskedScissoredColorDepthStencilClear()

Completed in 30 milliseconds