Home
last modified time | relevance | path

Searched refs:Uint32x3 (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DVertexStateValidationTests.cpp325 state.cAttributes[0].format = wgpu::VertexFormat::Uint32x3; in TEST_F()
386 DoTest(wgpu::VertexFormat::Uint32x3, "f32", false); in TEST_F()
387 DoTest(wgpu::VertexFormat::Uint32x3, "i32", false); in TEST_F()
388 DoTest(wgpu::VertexFormat::Uint32x3, "u32", true); in TEST_F()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DVertexFormatTests.cpp84 case wgpu::VertexFormat::Uint32x3: in IsUnsignedFormat()
148 case wgpu::VertexFormat::Uint32x3: in BytesPerComponents()
180 case wgpu::VertexFormat::Uint32x3: in ComponentCount()
765 TEST_P(VertexFormatTest, Uint32x3) { in TEST_P() argument
770 DoVertexFormatTest(wgpu::VertexFormat::Uint32x3, vertexData, vertexData); in TEST_P()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DVertexFormat.cpp53 {wgpu::VertexFormat::Uint32x3, 12, 3, 4, VertexFormatBaseType::Uint},
DShaderModule.cpp88 case wgpu::VertexFormat::Uint32x3: in ToTintVertexFormat()
/third_party/skia/third_party/externals/dawn/src/utils/
DTestUtils.cpp168 case wgpu::VertexFormat::Uint32x3: in VertexFormatSize()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DRenderPipelineD3D12.cpp83 case wgpu::VertexFormat::Uint32x3: in VertexFormatType()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPipelineVk.cpp91 case wgpu::VertexFormat::Uint32x3: in VulkanVertexFormat()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp85 case wgpu::VertexFormat::Uint32x3: in VertexFormatType()
126 case wgpu::VertexFormat::Uint32x3: in VertexFormatIsInt()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DRenderPipelineMTL.mm78 case wgpu::VertexFormat::Uint32x3:
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DConverter.cpp812 out = wgpu::VertexFormat::Uint32x3; in Convert()