Searched refs:writeDepth (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | VertexOnlyRenderPipelineTests.cpp | 102 bool writeDepth = false, in CreateRenderPipeline() 133 depthStencil->depthWriteEnabled = writeDepth; in CreateRenderPipeline()
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | PixelRoutine.hpp | 83 void writeDepth(Pointer<Byte> &zBuffer, int q, Int &x, Float4 &z, Int &zMask);
|
H A D | PixelRoutine.cpp | 243 writeDepth(zBuffer, q, x, z[q], zMask[q]); in quad() 659 void PixelRoutine::writeDepth(Pointer<Byte> &zBuffer, int q, Int &x, Float4 &z, Int &zMask) in writeDepth() function in sw::PixelRoutine
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | PixelRoutine.hpp | 96 void writeDepth(Pointer<Byte> &zBuffer, const Int &x, const Int zMask[4], const SampleSet &samples);
|
H A D | PixelRoutine.cpp | 146 writeDepth(zBuffer, x, zMask, samples); in quad() 318 writeDepth(zBuffer, x, zMask, samples); in quad() 741 void PixelRoutine::writeDepth(Pointer<Byte> &zBuffer, const Int &x, const Int zMask[4], const SampleSet &samples) in writeDepth() function in sw::PixelRoutine
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassTests.cpp | 2013 const VkBool32 writeDepth = renderInfo.getDepthStencilAttachmentLayout() in createSubpassPipeline() local 2032 writeDepth, // depthTestEnable in createSubpassPipeline() 2033 writeDepth, // depthWriteEnable in createSubpassPipeline()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassTests.cpp | 2001 const VkBool32 writeDepth = renderInfo.getDepthStencilAttachmentLayout() in createSubpassPipeline() local 2018 writeDepth, // depthTestEnable in createSubpassPipeline() 2019 writeDepth, // depthWriteEnable in createSubpassPipeline()
|
Completed in 28 milliseconds