Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DVertexFormatTests.cpp80 case wgpu::VertexFormat::Uint8x4: in IsUnsignedFormat()
123 case wgpu::VertexFormat::Uint8x4: in BytesPerComponents()
183 case wgpu::VertexFormat::Uint8x4: in ComponentCount()
426 TEST_P(VertexFormatTest, Uint8x4) { in TEST_P() argument
442 DoVertexFormatTest(wgpu::VertexFormat::Uint8x4, vertexData, vertexData); in TEST_P()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DVertexFormat.cpp28 {wgpu::VertexFormat::Uint8x4, 4, 4, 1, VertexFormatBaseType::Uint},
DShaderModule.cpp42 case wgpu::VertexFormat::Uint8x4: in ToTintVertexFormat()
/third_party/skia/third_party/externals/dawn/src/utils/
DTestUtils.cpp145 case wgpu::VertexFormat::Uint8x4: in VertexFormatSize()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DVertexStateValidationTests.cpp426 DoTest(wgpu::VertexFormat::Uint8x4); in TEST_F()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DRenderPipelineD3D12.cpp37 case wgpu::VertexFormat::Uint8x4: in VertexFormatType()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPipelineVk.cpp45 case wgpu::VertexFormat::Uint8x4: in VulkanVertexFormat()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp56 case wgpu::VertexFormat::Uint8x4: in VertexFormatType()
117 case wgpu::VertexFormat::Uint8x4: in VertexFormatIsInt()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DRenderPipelineMTL.mm32 case wgpu::VertexFormat::Uint8x4:
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DConverter.cpp743 out = wgpu::VertexFormat::Uint8x4; in Convert()