Searched refs:setDepth (Results 1 – 12 of 12) sorted by relevance
/third_party/node/test/parallel/ |
D | test-inspector-async-call-stack.js | 13 const setDepth = 'Debugger.setAsyncCallStackDepth'; constant 37 session.post(setDepth, { invalid: 'message' }, () => { 40 session.post(setDepth, { maxDepth: 'five' }, () => { 44 session.post(setDepth, { maxDepth: NaN }, () => { 48 session.post(setDepth, { maxDepth: 10 }, () => { 51 session.post(setDepth, { maxDepth: 0 }, () => { 64 session.post(setDepth, { maxDepth: 32 }, () => { 73 session.post(setDepth, { maxDepth: 64 }, () => {
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fFboTestUtil.hpp | 165 void setDepth (float r);
|
D | es3fFboTestUtil.cpp | 708 void Texture3DShader::setDepth (float depth) in setDepth() function in deqp::gles3::Functional::FboTestUtil::Texture3DShader
|
D | es3fFboColorbufferTests.cpp | 709 tdTexShader.setDepth(float(layer) / float(m_texSize.z()-1)); in render()
|
D | es3fTextureSpecificationTests.cpp | 598 shader.setDepth(((float)depth + 0.5f) / (float)levelD); in verifyTexture()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | LegacyPassManagers.h | 368 void setDepth(unsigned newDepth) { Depth = newDepth; } in setDepth() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | LegacyPassManager.cpp | 1754 PM->setDepth(this->top()->getDepth()+1); in push() 1759 PM->setDepth(1); in push()
|
/third_party/glslang/glslang/MachineIndependent/ |
D | localintermediate.h | 762 bool setDepth(TLayoutDepth d) in setDepth() function
|
D | ParseHelper.cpp | 4316 if (! intermediate.setDepth(publicType.layoutDepth)) in redeclareBuiltinVariable()
|
/third_party/glslang/glslang/HLSL/ |
D | hlslParseHelper.cpp | 9542 intermediate.setDepth(EldAny); in correctOutput() 9546 intermediate.setDepth(EldGreater); in correctOutput() 9551 intermediate.setDepth(EldLess); in correctOutput()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan_structs.hpp | 7193 Extent3D & setDepth( uint32_t depth_ ) VULKAN_HPP_NOEXCEPT in setDepth() function 10701 ClearDepthStencilValue & setDepth( float depth_ ) VULKAN_HPP_NOEXCEPT in setDepth() function 72528 TraceRaysIndirectCommandKHR & setDepth( uint32_t depth_ ) VULKAN_HPP_NOEXCEPT in setDepth() function
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_structs.hpp | 8820 VULKAN_HPP_CONSTEXPR_14 Extent3D & setDepth( uint32_t depth_ ) VULKAN_HPP_NOEXCEPT in setDepth() function 12929 VULKAN_HPP_CONSTEXPR_14 ClearDepthStencilValue & setDepth( float depth_ ) VULKAN_HPP_NOEXCEPT in setDepth() function 100389 …VULKAN_HPP_CONSTEXPR_14 TraceRaysIndirectCommand2KHR & setDepth( uint32_t depth_ ) VULKAN_HPP_NOEX… in setDepth() function 100532 …VULKAN_HPP_CONSTEXPR_14 TraceRaysIndirectCommandKHR & setDepth( uint32_t depth_ ) VULKAN_HPP_NOEXC… in setDepth() function
|