Searched refs:Unorm8x2 (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | VertexFormatTests.cpp | 62 case wgpu::VertexFormat::Unorm8x2: in IsNormalizedFormat() 86 case wgpu::VertexFormat::Unorm8x2: in IsUnsignedFormat() 126 case wgpu::VertexFormat::Unorm8x2: in BytesPerComponents() 168 case wgpu::VertexFormat::Unorm8x2: in ComponentCount() 487 TEST_P(VertexFormatTest, Unorm8x2) { in TEST_P() argument 510 DoVertexFormatTest(wgpu::VertexFormat::Unorm8x2, vertexData, expectedData); in TEST_P()
|
D | VertexStateTests.cpp | 55 case VertexFormat::Unorm8x2: in ShouldComponentBeDefault()
|
D | BufferZeroInitTests.cpp | 1148 {wgpu::VertexFormat::Unorm8x2, wgpu::VertexFormat::Float16x2, in TEST_P()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | VertexFormat.cpp | 31 {wgpu::VertexFormat::Unorm8x2, 2, 2, 1, VertexFormatBaseType::Float},
|
D | ShaderModule.cpp | 48 case wgpu::VertexFormat::Unorm8x2: in ToTintVertexFormat()
|
/third_party/skia/third_party/externals/dawn/src/utils/ |
D | TestUtils.cpp | 142 case wgpu::VertexFormat::Unorm8x2: in VertexFormatSize()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | VertexStateValidationTests.cpp | 314 state.cAttributes[0].format = wgpu::VertexFormat::Unorm8x2; in TEST_F()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | RenderPipelineD3D12.cpp | 43 case wgpu::VertexFormat::Unorm8x2: in VertexFormatType()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | RenderPipelineVk.cpp | 51 case wgpu::VertexFormat::Unorm8x2: in VulkanVertexFormat()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | CommandBufferGL.cpp | 57 case wgpu::VertexFormat::Unorm8x2: in VertexFormatType() 100 case wgpu::VertexFormat::Unorm8x2: in VertexFormatIsNormalized()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
D | RenderPipelineMTL.mm | 38 case wgpu::VertexFormat::Unorm8x2:
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
D | Converter.cpp | 752 out = wgpu::VertexFormat::Unorm8x2; in Convert()
|