Home
last modified time | relevance | path

Searched refs:Uint16x4 (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DVertexFormatTests.cpp82 case wgpu::VertexFormat::Uint16x4: in IsUnsignedFormat()
132 case wgpu::VertexFormat::Uint16x4: in BytesPerComponents()
187 case wgpu::VertexFormat::Uint16x4: in ComponentCount()
586 TEST_P(VertexFormatTest, Uint16x4) { in TEST_P() argument
602 DoVertexFormatTest(wgpu::VertexFormat::Uint16x4, vertexData, vertexData); in TEST_P()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DVertexFormat.cpp37 {wgpu::VertexFormat::Uint16x4, 8, 4, 2, VertexFormatBaseType::Uint},
DShaderModule.cpp58 case wgpu::VertexFormat::Uint16x4: in ToTintVertexFormat()
/third_party/skia/third_party/externals/dawn/src/utils/
DTestUtils.cpp158 case wgpu::VertexFormat::Uint16x4: in VertexFormatSize()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DRenderPipelineD3D12.cpp53 case wgpu::VertexFormat::Uint16x4: in VertexFormatType()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPipelineVk.cpp61 case wgpu::VertexFormat::Uint16x4: in VulkanVertexFormat()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp66 case wgpu::VertexFormat::Uint16x4: in VertexFormatType()
121 case wgpu::VertexFormat::Uint16x4: in VertexFormatIsInt()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DRenderPipelineMTL.mm48 case wgpu::VertexFormat::Uint16x4:
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DConverter.cpp767 out = wgpu::VertexFormat::Uint16x4; in Convert()