Home
last modified time | relevance | path

Searched refs:textureViews (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DPassResourceUsageTracker.cpp131 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()
DExternalTexture.cpp93 textureViews[0] = descriptor->plane0; in ExternalTextureBase()
108 return textureViews; in GetTextureViews()
DExternalTexture.h58 std::array<Ref<TextureViewBase>, kMaxPlanesPerFormat> textureViews; variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DBindGroupVk.cpp136 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/
DDepthStencilLoadOpTests.cpp83 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/
DvktRayTracingDataSpillTests.cpp1663 std::vector<Move<VkImageView>> textureViews; in iterate() local
1733textureViews.emplace_back(makeImageView(vkd, device, textures.back()->get(), VK_IMAGE_VIEW_TYPE_2D… in iterate()
1762textureViews.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/
DvktRayTracingDataSpillTests.cpp1663 std::vector<Move<VkImageView>> textureViews; in iterate() local
1733textureViews.emplace_back(makeImageView(vkd, device, textures.back()->get(), VK_IMAGE_VIEW_TYPE_2D… in iterate()
1762textureViews.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/
DCommandBufferGL.cpp369 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/
DvktMeshShaderMiscTestsEXT.cpp4709 std::vector<Move<VkImageView>> textureViews; in iterate() local
4710 textureViews.reserve(quadrantInfos.size()); in iterate()
4712textureViews.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/
Dnv50_ir_from_tgsi.cpp1023 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/
DvktMeshShaderMiscTestsEXT.cpp4709 std::vector<Move<VkImageView>> textureViews; in iterate() local
4710 textureViews.reserve(quadrantInfos.size()); in iterate()
4712textureViews.push_back(makeImageView(vkd, device, texture->get(), VK_IMAGE_VIEW_TYPE_2D, textureFo… in iterate()
4760 const auto& textureView = textureViews.at(i); in iterate()