Home
last modified time | relevance | path

Searched refs:R8Uint (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/utils/
DTextureUtils.cpp137 case wgpu::TextureFormat::R8Uint: in GetTexelBlockSizeInBytes()
269 case wgpu::TextureFormat::R8Uint: in GetTextureFormatBlockWidth()
387 case wgpu::TextureFormat::R8Uint: in GetTextureFormatBlockHeight()
523 case wgpu::TextureFormat::R8Uint: in GetWGSLColorTextureComponentType()
553 case wgpu::TextureFormat::R8Uint: in GetWGSLRenderableColorTextureComponentCount()
632 case wgpu::TextureFormat::R8Uint: in GetWGSLImageFormatQualifier()
DTextureUtils.h29 wgpu::TextureFormat::R8Uint,
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DSpirvUtils.cpp74 return wgpu::TextureFormat::R8Uint; in SpirvImageFormatToTextureFormat()
DGLFormat.cpp49 … AddFormat(wgpu::TextureFormat::R8Uint, GL_R8UI, GL_RED_INTEGER, GL_UNSIGNED_BYTE, Type::Uint); in BuildGLFormatTable()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DTextureFormatTests.cpp487 TEST_P(TextureFormatTest, R8Uint) { in TEST_P() argument
488 DoUintTest<uint8_t>({wgpu::TextureFormat::R8Uint, 1, wgpu::TextureComponentType::Uint, 1}); in TEST_P()
DCopyTests.cpp2138 wgpu::TextureFormat::R8Sint, wgpu::TextureFormat::R8Uint}}; in TEST_P()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DStorageTextureValidationTests.cpp246 wgpu::TextureFormat::R8Uint, wgpu::TextureFormat::R8Sint, in TEST_F()
272 wgpu::TextureFormat::R8Uint, wgpu::TextureFormat::R8Sint, in TEST_F()
DExternalTextureTests.cpp120 textureDescriptor.format = wgpu::TextureFormat::R8Uint; in TEST_F()
DCopyCommandsValidationTests.cpp889 uint64_t bufferSize = BufferSizeForTextureCopy(16, 16, 1, wgpu::TextureFormat::R8Uint); in TEST_F()
925 uint64_t bufferSize = BufferSizeForTextureCopy(8, 8, 1, wgpu::TextureFormat::R8Uint); in TEST_F()
947 uint64_t bufferSize = BufferSizeForTextureCopy(8, 8, 1, wgpu::TextureFormat::R8Uint); in TEST_F()
1530 uint64_t bufferSize = BufferSizeForTextureCopy(16, 16, 1, wgpu::TextureFormat::R8Uint); in TEST_F()
1603 Create2DTexture(16, 16, 1, 1, wgpu::TextureFormat::R8Uint, wgpu::TextureUsage::CopySrc); in TEST_F()
DVideoViewsValidationTests.cpp49 viewDesc.format = wgpu::TextureFormat::R8Uint; in TEST_F()
DQueueWriteTextureValidationTests.cpp524 utils::RequiredBytesInCopy(bytesPerRow, 0, {4, 4, 1}, wgpu::TextureFormat::R8Uint); in TEST_F()
DBindGroupValidationTests.cpp362 errorExternalDesciptor.format = wgpu::TextureFormat::R8Uint; in TEST_F()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DTextureD3D12.cpp117 case wgpu::TextureFormat::R8Uint: in D3D12TypelessTextureFormat()
272 case wgpu::TextureFormat::R8Uint: in D3D12TextureFormat()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DFormat.cpp284 AddColorFormat(wgpu::TextureFormat::R8Uint, true, false, 1, SampleTypeBit::Uint, 1); in BuildFormatTable()
DShaderModule.cpp166 return wgpu::TextureFormat::R8Uint; in TintImageFormatToTextureFormat()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DTextureMTL.mm147 case wgpu::TextureFormat::R8Uint:
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DTextureVk.cpp225 case wgpu::TextureFormat::R8Uint: in VulkanImageFormat()
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DConverter.cpp181 out = wgpu::TextureFormat::R8Uint; in Convert()
/third_party/vk-gl-cts/external/amber/src/src/dawn/
Dengine_dawn.cc534 dawn_format = ::dawn::TextureFormat::R8Uint; in GetDawnTextureFormat()