Searched refs:Uint32x2 (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | VertexFormatTests.cpp | 83 case wgpu::VertexFormat::Uint32x2: in IsUnsignedFormat() 147 case wgpu::VertexFormat::Uint32x2: in BytesPerComponents() 176 case wgpu::VertexFormat::Uint32x2: in ComponentCount() 757 TEST_P(VertexFormatTest, Uint32x2) { in TEST_P() argument 762 DoVertexFormatTest(wgpu::VertexFormat::Uint32x2, vertexData, vertexData); in TEST_P()
|
D | VertexStateTests.cpp | 569 {1, 4 /* offset */, VertexFormat::Uint32x2}, // |****|****| in TEST_P()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | VertexFormat.cpp | 52 {wgpu::VertexFormat::Uint32x2, 8, 2, 4, VertexFormatBaseType::Uint},
|
D | ShaderModule.cpp | 86 case wgpu::VertexFormat::Uint32x2: in ToTintVertexFormat()
|
/third_party/skia/third_party/externals/dawn/src/utils/ |
D | TestUtils.cpp | 164 case wgpu::VertexFormat::Uint32x2: in VertexFormatSize()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | RenderPipelineD3D12.cpp | 81 case wgpu::VertexFormat::Uint32x2: in VertexFormatType()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | RenderPipelineVk.cpp | 89 case wgpu::VertexFormat::Uint32x2: in VulkanVertexFormat()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | CommandBufferGL.cpp | 84 case wgpu::VertexFormat::Uint32x2: in VertexFormatType() 125 case wgpu::VertexFormat::Uint32x2: in VertexFormatIsInt()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
D | RenderPipelineMTL.mm | 76 case wgpu::VertexFormat::Uint32x2:
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
D | Converter.cpp | 809 out = wgpu::VertexFormat::Uint32x2; in Convert()
|