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/
H A 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()
H A DExternalTexture.cpp93 textureViews[0] = descriptor->plane0; in ExternalTextureBase()
108 return textureViews; in GetTextureViews()
H A DExternalTexture.h58 std::array<Ref<TextureViewBase>, kMaxPlanesPerFormat> textureViews; member in dawn_native::ExternalTextureBase
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A 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/
H A DDepthStencilLoadOpTests.cpp83 textureViews[mipLevel] = texture.CreateView(&textureViewDesc);
85 utils::ComboRenderPassDescriptor renderPassDescriptor({}, textureViews[mipLevel]);
151 std::array<wgpu::TextureView, kMipLevelCount> textureViews; member in __anon20548::DepthStencilLoadOpTests
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingDataSpillTests.cpp1663 std::vector<Move<VkImageView>> textureViews; in iterate() local
1733 textureViews.emplace_back(makeImageView(vkd, device, textures.back()->get(), VK_IMAGE_VIEW_TYPE_2D, kImageFormat, imageSubresourceRange)); in iterate()
1762 textureViews.emplace_back(makeImageView(vkd, device, textures.back()->get(), VK_IMAGE_VIEW_TYPE_2D, kImageFormat, imageSubresourceRange)); in iterate()
1852 textureDescInfos.push_back(makeDescriptorImageInfo(DE_NULL, textureViews[i].get(), VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL)); in iterate()
1857 combinedSamplerInfos.push_back(makeDescriptorImageInfo(samplers[i + kNumAloneSamplers].get(), textureViews[i + kNumAloneImages].get(), VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL)); in iterate()
1865 const auto storageImageDescriptorInfo = makeDescriptorImageInfo(DE_NULL, textureViews.back().get(), VK_IMAGE_LAYOUT_GENERAL); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingDataSpillTests.cpp1663 std::vector<Move<VkImageView>> textureViews; in iterate() local
1733 textureViews.emplace_back(makeImageView(vkd, device, textures.back()->get(), VK_IMAGE_VIEW_TYPE_2D, kImageFormat, imageSubresourceRange)); in iterate()
1762 textureViews.emplace_back(makeImageView(vkd, device, textures.back()->get(), VK_IMAGE_VIEW_TYPE_2D, kImageFormat, imageSubresourceRange)); in iterate()
1852 textureDescInfos.push_back(makeDescriptorImageInfo(DE_NULL, textureViews[i].get(), VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL)); in iterate()
1857 combinedSamplerInfos.push_back(makeDescriptorImageInfo(samplers[i + kNumAloneSamplers].get(), textureViews[i + kNumAloneImages].get(), VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL)); in iterate()
1865 const auto storageImageDescriptorInfo = makeDescriptorImageInfo(DE_NULL, textureViews.back().get(), VK_IMAGE_LAYOUT_GENERAL); in iterate()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A 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/mesa3d/src/nouveau/codegen/
H A 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/vulkan/mesh_shader/
H A DvktMeshShaderMiscTestsEXT.cpp4712 std::vector<Move<VkImageView>> textureViews; in iterate() local
4713 textureViews.reserve(quadrantInfos.size()); in iterate()
4715 textureViews.push_back(makeImageView(vkd, device, texture->get(), VK_IMAGE_VIEW_TYPE_2D, textureFormat, textureSRR)); in iterate()
4763 const auto& textureView = textureViews.at(i); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderMiscTestsEXT.cpp4709 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, textureFormat, textureSRR)); in iterate()
4760 const auto& textureView = textureViews.at(i); in iterate()

Completed in 38 milliseconds