Searched refs:Uint8x4 (Results 1 – 10 of 10) sorted by relevance
80 case wgpu::VertexFormat::Uint8x4: in IsUnsignedFormat()123 case wgpu::VertexFormat::Uint8x4: in BytesPerComponents()183 case wgpu::VertexFormat::Uint8x4: in ComponentCount()426 TEST_P(VertexFormatTest, Uint8x4) { in TEST_P() argument442 DoVertexFormatTest(wgpu::VertexFormat::Uint8x4, vertexData, vertexData); in TEST_P()
28 {wgpu::VertexFormat::Uint8x4, 4, 4, 1, VertexFormatBaseType::Uint},
42 case wgpu::VertexFormat::Uint8x4: in ToTintVertexFormat()
145 case wgpu::VertexFormat::Uint8x4: in VertexFormatSize()
426 DoTest(wgpu::VertexFormat::Uint8x4); in TEST_F()
37 case wgpu::VertexFormat::Uint8x4: in VertexFormatType()
45 case wgpu::VertexFormat::Uint8x4: in VulkanVertexFormat()
56 case wgpu::VertexFormat::Uint8x4: in VertexFormatType()117 case wgpu::VertexFormat::Uint8x4: in VertexFormatIsInt()
32 case wgpu::VertexFormat::Uint8x4:
743 out = wgpu::VertexFormat::Uint8x4; in Convert()