Searched refs:Float16x2 (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | VertexFormatTests.cpp | 98 case wgpu::VertexFormat::Float16x2: in IsFloatFormat() 112 case wgpu::VertexFormat::Float16x2: in IsHalfFormat() 139 case wgpu::VertexFormat::Float16x2: in BytesPerComponents() 174 case wgpu::VertexFormat::Float16x2: in ComponentCount() 691 TEST_P(VertexFormatTest, Float16x2) { in TEST_P() argument 698 DoVertexFormatTest(wgpu::VertexFormat::Float16x2, vertexData, vertexData); in TEST_P()
|
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 | 44 {wgpu::VertexFormat::Float16x2, 4, 2, 2, VertexFormatBaseType::Float},
|
D | ShaderModule.cpp | 72 case wgpu::VertexFormat::Float16x2: in ToTintVertexFormat()
|
/third_party/skia/third_party/externals/dawn/src/utils/ |
D | TestUtils.cpp | 153 case wgpu::VertexFormat::Float16x2: in VertexFormatSize()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | RenderPipelineD3D12.cpp | 67 case wgpu::VertexFormat::Float16x2: in VertexFormatType()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | RenderPipelineVk.cpp | 75 case wgpu::VertexFormat::Float16x2: in VulkanVertexFormat()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
D | RenderPipelineMTL.mm | 62 case wgpu::VertexFormat::Float16x2:
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
D | Converter.cpp | 788 out = wgpu::VertexFormat::Float16x2; in Convert()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | CommandBufferGL.cpp | 75 case wgpu::VertexFormat::Float16x2: in VertexFormatType()
|