Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DVertexFormatTests.cpp124 case wgpu::VertexFormat::Sint8x2: in BytesPerComponents()
167 case wgpu::VertexFormat::Sint8x2: in ComponentCount()
445 TEST_P(VertexFormatTest, Sint8x2) { in TEST_P() argument
465 DoVertexFormatTest(wgpu::VertexFormat::Sint8x2, vertexData, expectedData); in TEST_P()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DVertexFormat.cpp29 {wgpu::VertexFormat::Sint8x2, 2, 2, 1, VertexFormatBaseType::Sint},
DShaderModule.cpp44 case wgpu::VertexFormat::Sint8x2: in ToTintVertexFormat()
/third_party/skia/third_party/externals/dawn/src/utils/
DTestUtils.cpp141 case wgpu::VertexFormat::Sint8x2: in VertexFormatSize()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DRenderPipelineD3D12.cpp39 case wgpu::VertexFormat::Sint8x2: in VertexFormatType()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPipelineVk.cpp47 case wgpu::VertexFormat::Sint8x2: in VulkanVertexFormat()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp60 case wgpu::VertexFormat::Sint8x2: in VertexFormatType()
118 case wgpu::VertexFormat::Sint8x2: in VertexFormatIsInt()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DRenderPipelineMTL.mm34 case wgpu::VertexFormat::Sint8x2:
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DConverter.cpp746 out = wgpu::VertexFormat::Sint8x2; in Convert()