Home
last modified time | relevance | path

Searched refs:setDepth (Results 1 – 12 of 12) sorted by relevance

/third_party/node/test/parallel/
Dtest-inspector-async-call-stack.js13 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/
Des3fFboTestUtil.hpp165 void setDepth (float r);
Des3fFboTestUtil.cpp708 void Texture3DShader::setDepth (float depth) in setDepth() function in deqp::gles3::Functional::FboTestUtil::Texture3DShader
Des3fFboColorbufferTests.cpp709 tdTexShader.setDepth(float(layer) / float(m_texSize.z()-1)); in render()
Des3fTextureSpecificationTests.cpp598 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/
DLegacyPassManagers.h368 void setDepth(unsigned newDepth) { Depth = newDepth; } in setDepth() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLegacyPassManager.cpp1754 PM->setDepth(this->top()->getDepth()+1); in push()
1759 PM->setDepth(1); in push()
/third_party/glslang/glslang/MachineIndependent/
Dlocalintermediate.h882 bool setDepth(TLayoutDepth d) in setDepth() function
DParseHelper.cpp4919 if (! intermediate.setDepth(publicType.layoutDepth)) in redeclareBuiltinVariable()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp9664 intermediate.setDepth(EldAny); in correctOutput()
9668 intermediate.setDepth(EldGreater); in correctOutput()
9673 intermediate.setDepth(EldLess); in correctOutput()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp7193 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/
Dvulkan_structs.hpp8820 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