Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DVertexFormatTests.cpp152 case wgpu::VertexFormat::Sint32x3: in BytesPerComponents()
181 case wgpu::VertexFormat::Sint32x3: in ComponentCount()
798 TEST_P(VertexFormatTest, Sint32x3) { in TEST_P() argument
804 DoVertexFormatTest(wgpu::VertexFormat::Sint32x3, vertexData, vertexData); in TEST_P()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DVertexFormat.cpp57 {wgpu::VertexFormat::Sint32x3, 12, 3, 4, VertexFormatBaseType::Sint},
DShaderModule.cpp96 case wgpu::VertexFormat::Sint32x3: in ToTintVertexFormat()
/third_party/skia/third_party/externals/dawn/src/utils/
DTestUtils.cpp169 case wgpu::VertexFormat::Sint32x3: in VertexFormatSize()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DRenderPipelineD3D12.cpp91 case wgpu::VertexFormat::Sint32x3: in VertexFormatType()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPipelineVk.cpp99 case wgpu::VertexFormat::Sint32x3: in VulkanVertexFormat()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp90 case wgpu::VertexFormat::Sint32x3: in VertexFormatType()
130 case wgpu::VertexFormat::Sint32x3: in VertexFormatIsInt()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DRenderPipelineMTL.mm86 case wgpu::VertexFormat::Sint32x3:
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DConverter.cpp824 out = wgpu::VertexFormat::Sint32x3; in Convert()