Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DVertexFormatTests.cpp85 case wgpu::VertexFormat::Uint32x4: in IsUnsignedFormat()
149 case wgpu::VertexFormat::Uint32x4: in BytesPerComponents()
193 case wgpu::VertexFormat::Uint32x4: in ComponentCount()
773 TEST_P(VertexFormatTest, Uint32x4) { in TEST_P() argument
778 DoVertexFormatTest(wgpu::VertexFormat::Uint32x4, vertexData, vertexData); in TEST_P()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DVertexFormat.cpp54 {wgpu::VertexFormat::Uint32x4, 16, 4, 4, VertexFormatBaseType::Uint},
DShaderModule.cpp90 case wgpu::VertexFormat::Uint32x4: in ToTintVertexFormat()
/third_party/skia/third_party/externals/dawn/src/utils/
DTestUtils.cpp172 case wgpu::VertexFormat::Uint32x4: in VertexFormatSize()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DRenderPipelineD3D12.cpp85 case wgpu::VertexFormat::Uint32x4: in VertexFormatType()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPipelineVk.cpp93 case wgpu::VertexFormat::Uint32x4: in VulkanVertexFormat()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp86 case wgpu::VertexFormat::Uint32x4: in VertexFormatType()
127 case wgpu::VertexFormat::Uint32x4: in VertexFormatIsInt()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DRenderPipelineMTL.mm80 case wgpu::VertexFormat::Uint32x4:
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DConverter.cpp815 out = wgpu::VertexFormat::Uint32x4; in Convert()