Home
last modified time | relevance | path

Searched refs:Depth32Float (Results 1 – 25 of 66) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/tests/end2end/
H A DDepthBiasTests.cpp103 if (depthFormat != wgpu::TextureFormat::Depth32Float) { in RunDepthBiasTest()
146 RunDepthBiasTest(wgpu::TextureFormat::Depth32Float, 0, QuadAngle::Flat, in TEST_P()
165 RunDepthBiasTest(wgpu::TextureFormat::Depth32Float, 0, QuadAngle::Flat, in TEST_P()
187 RunDepthBiasTest(wgpu::TextureFormat::Depth32Float, 0.125, QuadAngle::Flat, in TEST_P()
206 RunDepthBiasTest(wgpu::TextureFormat::Depth32Float, 0, QuadAngle::Flat, in TEST_P()
225 RunDepthBiasTest(wgpu::TextureFormat::Depth32Float, 0.125, QuadAngle::TiltedX, 0, in TEST_P()
244 RunDepthBiasTest(wgpu::TextureFormat::Depth32Float, 0.125, QuadAngle::TiltedX, 0, in TEST_P()
260 RunDepthBiasTest(wgpu::TextureFormat::Depth32Float, 0, QuadAngle::TiltedX, 0, 0, 0); in TEST_P()
275 RunDepthBiasTest(wgpu::TextureFormat::Depth32Float, 0, QuadAngle::TiltedX, 0, 1, 0); in TEST_P()
290 RunDepthBiasTest(wgpu::TextureFormat::Depth32Float, 0, QuadAngle::TiltedX, 0, -0.5, 0); in TEST_P()
H A DViewportTests.cpp109 pipelineDesc.cDepthStencilState.format = wgpu::TextureFormat::Depth32Float; in TestViewportDepth()
115 depthDesc.format = wgpu::TextureFormat::Depth32Float; in TestViewportDepth()
H A DSubresourceRenderAttachmentTests.cpp109 format = wgpu::TextureFormat::Depth32Float; in DoTest()
H A DMultisampledSamplingTests.cpp39 static constexpr wgpu::TextureFormat kDepthFormat = wgpu::TextureFormat::Depth32Float;
H A DDepthStencilCopyTests.cpp58 texDescriptor.format = wgpu::TextureFormat::Depth32Float; in CreateDepthTexture()
98 PopulatePipelineDescriptorWriteDepth(&renderPipelineDesc, wgpu::TextureFormat::Depth32Float, in InitializeDepthTextureRegion()
H A DCreateReadyPipelineTests.cpp215 constexpr wgpu::TextureFormat kRenderAttachmentFormat = wgpu::TextureFormat::Depth32Float; in TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/utils/
H A DTextureFormatUtils.cpp125 case wgpu::TextureFormat::Depth32Float: in GetTexelBlockSizeInBytes()
204 case wgpu::TextureFormat::Depth32Float: in GetTextureFormatBlockWidth()
268 case wgpu::TextureFormat::Depth32Float: in GetTextureFormatBlockHeight()
379 case wgpu::TextureFormat::Depth32Float: in GetGLSLImageFormatQualifier()
H A DTextureFormatUtils.h62 wgpu::TextureFormat::Depth32Float,
/dports/www/firefox/firefox-99.0/third_party/rust/metal/src/
H A Dconstants.rs127 Depth32Float = 252, enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/metal/src/
H A Dconstants.rs127 Depth32Float = 252, enumerator
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/metal/src/
H A Dconstants.rs127 Depth32Float = 252, enumerator
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/metal/src/
H A Dconstants.rs127 Depth32Float = 252, enumerator
/dports/graphics/rx/rx-0.4.0/cargo-crates/metal-0.17.0/src/
H A Dconstants.rs127 Depth32Float = 252, enumerator
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/utils/
H A DTextureFormatUtils.h43 wgpu::TextureFormat::RGBA32Sint, wgpu::TextureFormat::Depth32Float,
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-hal/src/dx12/
H A Dconv.rs53 Tf::Depth32Float => DXGI_FORMAT_D32_FLOAT, in map_texture_format()
126 wgt::TextureFormat::Depth32Float => dxgiformat::DXGI_FORMAT_R32_FLOAT, in map_texture_format_nodepth()
142 wgt::TextureFormat::Depth32Float => dxgiformat::DXGI_FORMAT_R32_TYPELESS, in map_texture_format_depth_typeless()
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-core/src/
H A Dconv.rs18 Tf::Depth32Float | Tf::Depth24Plus | Tf::Depth24PlusStencil8 => false, in is_valid_copy_dst_texture_format()
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-hal/src/metal/
H A Dadapter.rs266 Tf::Depth32Float => { in texture_format_capabilities()
1131 Tf::Depth32Float => Depth32Float, in map_format()
1136 Depth32Float in map_format()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/d3d12/
H A DTextureD3D12.cpp169 case wgpu::TextureFormat::Depth32Float: in D3D12TypelessTextureFormat()
290 case wgpu::TextureFormat::Depth32Float: in D3D12TextureFormat()
1039 case wgpu::TextureFormat::Depth32Float: in TextureView()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/dawn_native/opengl/
H A DGLFormat.cpp93 …AddFormat(wgpu::TextureFormat::Depth32Float, GL_DEPTH_COMPONENT32F, GL_DEPTH, GL_FLOAT, Type::Dept… in BuildGLFormatTable()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/opengl/
H A DGLFormat.cpp94 …AddFormat(wgpu::TextureFormat::Depth32Float, GL_DEPTH_COMPONENT32F, GL_DEPTH_COMPONENT, GL_FLOAT, … in BuildGLFormatTable()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/tests/unittests/validation/
H A DQueueWriteTextureValidationTests.cpp494 wgpu::TextureFormat::Depth32Float); in TEST_F()
499 {4, 4, 1}, 1, wgpu::TextureFormat::Depth32Float, wgpu::TextureUsage::CopyDst); in TEST_F()
/dports/graphics/rx/rx-0.4.0/cargo-crates/wgpu-native-0.4.1/src/
H A Dresource.rs176 Depth32Float = 41, enumerator
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/dawn_native/
H A DFormat.cpp218 AddDepthStencilFormat(wgpu::TextureFormat::Depth32Float, Aspect::Depth, 4); in BuildFormatTable()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/
H A DFormat.cpp241 AddDepthStencilFormat(wgpu::TextureFormat::Depth32Float, Aspect::Depth, 4); in BuildFormatTable()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-metal/src/
H A Dconversions.rs29 f::D32Sfloat => Depth32Float, in map_format()
442 Depth32Float if self.format_depth32float_filter => { in map_format_properties()
445 Depth32Float if self.format_depth32float_none => If::DEPTH_STENCIL_ATTACHMENT, in map_format_properties()

123