Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A 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()
H A 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()
763 constexpr wgpu::TextureFormat kFormat = wgpu::TextureFormat::RGBA8Unorm; TEST_F() local
788 constexpr wgpu::TextureFormat kFormat = wgpu::TextureFormat::RGBA8Unorm; TEST_F() local
[all...]
H A DTextureSubresourceTests.cpp24 static constexpr wgpu::TextureFormat kFormat = wgpu::TextureFormat::RGBA8Unorm; member in __anon20590::TextureSubresourceTest
35 texDesc.format = kFormat; in CreateTexture()
43 viewDesc.format = kFormat; in CreateTextureView()
90 kFormat}}); in TestRenderPass()
H A DResourceUsageTrackingTests.cpp77 static constexpr wgpu::TextureFormat kFormat = wgpu::TextureFormat::RGBA8Unorm; member in __anon20588::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/
H A DExternalTextureTests.cpp42 static constexpr wgpu::TextureFormat kFormat = wgpu::TextureFormat::RGBA8Unorm; member in __anon20552::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()
H A 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()
H A 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()
H A DRenderPassTests.cpp21 constexpr wgpu::TextureFormat kFormat = wgpu::TextureFormat::RGBA8Unorm; variable
49 descriptor.cTargets[0].format = kFormat;
61 descriptor.format = kFormat; in CreateDefault2DTexture()
147 descriptor.cTargets[0].format = kFormat; in TEST_P()
H A 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/
H A 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);
H A Dinstructions-arm64.cc398 if (mode == kFormat) { in GetSubstitute()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageSlicedViewOf3DTests.cpp63 constexpr VkFormat kFormat = VK_FORMAT_R8G8B8A8_UINT; member
660 const auto auxiliarImage = make3DImage(vkd, device, alloc, kFormat, levelExtent, 1u, false/*sampling*/); in runSamplingPipeline()
661 const auto auxiliarView = make3DImageView(vkd, device, auxiliarImage->get(), kFormat, tcu::Nothing, 0u, 1u); in runSamplingPipeline()
670 const auto tcuFormat = mapVkFormat(kFormat); in runSamplingPipeline()
733 const auto tcuFormat = mapVkFormat(kFormat); in iterate()
736 const auto fullImage = make3DImage(vkd, device, alloc, kFormat, fullExtent, m_params.getFullImageLevels(), m_params.sampleImg); in iterate()
782 const auto slicedView = make3DImageView(vkd, device, fullImage->get(), kFormat, tcu::just(tcu::UVec2(m_params.offset, m_params.getSlicedViewRange())), mipLevel, 1u); in iterate()
785 const auto auxiliarImage = make3DImage(vkd, device, alloc, kFormat, sliceExtent, 1u, false/*sampling*/); in iterate()
786 const auto auxiliarView = make3DImageView(vkd, device, auxiliarImage->get(), kFormat, tcu::Nothing, 0u, 1u); in iterate()
842 const auto tcuFormat = mapVkFormat(kFormat); in iterate()
[all...]
/third_party/vixl/src/aarch64/
H A Dinstructions-aarch64.h827 enum SubstitutionMode { kPlaceholder, kFormat }; enumerator
878 SubstitutionMode mode0 = kFormat, in Substitute()
879 SubstitutionMode mode1 = kFormat, in Substitute()
880 SubstitutionMode mode2 = kFormat) { in Substitute()
1078 if (mode == kFormat) { in GetSubstitute()
877 Substitute(const char* string, SubstitutionMode mode0 = kFormat, SubstitutionMode mode1 = kFormat, SubstitutionMode mode2 = kFormat) Substitute() argument
H A Ddisasm-aarch64.cc2485 NEONFormatDecoder::kFormat)); in Disassembler()
3335 nfd.Substitute(form, nfd.kPlaceholder, nfd.kPlaceholder, nfd.kFormat)); in Disassembler()
3345 nfd.Substitute(form, nfd.kPlaceholder, nfd.kPlaceholder, nfd.kFormat)); in Disassembler()
3358 nfd.Substitute(form, nfd.kPlaceholder, nfd.kPlaceholder, nfd.kFormat)); in Disassembler()
3373 Format(instr, mnemonic, nfd.Substitute(form, nfd.kPlaceholder, nfd.kFormat)); in Disassembler()
3395 NEONFormatDecoder::kFormat)); in Disassembler()
/third_party/vixl/test/aarch64/
H A Dtest-simulator-aarch64.cc2996 kFormat##vdform, \
2997 kFormat##vnform)
3007 kFormat##vdform, \
3008 kFormat##vnform)
3026 kFormat##vdform, \
3027 kFormat##vnform, \
3028 kFormat##vmform)
3043 kFormat##vdform, \
3044 kFormat##vnform)
3067 kFormat##vdfor
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dnumberformattesttuple.h27 kFormat, enumerator
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateInheritanceTests.cpp59 static const VkFormat kFormat = VK_FORMAT_B8G8R8A8_UNORM; member
61 // Texel data matching kFormat, and functions for converting to/from
336 kFormat,
391 kFormat, {}, { VK_IMAGE_ASPECT_COLOR_BIT, 0, 1, 0, 1 } } in InheritanceTestInstance() local
402 colorAttachment.format = kFormat; in createImageView()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateInheritanceTests.cpp57 static const VkFormat kFormat = VK_FORMAT_B8G8R8A8_UNORM; member
59 // Texel data matching kFormat, and functions for converting to/from
333 kFormat,
387 kFormat, {}, { VK_IMAGE_ASPECT_COLOR_BIT, 0, 1, 0, 1 } } in InheritanceTestInstance() local
398 colorAttachment.format = kFormat; in createImageView()
/third_party/skia/gm/
H A Dcompositor_quads.cpp590 static const char* kFormat = "Ext(%s) - Int(%s)"; variable
595 config.appendf(kFormat, "yes", "yes");
597 config.appendf(kFormat, "no", "no");
600 config.appendf(kFormat, "yes", "no");
/third_party/gn/src/gn/
H A Dcommands.h66 extern const char kFormat[];
H A Dcommand_format.cc43 const char kFormat[] = "format"; member
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
H A Dname_table.cc373 new_data->WriteUShort(NameTable::Offset::kFormat, 0); in SubSerialize()
443 return data_->ReadUShort(Offset::kFormat); in Format()
H A Dcmap_table.h601 kFormat = 0, enumerator
H A Dname_table.h685 kFormat = 0, enumerator
/third_party/node/deps/v8/src/diagnostics/arm64/
H A 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()

Completed in 49 milliseconds