Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DVertexFormatTests.cpp81 case wgpu::VertexFormat::Uint16x2: in IsUnsignedFormat()
131 case wgpu::VertexFormat::Uint16x2: in BytesPerComponents()
170 case wgpu::VertexFormat::Uint16x2: in ComponentCount()
575 TEST_P(VertexFormatTest, Uint16x2) { in TEST_P() argument
583 DoVertexFormatTest(wgpu::VertexFormat::Uint16x2, vertexData, vertexData); in TEST_P()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DVertexFormat.cpp36 {wgpu::VertexFormat::Uint16x2, 4, 2, 2, VertexFormatBaseType::Uint},
DShaderModule.cpp56 case wgpu::VertexFormat::Uint16x2: in ToTintVertexFormat()
/third_party/skia/third_party/externals/dawn/src/utils/
DTestUtils.cpp149 case wgpu::VertexFormat::Uint16x2: in VertexFormatSize()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DRenderPipelineD3D12.cpp51 case wgpu::VertexFormat::Uint16x2: in VertexFormatType()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPipelineVk.cpp59 case wgpu::VertexFormat::Uint16x2: in VulkanVertexFormat()
/third_party/skia/src/gpu/dawn/
DGrDawnProgramBuilder.cpp165 return wgpu::VertexFormat::Uint16x2; in to_dawn_vertex_format()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp65 case wgpu::VertexFormat::Uint16x2: in VertexFormatType()
120 case wgpu::VertexFormat::Uint16x2: in VertexFormatIsInt()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DRenderPipelineMTL.mm46 case wgpu::VertexFormat::Uint16x2:
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DConverter.cpp764 out = wgpu::VertexFormat::Uint16x2; in Convert()