Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DVertexFormatTests.cpp83 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()
DVertexStateTests.cpp569 {1, 4 /* offset */, VertexFormat::Uint32x2}, // |****|****| in TEST_P()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DVertexFormat.cpp52 {wgpu::VertexFormat::Uint32x2, 8, 2, 4, VertexFormatBaseType::Uint},
DShaderModule.cpp86 case wgpu::VertexFormat::Uint32x2: in ToTintVertexFormat()
/third_party/skia/third_party/externals/dawn/src/utils/
DTestUtils.cpp164 case wgpu::VertexFormat::Uint32x2: in VertexFormatSize()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DRenderPipelineD3D12.cpp81 case wgpu::VertexFormat::Uint32x2: in VertexFormatType()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPipelineVk.cpp89 case wgpu::VertexFormat::Uint32x2: in VulkanVertexFormat()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp84 case wgpu::VertexFormat::Uint32x2: in VertexFormatType()
125 case wgpu::VertexFormat::Uint32x2: in VertexFormatIsInt()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DRenderPipelineMTL.mm76 case wgpu::VertexFormat::Uint32x2:
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DConverter.cpp809 out = wgpu::VertexFormat::Uint32x2; in Convert()