Searched refs:Snorm8x4 (Results 1 – 9 of 9) sorted by relevance
65 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() argument572 DoVertexFormatTest(wgpu::VertexFormat::Snorm8x4, vertexData, vertexData); in TEST_P()
34 {wgpu::VertexFormat::Snorm8x4, 4, 4, 1, VertexFormatBaseType::Float},
54 case wgpu::VertexFormat::Snorm8x4: in ToTintVertexFormat()
148 case wgpu::VertexFormat::Snorm8x4: in VertexFormatSize()
49 case wgpu::VertexFormat::Snorm8x4: in VertexFormatType()
57 case wgpu::VertexFormat::Snorm8x4: in VulkanVertexFormat()
63 case wgpu::VertexFormat::Snorm8x4: in VertexFormatType()103 case wgpu::VertexFormat::Snorm8x4: in VertexFormatIsNormalized()
44 case wgpu::VertexFormat::Snorm8x4:
761 out = wgpu::VertexFormat::Snorm8x4; in Convert()