Searched refs:kClearDepth (Results 1 - 11 of 11) sorted by relevance
/third_party/skia/experimental/graphite/src/ |
H A D | DrawOrder.h | 123 inline static constexpr PaintersDepth kClearDepth = PaintersDepth::First(); member in skgpu::DrawOrder
|
H A D | Device.cpp | 71 , fCurrentDepth(DrawOrder::kClearDepth) in Device()
|
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | command.cc | 163 : PipelineCommand(Type::kClearDepth, pipeline) {} in ClearDepthCommand()
|
H A D | command.h | 57 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 D | vktDrawInvertedDepthRangesTests.cpp | 74 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 D | vktDrawInvertedDepthRangesTests.cpp | 74 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 D | vk_internal_shaders_autogen.h | 120 kClearDepth = 0x00000001, enumerator
|
H A D | UtilsVk.cpp | 193 flags |= ImageClear_frag::kClearDepth; in GetImageClearFlags()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | MultisampledRenderingTests.cpp | 160 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 D | vktPipelineMultisampleTests.cpp | 5554 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 D | ClearTest.cpp | 1658 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