Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DVertexFormatTests.cpp64 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() argument
555 DoVertexFormatTest(wgpu::VertexFormat::Snorm8x2, vertexData, expectedData); in TEST_P()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DVertexFormat.cpp33 {wgpu::VertexFormat::Snorm8x2, 2, 2, 1, VertexFormatBaseType::Float},
DShaderModule.cpp52 case wgpu::VertexFormat::Snorm8x2: in ToTintVertexFormat()
/third_party/skia/third_party/externals/dawn/src/utils/
DTestUtils.cpp143 case wgpu::VertexFormat::Snorm8x2: in VertexFormatSize()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DRenderPipelineD3D12.cpp47 case wgpu::VertexFormat::Snorm8x2: in VertexFormatType()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPipelineVk.cpp55 case wgpu::VertexFormat::Snorm8x2: in VulkanVertexFormat()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp62 case wgpu::VertexFormat::Snorm8x2: in VertexFormatType()
102 case wgpu::VertexFormat::Snorm8x2: in VertexFormatIsNormalized()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DRenderPipelineMTL.mm42 case wgpu::VertexFormat::Snorm8x2:
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DConverter.cpp758 out = wgpu::VertexFormat::Snorm8x2; in Convert()