/hardware/google/gfxstream/host/vulkan/emulated_textures/ |
D | GpuDecompressionPipeline.cpp | 162 VkPipelineLayout pipelineLayout) { in create() argument 164 vk, device, compressedFormat, imageType, descriptorSetLayout, pipelineLayout)); in create() 174 VkPipelineLayout pipelineLayout) in GpuDecompressionPipeline() argument 180 mPipelineLayout(pipelineLayout) { in GpuDecompressionPipeline() 246 VkPipelineLayout pipelineLayout = getPipelineLayout(compressedFormat); in get() local 247 if (pipelineLayout == VK_NULL_HANDLE) return nullptr; in get() 250 descriptorSetLayout, pipelineLayout); in get() 285 VkPipelineLayout* pipelineLayout; in getPipelineLayout() local 289 pipelineLayout = &mAstcPipelineLayout; in getPipelineLayout() 292 pipelineLayout = &mEtc2PipelineLayout; in getPipelineLayout() [all …]
|
D | GpuDecompressionPipeline.h | 51 VkPipelineLayout pipelineLayout); 63 VkPipelineLayout pipelineLayout() const { return mPipelineLayout; } in pipelineLayout() function 70 VkPipelineLayout pipelineLayout);
|
D | CompressedImageInfo.cpp | 748 vk->vkCmdPushConstants(commandBuffer, mDecompPipeline->pipelineLayout(), in decompress() 770 vk->vkCmdPushConstants(commandBuffer, mDecompPipeline->pipelineLayout(), in decompress() 777 mDecompPipeline->pipelineLayout(), 0, 1, in decompress()
|
/hardware/google/gfxstream/host/vulkan/emulated_textures/testing/ |
D | ComputePipelineRestoration_integrationtest.cpp | 150 VkPipelineLayout pipelineLayout; in TEST_F() local 151 VK_CHECK(vk->vkCreatePipelineLayout(device, &pipelineLayoutInfo, nullptr, &pipelineLayout)); in TEST_F() 160 .layout = unbox_VkPipelineLayout(pipelineLayout), in TEST_F() 198 vk->vkDestroyPipelineLayout(device, pipelineLayout, nullptr); in TEST_F()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_pipeline_layout.c | 128 VkPipelineLayout pipelineLayout, in vk_common_DestroyPipelineLayout() argument 132 VK_FROM_HANDLE(vk_pipeline_layout, layout, pipelineLayout); in vk_common_DestroyPipelineLayout()
|
/hardware/google/gfxstream/common/detector/ |
D | GraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp | 154 …auto pipelineLayout = VK_EXPECT_RV(vk.device().createPipelineLayoutUnique(pipelineLayoutCreateInfo… in CanHandlePrecisionQualifierWithYuvSampler() local 285 .layout = *pipelineLayout, in CanHandlePrecisionQualifierWithYuvSampler() 328 *pipelineLayout, in CanHandlePrecisionQualifierWithYuvSampler()
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndVkSnapshotPipelineTests.cpp | 39 vkhpp::UniquePipelineLayout pipelineLayout; member 175 res->pipelineLayout = device in createPipeline() 276 .layout = *(res->pipelineLayout), in createPipeline() 345 ASSERT_THAT(pipelineInfo->pipelineLayout, IsValidHandle()); in TEST_P() 837 *pipelineInfo->pipelineLayout, 0, descriptorSet, nullptr); in TEST_P() 891 *pipelineInfo->pipelineLayout, 0, descriptorSet, nullptr); in TEST_P() 1230 *pipelineInfo->pipelineLayout, 0, descriptorSet, nullptr); in TEST_P()
|
D | GfxstreamEnd2EndVkTests.cpp | 843 auto pipelineLayout = in TEST_P() local 861 .pipelineLayout = *pipelineLayout, in TEST_P()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_HUAWEI_subpass_shading.adoc | 244 pipelineLayout, basePipelineHandle, basePipelineIndex
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_funcs.hpp | 2156 VULKAN_HPP_NAMESPACE::PipelineLayout pipelineLayout; in createPipelineLayout() local 2157 …::AllocationCallbacks *>( allocator ) ), reinterpret_cast<VkPipelineLayout *>( &pipelineLayout ) ); in createPipelineLayout() 2160 …eturn createResultValueType( static_cast<VULKAN_HPP_NAMESPACE::Result>( result ), pipelineLayout ); in createPipelineLayout() 2170 VULKAN_HPP_NAMESPACE::PipelineLayout pipelineLayout; in createPipelineLayoutUnique() local 2171 …::AllocationCallbacks *>( allocator ) ), reinterpret_cast<VkPipelineLayout *>( &pipelineLayout ) ); in createPipelineLayoutUnique() 2174 …ult ), UniqueHandle<VULKAN_HPP_NAMESPACE::PipelineLayout, Dispatch>( pipelineLayout, ObjectDestroy… in createPipelineLayoutUnique() 2181 … Device::destroyPipelineLayout( VULKAN_HPP_NAMESPACE::PipelineLayout pipelineLayout, const VULKAN_… in destroyPipelineLayout() argument 2184 …d.vkDestroyPipelineLayout( m_device, static_cast<VkPipelineLayout>( pipelineLayout ), reinterpret_… in destroyPipelineLayout() 2189 … Device::destroyPipelineLayout( VULKAN_HPP_NAMESPACE::PipelineLayout pipelineLayout, Optional<cons… in destroyPipelineLayout() argument 2195 …d.vkDestroyPipelineLayout( m_device, static_cast<VkPipelineLayout>( pipelineLayout ), reinterpret_… in destroyPipelineLayout() [all …]
|
D | vulkansc_handles.hpp | 1532 … VULKAN_HPP_TYPESAFE_EXPLICIT PipelineLayout( VkPipelineLayout pipelineLayout ) VULKAN_HPP_NOEXCEPT in PipelineLayout() argument 1533 : m_pipelineLayout( pipelineLayout ) in PipelineLayout() 1537 PipelineLayout & operator=(VkPipelineLayout pipelineLayout) VULKAN_HPP_NOEXCEPT in operator =() argument 1539 m_pipelineLayout = pipelineLayout; in operator =() 4839 …void destroyPipelineLayout( VULKAN_HPP_NAMESPACE::PipelineLayout pipelineLayout, const VULKAN_HPP_… 4842 …void destroyPipelineLayout( VULKAN_HPP_NAMESPACE::PipelineLayout pipelineLayout VULKAN_HPP_DEFAULT… 4847 …void destroy( VULKAN_HPP_NAMESPACE::PipelineLayout pipelineLayout, const VULKAN_HPP_NAMESPACE::All… 4850 …void destroy( VULKAN_HPP_NAMESPACE::PipelineLayout pipelineLayout, Optional<const VULKAN_HPP_NAMES…
|
D | vulkansc.hpp | 1372 …void vkDestroyPipelineLayout( VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocation… in vkDestroyPipelineLayout() argument 1374 return ::vkDestroyPipelineLayout( device, pipelineLayout, pAllocator ); in vkDestroyPipelineLayout()
|
D | vulkansc_hash.hpp | 167 …std::size_t operator()(VULKAN_HPP_NAMESPACE::PipelineLayout const & pipelineLayout) const VULKAN_H… in operator ()() 169 return std::hash<VkPipelineLayout>{}(static_cast<VkPipelineLayout>(pipelineLayout)); in operator ()()
|
D | vulkansc_raii.hpp | 4566 …::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkPipelineLayout pipelineLayout, VULKAN_HPP_NA… in PipelineLayout() argument 4567 …: m_device( *device ), m_pipelineLayout( pipelineLayout ), m_allocator( static_cast<const VULKAN_H… in PipelineLayout()
|
D | vulkan_hash.hpp | 167 …std::size_t operator()(VULKAN_HPP_NAMESPACE::PipelineLayout const & pipelineLayout) const VULKAN_H… in operator ()() 169 return std::hash<VkPipelineLayout>{}(static_cast<VkPipelineLayout>(pipelineLayout)); in operator ()() 3101 VULKAN_HPP_HASH_COMBINE( seed, descriptorUpdateTemplateCreateInfo.pipelineLayout ); in operator ()()
|
D | vulkan.hpp | 1427 …void vkDestroyPipelineLayout( VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocation… in vkDestroyPipelineLayout() argument 1429 return ::vkDestroyPipelineLayout( device, pipelineLayout, pAllocator ); in vkDestroyPipelineLayout()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | descriptorsets.adoc | 1635 :objectnamecamelcase: pipelineLayout 2267 * pname:pipelineLayout is the pipeline layout to destroy. 2274 * [[VUID-vkDestroyPipelineLayout-pipelineLayout-00299]] 2275 If sname:VkAllocationCallbacks were provided when pname:pipelineLayout 2277 * [[VUID-vkDestroyPipelineLayout-pipelineLayout-00300]] 2279 pname:pipelineLayout was created, pname:pAllocator must: be `NULL` 2281 * [[VUID-vkDestroyPipelineLayout-pipelineLayout-02004]] 2282 pname:pipelineLayout must: not have been passed to any ftext:vkCmd* 4400 pname:pipelineBindPoint, pname:pipelineLayout, and pname:set number. 4414 * pname:pipelineLayout is a slink:VkPipelineLayout object used to program [all …]
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | VkEncoder.h | 226 void vkDestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout,
|
D | func_table.cpp | 912 void gfxstream_vk_DestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, in gfxstream_vk_DestroyPipelineLayout() argument 915 if (VK_NULL_HANDLE == pipelineLayout) { in gfxstream_vk_DestroyPipelineLayout() 921 vkEnc->vkDestroyPipelineLayout(gfxstream_device->internal_object, pipelineLayout, in gfxstream_vk_DestroyPipelineLayout()
|
D | VkEncoder.cpp | 8557 void VkEncoder::vkDestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, in vkDestroyPipelineLayout() argument 8587 device, pipelineLayout, pAllocator); in vkDestroyPipelineLayout() 8598 local_pipelineLayout = pipelineLayout; in vkDestroyPipelineLayout() 8667 (VkPipelineLayout*)&pipelineLayout); in vkDestroyPipelineLayout()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderSnapshot.cpp | 688 VkPipelineLayout pipelineLayout, in vkDestroyPipelineLayout() argument 692 mReconstruction.removeHandles((const uint64_t*)(&pipelineLayout), 1, true); in vkDestroyPipelineLayout() 4432 VkPipelineLayout pipelineLayout, in vkDestroyPipelineLayout() argument 4435 pipelineLayout, pAllocator); in vkDestroyPipelineLayout()
|
D | VkDecoder.cpp | 4881 VkPipelineLayout pipelineLayout; in decode() local 4896 *(VkPipelineLayout*)&pipelineLayout = in decode() 4898 boxed_pipelineLayout_preserve = pipelineLayout; in decode() 4899 pipelineLayout = unbox_VkPipelineLayout(pipelineLayout); in decode() 4918 (unsigned long long)pipelineLayout, (unsigned long long)pAllocator); in decode() 4920 std::function<void()> delayed_remove_callback = [vk, unboxed_device, pipelineLayout, in decode() 4924 vk->vkDestroyPipelineLayout(unboxed_device, pipelineLayout, pAllocator); in decode()
|
D | VkDecoderSnapshot.h | 325 VkPipelineLayout pipelineLayout,
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 352 pipelineLayout = printer.write_int("pipelineLayout", 8, indent, signed=False, big_endian=False)
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 4017 …_PTR *PFN_vkDestroyPipelineLayout)(VkDevice device, VkPipelineLayout pipelineLayout, const VkAlloc… 4465 VkPipelineLayout pipelineLayout, 5451 VkPipelineLayout pipelineLayout; member
|