/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | PassResourceUsageTracker.cpp | 131 const std::array<Ref<TextureViewBase>, kMaxPlanesPerFormat>& textureViews = in AddBindGroup() local 136 ASSERT(textureViews[1].Get() == nullptr); in AddBindGroup() 137 ASSERT(textureViews[2].Get() == nullptr); in AddBindGroup() 140 TextureViewUsedAs(textureViews[0].Get(), wgpu::TextureUsage::TextureBinding); in AddBindGroup() 205 const std::array<Ref<TextureViewBase>, kMaxPlanesPerFormat>& textureViews = in AddResourcesReferencedByBindGroup() local 210 ASSERT(textureViews[1].Get() == nullptr); in AddResourcesReferencedByBindGroup() 211 ASSERT(textureViews[2].Get() == nullptr); in AddResourcesReferencedByBindGroup() 214 mUsage.referencedTextures.insert(textureViews[0].Get()->GetTexture()); in AddResourcesReferencedByBindGroup()
|
D | ExternalTexture.cpp | 93 textureViews[0] = descriptor->plane0; in ExternalTextureBase() 108 return textureViews; in GetTextureViews()
|
D | ExternalTexture.h | 58 std::array<Ref<TextureViewBase>, kMaxPlanesPerFormat> textureViews; variable
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | BindGroupVk.cpp | 136 textureViews = GetBindingAsExternalTexture(bindingIndex)->GetTextureViews(); in BindGroup() local 140 ASSERT(textureViews[1].Get() == nullptr); in BindGroup() 141 ASSERT(textureViews[2].Get() == nullptr); in BindGroup() 143 TextureView* view = ToBackend(textureViews[0].Get()); in BindGroup()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | DepthStencilLoadOpTests.cpp | 83 textureViews[mipLevel] = texture.CreateView(&textureViewDesc); in SetUp() 85 utils::ComboRenderPassDescriptor renderPassDescriptor({}, textureViews[mipLevel]); in SetUp() 151 std::array<wgpu::TextureView, kMipLevelCount> textureViews; member in __anon0b089c610111::DepthStencilLoadOpTests
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
D | vktRayTracingDataSpillTests.cpp | 1663 std::vector<Move<VkImageView>> textureViews; in iterate() local 1733 …textureViews.emplace_back(makeImageView(vkd, device, textures.back()->get(), VK_IMAGE_VIEW_TYPE_2D… in iterate() 1762 …textureViews.emplace_back(makeImageView(vkd, device, textures.back()->get(), VK_IMAGE_VIEW_TYPE_2D… in iterate() 1852 …textureDescInfos.push_back(makeDescriptorImageInfo(DE_NULL, textureViews[i].get(), VK_IMAGE_LAYOUT… in iterate() 1857 …h_back(makeDescriptorImageInfo(samplers[i + kNumAloneSamplers].get(), textureViews[i + kNumAloneIm… in iterate() 1865 …const auto storageImageDescriptorInfo = makeDescriptorImageInfo(DE_NULL, textureViews.back().get()… in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingDataSpillTests.cpp | 1663 std::vector<Move<VkImageView>> textureViews; in iterate() local 1733 …textureViews.emplace_back(makeImageView(vkd, device, textures.back()->get(), VK_IMAGE_VIEW_TYPE_2D… in iterate() 1762 …textureViews.emplace_back(makeImageView(vkd, device, textures.back()->get(), VK_IMAGE_VIEW_TYPE_2D… in iterate() 1852 …textureDescInfos.push_back(makeDescriptorImageInfo(DE_NULL, textureViews[i].get(), VK_IMAGE_LAYOUT… in iterate() 1857 …h_back(makeDescriptorImageInfo(samplers[i + kNumAloneSamplers].get(), textureViews[i + kNumAloneIm… in iterate() 1865 …const auto storageImageDescriptorInfo = makeDescriptorImageInfo(DE_NULL, textureViews.back().get()… in iterate()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | CommandBufferGL.cpp | 369 textureViews = mBindGroups[index] in ApplyBindGroup() local 375 ASSERT(textureViews[1].Get() == nullptr); in ApplyBindGroup() 376 ASSERT(textureViews[2].Get() == nullptr); in ApplyBindGroup() 378 TextureView* view = ToBackend(textureViews[0].Get()); in ApplyBindGroup()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
D | vktMeshShaderMiscTestsEXT.cpp | 4709 std::vector<Move<VkImageView>> textureViews; in iterate() local 4710 textureViews.reserve(quadrantInfos.size()); in iterate() 4712 …textureViews.push_back(makeImageView(vkd, device, texture->get(), VK_IMAGE_VIEW_TYPE_2D, textureFo… in iterate() 4760 const auto& textureView = textureViews.at(i); in iterate()
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 1023 std::vector<TextureView> textureViews; member in tgsi::Source 1096 textureViews.resize(scan.file_max[TGSI_FILE_SAMPLER_VIEW] + 1); in scanSource() 1428 textureViews[i].target = decl->SamplerView.Resource; in scanDeclaration() 1641 return translateTexture(code->textureViews.at(r).target); in getTexture()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
D | vktMeshShaderMiscTestsEXT.cpp | 4709 std::vector<Move<VkImageView>> textureViews; in iterate() local 4710 textureViews.reserve(quadrantInfos.size()); in iterate() 4712 …textureViews.push_back(makeImageView(vkd, device, texture->get(), VK_IMAGE_VIEW_TYPE_2D, textureFo… in iterate() 4760 const auto& textureView = textureViews.at(i); in iterate()
|