Home
last modified time | relevance | path

Searched refs:Snorm8x4 (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DVertexFormatTests.cpp65 case wgpu::VertexFormat::Snorm8x4: in IsNormalizedFormat()
129 case wgpu::VertexFormat::Snorm8x4: in BytesPerComponents()
186 case wgpu::VertexFormat::Snorm8x4: in ComponentCount()
558 TEST_P(VertexFormatTest, Snorm8x4) { in TEST_P() argument
572 DoVertexFormatTest(wgpu::VertexFormat::Snorm8x4, vertexData, vertexData); in TEST_P()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DVertexFormat.cpp34 {wgpu::VertexFormat::Snorm8x4, 4, 4, 1, VertexFormatBaseType::Float},
DShaderModule.cpp54 case wgpu::VertexFormat::Snorm8x4: in ToTintVertexFormat()
/third_party/skia/third_party/externals/dawn/src/utils/
DTestUtils.cpp148 case wgpu::VertexFormat::Snorm8x4: in VertexFormatSize()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DRenderPipelineD3D12.cpp49 case wgpu::VertexFormat::Snorm8x4: in VertexFormatType()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPipelineVk.cpp57 case wgpu::VertexFormat::Snorm8x4: in VulkanVertexFormat()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp63 case wgpu::VertexFormat::Snorm8x4: in VertexFormatType()
103 case wgpu::VertexFormat::Snorm8x4: in VertexFormatIsNormalized()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DRenderPipelineMTL.mm44 case wgpu::VertexFormat::Snorm8x4:
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DConverter.cpp761 out = wgpu::VertexFormat::Snorm8x4; in Convert()