| /third_party/skia/src/sksl/ir/ |
| D | SkSLType.cpp | 251 TextureType(const char* name, SpvDim_ dimensions, bool isDepth, bool isArrayed, in TextureType() 264 bool isDepth() const override { in isDepth() function in SkSL::TextureType 306 bool isDepth() const override { in isDepth() function in SkSL::SamplerType 463 std::unique_ptr<Type> Type::MakeTextureType(const char* name, SpvDim_ dimensions, bool isDepth, in MakeTextureType()
|
| D | SkSLType.h | 410 virtual bool isDepth() const { in isDepth() function
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| D | VkFormat.cpp | 295 bool Format::isDepth() const in isDepth() function in vk::Format
|
| D | libVulkan.cpp | 201 bool isDepth = format.isDepth(); in ValidateRenderPassPNextChain() local
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| D | Texture.cpp | 791 bool Texture2D::isDepth(GLenum target, GLint level) const in isDepth() function in es2::Texture2D 1276 bool TextureCubeMap::isDepth(GLenum target, GLint level) const in isDepth() function in es2::TextureCubeMap 1828 bool Texture3D::isDepth(GLenum target, GLint level) const in isDepth() function in es2::Texture3D
|
| D | Device.cpp | 557 bool isDepth = (flags & Device::DEPTH_BUFFER) && Surface::isDepth(source->getInternalFormat()); in stretchRect() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
| D | TextureD3D.cpp | 931 bool TextureD3D_2D::isDepth(GLint level) const in isDepth() function in rx::TextureD3D_2D 1728 bool TextureD3D_Cube::isDepth(GLint level, GLint layer) const in isDepth() function in rx::TextureD3D_Cube 2463 bool TextureD3D_3D::isDepth(GLint level) const in isDepth() function in rx::TextureD3D_3D 3129 bool TextureD3D_2DArray::isDepth(GLint level) const in isDepth() function in rx::TextureD3D_2DArray
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| D | es31fTextureBorderClampTests.cpp | 471 const bool isDepth = isDepthFormat(format, mode); in isCoreFilterableFormat() local 1514 const bool isDepth = isDepthFormat(m_texFormat, m_sampleMode); in init() local
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | BuildSPIRV.cpp | 942 bool isDepth = false; in getImageTypeParameters() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 1346 …const bool isDepth = (!m_interleaveReadWriteComponents && (m_subresourceRange.aspectMask & V… in verifyImage() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 1506 …const bool isDepth = (!m_interleaveReadWriteComponents && (m_subresourceRange.aspectMask & V… in verifyImage() local
|
| /third_party/vk-gl-cts/framework/opengl/simplereference/ |
| D | sglrReferenceContext.cpp | 3337 bool isDepth = attachments[attNdx] == (isFboBound ? GL_DEPTH_ATTACHMENT : GL_DEPTH); in invalidateSubFramebuffer() local 3354 bool isDepth = ndx == 1; in invalidateSubFramebuffer() local
|
| /third_party/mesa3d/src/amd/addrlib/inc/ |
| D | addrinterface.h | 687 BOOL_32 isDepth; ///< TRUE if the surface uses depth sample ordering within member 775 BOOL_32 isDepth; ///< Surface uses depth sample ordering within micro tile. member
|
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| D | Surface.cpp | 2564 bool Surface::isDepth(Format format) in isDepth() function in sw::Surface
|