Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DVertexStateValidationTests.cpp391 DoTest(wgpu::VertexFormat::Sint8x4, "f32", false); in TEST_F()
392 DoTest(wgpu::VertexFormat::Sint8x4, "i32", true); in TEST_F()
393 DoTest(wgpu::VertexFormat::Sint8x4, "u32", false); in TEST_F()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DVertexFormatTests.cpp125 case wgpu::VertexFormat::Sint8x4: in BytesPerComponents()
184 case wgpu::VertexFormat::Sint8x4: in ComponentCount()
468 TEST_P(VertexFormatTest, Sint8x4) { in TEST_P() argument
484 DoVertexFormatTest(wgpu::VertexFormat::Sint8x4, vertexData, vertexData); in TEST_P()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DVertexFormat.cpp30 {wgpu::VertexFormat::Sint8x4, 4, 4, 1, VertexFormatBaseType::Sint},
DShaderModule.cpp46 case wgpu::VertexFormat::Sint8x4: in ToTintVertexFormat()
/third_party/skia/third_party/externals/dawn/src/utils/
DTestUtils.cpp146 case wgpu::VertexFormat::Sint8x4: in VertexFormatSize()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DRenderPipelineD3D12.cpp41 case wgpu::VertexFormat::Sint8x4: in VertexFormatType()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPipelineVk.cpp49 case wgpu::VertexFormat::Sint8x4: in VulkanVertexFormat()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp61 case wgpu::VertexFormat::Sint8x4: in VertexFormatType()
119 case wgpu::VertexFormat::Sint8x4: in VertexFormatIsInt()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DRenderPipelineMTL.mm36 case wgpu::VertexFormat::Sint8x4:
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DConverter.cpp749 out = wgpu::VertexFormat::Sint8x4; in Convert()