Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DVertexFormatTests.cpp135 case wgpu::VertexFormat::Sint16x2: in BytesPerComponents()
171 case wgpu::VertexFormat::Sint16x2: in ComponentCount()
605 TEST_P(VertexFormatTest, Sint16x2) { in TEST_P() argument
613 DoVertexFormatTest(wgpu::VertexFormat::Sint16x2, vertexData, vertexData); in TEST_P()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DVertexFormat.cpp38 {wgpu::VertexFormat::Sint16x2, 4, 2, 2, VertexFormatBaseType::Sint},
DShaderModule.cpp60 case wgpu::VertexFormat::Sint16x2: in ToTintVertexFormat()
/third_party/skia/third_party/externals/dawn/src/utils/
DTestUtils.cpp150 case wgpu::VertexFormat::Sint16x2: in VertexFormatSize()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DRenderPipelineD3D12.cpp55 case wgpu::VertexFormat::Sint16x2: in VertexFormatType()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPipelineVk.cpp63 case wgpu::VertexFormat::Sint16x2: in VulkanVertexFormat()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp70 case wgpu::VertexFormat::Sint16x2: in VertexFormatType()
122 case wgpu::VertexFormat::Sint16x2: in VertexFormatIsInt()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DRenderPipelineMTL.mm50 case wgpu::VertexFormat::Sint16x2:
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DConverter.cpp770 out = wgpu::VertexFormat::Sint16x2; in Convert()