Home
last modified time | relevance | path

Searched refs:Unorm16x2 (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DVertexStateValidationTests.cpp376 DoTest(wgpu::VertexFormat::Unorm16x2, "f32", true); in TEST_F()
377 DoTest(wgpu::VertexFormat::Unorm16x2, "i32", false); in TEST_F()
378 DoTest(wgpu::VertexFormat::Unorm16x2, "u32", false); in TEST_F()
424 DoTest(wgpu::VertexFormat::Unorm16x2); in TEST_F()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DVertexFormatTests.cpp66 case wgpu::VertexFormat::Unorm16x2: in IsNormalizedFormat()
88 case wgpu::VertexFormat::Unorm16x2: in IsUnsignedFormat()
133 case wgpu::VertexFormat::Unorm16x2: in BytesPerComponents()
172 case wgpu::VertexFormat::Unorm16x2: in ComponentCount()
635 TEST_P(VertexFormatTest, Unorm16x2) { in TEST_P() argument
643 DoVertexFormatTest(wgpu::VertexFormat::Unorm16x2, vertexData, vertexData); in TEST_P()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DVertexFormat.cpp40 {wgpu::VertexFormat::Unorm16x2, 4, 2, 2, VertexFormatBaseType::Float},
DShaderModule.cpp64 case wgpu::VertexFormat::Unorm16x2: in ToTintVertexFormat()
/third_party/skia/third_party/externals/dawn/src/utils/
DTestUtils.cpp151 case wgpu::VertexFormat::Unorm16x2: in VertexFormatSize()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DRenderPipelineD3D12.cpp59 case wgpu::VertexFormat::Unorm16x2: in VertexFormatType()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPipelineVk.cpp67 case wgpu::VertexFormat::Unorm16x2: in VulkanVertexFormat()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp67 case wgpu::VertexFormat::Unorm16x2: in VertexFormatType()
104 case wgpu::VertexFormat::Unorm16x2: in VertexFormatIsNormalized()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DRenderPipelineMTL.mm54 case wgpu::VertexFormat::Unorm16x2:
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DConverter.cpp776 out = wgpu::VertexFormat::Unorm16x2; in Convert()