Searched refs:Snorm8x2 (Results 1 – 9 of 9) sorted by relevance
64 case wgpu::VertexFormat::Snorm8x2: in IsNormalizedFormat()128 case wgpu::VertexFormat::Snorm8x2: in BytesPerComponents()169 case wgpu::VertexFormat::Snorm8x2: in ComponentCount()530 TEST_P(VertexFormatTest, Snorm8x2) { in TEST_P() argument555 DoVertexFormatTest(wgpu::VertexFormat::Snorm8x2, vertexData, expectedData); in TEST_P()
33 {wgpu::VertexFormat::Snorm8x2, 2, 2, 1, VertexFormatBaseType::Float},
52 case wgpu::VertexFormat::Snorm8x2: in ToTintVertexFormat()
143 case wgpu::VertexFormat::Snorm8x2: in VertexFormatSize()
47 case wgpu::VertexFormat::Snorm8x2: in VertexFormatType()
55 case wgpu::VertexFormat::Snorm8x2: in VulkanVertexFormat()
62 case wgpu::VertexFormat::Snorm8x2: in VertexFormatType()102 case wgpu::VertexFormat::Snorm8x2: in VertexFormatIsNormalized()
42 case wgpu::VertexFormat::Snorm8x2:
758 out = wgpu::VertexFormat::Snorm8x2; in Convert()