Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DVertexFormatTests.cpp136 case wgpu::VertexFormat::Sint16x4: in BytesPerComponents()
188 case wgpu::VertexFormat::Sint16x4: in ComponentCount()
616 TEST_P(VertexFormatTest, Sint16x4) { in TEST_P() argument
632 DoVertexFormatTest(wgpu::VertexFormat::Sint16x4, vertexData, vertexData); in TEST_P()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DVertexFormat.cpp39 {wgpu::VertexFormat::Sint16x4, 8, 4, 2, VertexFormatBaseType::Sint},
DShaderModule.cpp62 case wgpu::VertexFormat::Sint16x4: in ToTintVertexFormat()
/third_party/skia/third_party/externals/dawn/src/utils/
DTestUtils.cpp159 case wgpu::VertexFormat::Sint16x4: in VertexFormatSize()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DRenderPipelineD3D12.cpp57 case wgpu::VertexFormat::Sint16x4: in VertexFormatType()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPipelineVk.cpp65 case wgpu::VertexFormat::Sint16x4: in VulkanVertexFormat()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp71 case wgpu::VertexFormat::Sint16x4: in VertexFormatType()
123 case wgpu::VertexFormat::Sint16x4: in VertexFormatIsInt()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DRenderPipelineMTL.mm52 case wgpu::VertexFormat::Sint16x4:
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DConverter.cpp773 out = wgpu::VertexFormat::Sint16x4; in Convert()