Home
last modified time | relevance | path

Searched refs:kFormat (Results 1 – 25 of 26) sorted by relevance

12

/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DPipelineAndPassCompatibilityTests.cpp24 wgpu::TextureFormat kFormat = wgpu::TextureFormat::Depth24PlusStencil8; variable
90 kFormat, depthStencilReadOnlyInPass, depthStencilReadOnlyInPass); in TEST_F()
93 CreatePipeline(kFormat, depthWriteInPipeline, stencilWriteInPipeline); in TEST_F()
114 desc.depthStencilFormat = kFormat; in TEST_F()
123 CreatePipeline(kFormat, depthWriteInPipeline, stencilWriteInPipeline); in TEST_F()
146 desc.depthStencilFormat = kFormat; in TEST_F()
153 kFormat, !depthStencilReadOnlyInBundle, !depthStencilReadOnlyInBundle); in TEST_F()
162 kFormat, depthStencilReadOnlyInPass, depthStencilReadOnlyInPass); in TEST_F()
DStorageTextureValidationTests.cpp295 constexpr wgpu::TextureFormat kFormat = wgpu::TextureFormat::R32Float; in TEST_F() local
300 CreateComputeShaderWithStorageTexture(bindingType, kFormat, dimension); in TEST_F()
312 constexpr wgpu::TextureFormat kFormat = wgpu::TextureFormat::R32Float; in TEST_F() local
317 device, {{0, wgpu::ShaderStage::Compute, bindingType, kFormat, dimension}})); in TEST_F()
696 constexpr wgpu::TextureFormat kFormat = wgpu::TextureFormat::RGBA8Unorm; in TEST_F() local
697 wgpu::Texture storageTexture = CreateTexture(wgpu::TextureUsage::StorageBinding, kFormat); in TEST_F()
699 wgpu::Texture outputAttachment = CreateTexture(wgpu::TextureUsage::RenderAttachment, kFormat); in TEST_F()
705 device, {{0, wgpu::ShaderStage::Fragment, storageTextureType, kFormat}}); in TEST_F()
724 constexpr wgpu::TextureFormat kFormat = wgpu::TextureFormat::RGBA8Unorm; in TEST_F() local
726 wgpu::TextureUsage::StorageBinding | wgpu::TextureUsage::TextureBinding, kFormat); in TEST_F()
[all …]
DTextureSubresourceTests.cpp24 static constexpr wgpu::TextureFormat kFormat = wgpu::TextureFormat::RGBA8Unorm; member in __anonb0d08b190111::TextureSubresourceTest
35 texDesc.format = kFormat; in CreateTexture()
43 viewDesc.format = kFormat; in CreateTextureView()
90 kFormat}}); in TestRenderPass()
DResourceUsageTrackingTests.cpp77 static constexpr wgpu::TextureFormat kFormat = wgpu::TextureFormat::RGBA8Unorm; member in __anon8c4699860111::ResourceUsageTrackingTest
855 {1, wgpu::ShaderStage::Compute, wgpu::StorageTextureAccess::WriteOnly, kFormat}}); in TEST_F()
941 {{0, wgpu::ShaderStage::Fragment, wgpu::StorageTextureAccess::WriteOnly, kFormat}}); in TEST_F()
980 {{0, wgpu::ShaderStage::Compute, wgpu::StorageTextureAccess::WriteOnly, kFormat}, in TEST_F()
981 {1, wgpu::ShaderStage::Compute, wgpu::StorageTextureAccess::WriteOnly, kFormat}}); in TEST_F()
1007 descriptor.format = kFormat; in TEST_F()
1112 {{0, wgpu::ShaderStage::Compute, wgpu::StorageTextureAccess::WriteOnly, kFormat}}); in TEST_F()
1140 {{0, wgpu::ShaderStage::Compute, wgpu::StorageTextureAccess::WriteOnly, kFormat}}); in TEST_F()
1179 {{0, wgpu::ShaderStage::Fragment, wgpu::StorageTextureAccess::WriteOnly, kFormat}}); in TEST_F()
1210 {{0, wgpu::ShaderStage::Compute, wgpu::StorageTextureAccess::WriteOnly, kFormat}}); in TEST_F()
[all …]
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DExternalTextureTests.cpp42 static constexpr wgpu::TextureFormat kFormat = wgpu::TextureFormat::RGBA8Unorm; member in __anond630e43d0111::ExternalTextureTests
48 wgpu::Texture texture = Create2DTexture(device, kWidth, kHeight, kFormat, kSampledUsage); in TEST_P()
56 externalDesc.format = kFormat; in TEST_P()
85 Create2DTexture(device, kWidth, kHeight, kFormat, in TEST_P()
88 Create2DTexture(device, kWidth, kHeight, kFormat, in TEST_P()
109 externalDesc.format = kFormat; in TEST_P()
128 descriptor.cTargets[0].format = kFormat; in TEST_P()
DTexture3DTests.cpp22 constexpr wgpu::TextureFormat kFormat = wgpu::TextureFormat::RGBA8Unorm; variable
69 descriptor.format = kFormat; in TEST_P()
74 uint32_t bytesPerRow = utils::GetMinimumBytesPerRow(kFormat, copySize.width); in TEST_P()
76 utils::RequiredBytesInCopy(bytesPerRow, copySize.height, copySize, kFormat); in TEST_P()
77 const uint32_t bytesPerTexel = utils::GetTexelBlockSizeInBytes(kFormat); in TEST_P()
DTextureSubresourceTests.cpp23 static constexpr wgpu::TextureFormat kFormat = wgpu::TextureFormat::RGBA8Unorm; member in TextureSubresourceTest
34 texDesc.format = kFormat; in CreateTexture()
42 viewDesc.format = kFormat; in CreateTextureView()
72 descriptor.cTargets[0].format = kFormat; in DrawTriangle()
116 descriptor.cTargets[0].format = kFormat; in SampleAndDraw()
DRenderPassTests.cpp21 constexpr wgpu::TextureFormat kFormat = wgpu::TextureFormat::RGBA8Unorm; variable
49 descriptor.cTargets[0].format = kFormat; in SetUp()
61 descriptor.format = kFormat; in CreateDefault2DTexture()
147 descriptor.cTargets[0].format = kFormat; in TEST_P()
DQueueTests.cpp321 constexpr wgpu::TextureFormat kFormat = wgpu::TextureFormat::RGBA8Unorm; in DoSimpleWriteTextureTest() local
331 descriptor.format = kFormat; in DoSimpleWriteTextureTest()
DCopyTests.cpp977 constexpr wgpu::TextureFormat kFormat = wgpu::TextureFormat::Depth32Float; in TEST_P() local
981 textureDescriptor.format = kFormat; in TEST_P()
999 kBufferCopyOffset + utils::GetTexelBlockSizeInBytes(kFormat) * kPixelsPerRow; in TEST_P()
/third_party/node/deps/v8/src/codegen/arm64/
Dinstructions-arm64.h596 enum SubstitutionMode { kPlaceholder, kFormat }; enumerator
620 const char* Substitute(const char* string, SubstitutionMode mode0 = kFormat,
621 SubstitutionMode mode1 = kFormat,
622 SubstitutionMode mode2 = kFormat,
623 SubstitutionMode mode3 = kFormat);
Dinstructions-arm64.cc398 if (mode == kFormat) { in GetSubstitute()
/third_party/vixl/src/aarch64/
Dinstructions-aarch64.h764 enum SubstitutionMode { kPlaceholder, kFormat }; enumerator
815 SubstitutionMode mode0 = kFormat,
816 SubstitutionMode mode1 = kFormat,
817 SubstitutionMode mode2 = kFormat) {
1015 if (mode == kFormat) { in GetSubstitute()
Ddisasm-aarch64.cc3148 NEONFormatDecoder::kFormat)); in Disassembler()
3998 nfd.Substitute(form, nfd.kPlaceholder, nfd.kPlaceholder, nfd.kFormat)); in Disassembler()
4008 nfd.Substitute(form, nfd.kPlaceholder, nfd.kPlaceholder, nfd.kFormat)); in Disassembler()
4021 nfd.Substitute(form, nfd.kPlaceholder, nfd.kPlaceholder, nfd.kFormat)); in Disassembler()
4036 Format(instr, mnemonic, nfd.Substitute(form, nfd.kPlaceholder, nfd.kFormat)); in Disassembler()
4058 NEONFormatDecoder::kFormat)); in Disassembler()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateInheritanceTests.cpp57 static const VkFormat kFormat = VK_FORMAT_B8G8R8A8_UNORM; variable
333 kFormat,
387 kFormat, {}, { VK_IMAGE_ASPECT_COLOR_BIT, 0, 1, 0, 1 } } in InheritanceTestInstance()
398 colorAttachment.format = kFormat;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
DvktDynamicStateInheritanceTests.cpp57 static const VkFormat kFormat = VK_FORMAT_B8G8R8A8_UNORM; variable
333 kFormat,
387 kFormat, {}, { VK_IMAGE_ASPECT_COLOR_BIT, 0, 1, 0, 1 } } in InheritanceTestInstance()
398 colorAttachment.format = kFormat;
/third_party/vixl/test/aarch64/
Dtest-simulator-aarch64.cc2989 kFormat##vdform, \
2990 kFormat##vnform)
3000 kFormat##vdform, \
3001 kFormat##vnform)
3014 kFormat##vdform, \
3015 kFormat##vnform, \
3016 kFormat##vmform)
3028 kFormat##vdform, \
3029 kFormat##vnform)
3046 kFormat##vdform, \
[all …]
/third_party/skia/gm/
Dcompositor_quads.cpp590 static const char* kFormat = "Ext(%s) - Int(%s)"; in drawBanner() local
595 config.appendf(kFormat, "yes", "yes"); in drawBanner()
597 config.appendf(kFormat, "no", "no"); in drawBanner()
600 config.appendf(kFormat, "yes", "no"); in drawBanner()
/third_party/icu/icu4c/source/test/intltest/
Dnumberformattesttuple.h27 kFormat, enumerator
/third_party/gn/src/gn/
Dcommands.h66 extern const char kFormat[];
Dcommand_format.cc43 const char kFormat[] = "format"; variable
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
Dname_table.cc373 new_data->WriteUShort(NameTable::Offset::kFormat, 0); in SubSerialize()
443 return data_->ReadUShort(Offset::kFormat); in Format()
Dname_table.h685 kFormat = 0, enumerator
Dcmap_table.h601 kFormat = 0, enumerator
/third_party/node/deps/v8/src/diagnostics/arm64/
Ddisasm-arm64.cc2103 NEONFormatDecoder::kFormat)); in VisitNEONAcrossLanes()
3214 nfd.Substitute(form, nfd.kPlaceholder, nfd.kPlaceholder, nfd.kFormat)); in VisitNEONScalarByIndexedElement()
3228 Format(instr, mnemonic, nfd.Substitute(form, nfd.kPlaceholder, nfd.kFormat)); in VisitNEONScalarCopy()
3261 NEONFormatDecoder::kFormat)); in VisitNEONScalarPairwise()

12