| /device/generic/vulkan-cereal/fake-android-guest/androidImpl/ |
| D | vulkanhal_unittest.cpp | 1680 VkPipelineLayout pipelineLayout; in TEST_P() local 1687 vk->vkCreatePipelineLayout(mDevice, &pipelineLayoutCi, nullptr, &pipelineLayout); in TEST_P() 1712 FunctorThread* thread = new FunctorThread([this, &lock, cbs, sets, pipelineLayout, i]() { in TEST_P() 1730 pipelineLayout, 0, 1, &sets[i], 0, nullptr); in TEST_P() 1857 VkPipelineLayout pipelineLayout; in TEST_P() local 1864 vk->vkCreatePipelineLayout(mDevice, &pipelineLayoutCi, nullptr, &pipelineLayout); in TEST_P() 1898 FunctorThread* thread = new FunctorThread([this, cbs, cbs2, sets, pipelineLayout, i]() { in TEST_P() 1929 pipelineLayout, 0, 1, &sets[i], 0, nullptr); in TEST_P() 1938 pipelineLayout, 0, 1, &sets[i], 0, nullptr); in TEST_P() 2097 VkPipelineLayout pipelineLayout; in TEST_P() local [all …]
|
| /device/generic/vulkan-cereal/fake-android-guest/libvulkan/ |
| D | api_gen.cpp | 414 VKAPI_ATTR void DestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, const VkAll… 1043 VKAPI_ATTR void DestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, const VkAll… in DestroyPipelineLayout() argument 1044 GetData(device).dispatch.DestroyPipelineLayout(device, pipelineLayout, pAllocator); in DestroyPipelineLayout() 1847 VKAPI_ATTR void vkDestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, const VkA… in vkDestroyPipelineLayout() argument 1848 vulkan::api::DestroyPipelineLayout(device, pipelineLayout, pAllocator); in vkDestroyPipelineLayout()
|
| /device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/ |
| D | vulkan_funcs.hpp | 2554 VULKAN_HPP_NAMESPACE::PipelineLayout pipelineLayout; in createPipelineLayout() local 2555 …::AllocationCallbacks *>( allocator ) ), reinterpret_cast<VkPipelineLayout *>( &pipelineLayout ) ); in createPipelineLayout() 2558 …eturn createResultValueType( static_cast<VULKAN_HPP_NAMESPACE::Result>( result ), pipelineLayout ); in createPipelineLayout() 2568 VULKAN_HPP_NAMESPACE::PipelineLayout pipelineLayout; in createPipelineLayoutUnique() local 2569 …::AllocationCallbacks *>( allocator ) ), reinterpret_cast<VkPipelineLayout *>( &pipelineLayout ) ); in createPipelineLayoutUnique() 2572 …ult ), UniqueHandle<VULKAN_HPP_NAMESPACE::PipelineLayout, Dispatch>( pipelineLayout, ObjectDestroy… in createPipelineLayoutUnique() 2579 … Device::destroyPipelineLayout( VULKAN_HPP_NAMESPACE::PipelineLayout pipelineLayout, const VULKAN_… in destroyPipelineLayout() argument 2582 …d.vkDestroyPipelineLayout( m_device, static_cast<VkPipelineLayout>( pipelineLayout ), reinterpret_… in destroyPipelineLayout() 2587 … Device::destroyPipelineLayout( VULKAN_HPP_NAMESPACE::PipelineLayout pipelineLayout, Optional<cons… in destroyPipelineLayout() argument 2593 …d.vkDestroyPipelineLayout( m_device, static_cast<VkPipelineLayout>( pipelineLayout ), reinterpret_… in destroyPipelineLayout() [all …]
|
| D | vulkan_handles.hpp | 2469 … VULKAN_HPP_TYPESAFE_EXPLICIT PipelineLayout( VkPipelineLayout pipelineLayout ) VULKAN_HPP_NOEXCEPT in PipelineLayout() argument 2470 : m_pipelineLayout( pipelineLayout ) in PipelineLayout() 2474 PipelineLayout & operator=(VkPipelineLayout pipelineLayout) VULKAN_HPP_NOEXCEPT in operator =() argument 2476 m_pipelineLayout = pipelineLayout; in operator =() 7861 …void destroyPipelineLayout( VULKAN_HPP_NAMESPACE::PipelineLayout pipelineLayout, const VULKAN_HPP_… 7864 …void destroyPipelineLayout( VULKAN_HPP_NAMESPACE::PipelineLayout pipelineLayout VULKAN_HPP_DEFAULT… 7869 …void destroy( VULKAN_HPP_NAMESPACE::PipelineLayout pipelineLayout, const VULKAN_HPP_NAMESPACE::All… 7872 …void destroy( VULKAN_HPP_NAMESPACE::PipelineLayout pipelineLayout, Optional<const VULKAN_HPP_NAMES…
|
| D | vulkan_raii.hpp | 9363 VkPipelineLayout pipelineLayout; in create() local 9364 …:AllocationCallbacks *>( allocator ) ), reinterpret_cast<VkPipelineLayout*>( &pipelineLayout ) ) ); in create() 9370 …return VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PipelineLayout(device, pipelineLayout, all… in create() 9379 …kAllocationCallbacks *>( m_allocator ), reinterpret_cast<VkPipelineLayout*>( &pipelineLayout ) ) ); in PipelineLayout() 9387 …::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkPipelineLayout pipelineLayout, VULKAN_HPP_NA… in PipelineLayout() argument 9388 …: m_device( *device ), m_pipelineLayout( pipelineLayout ), m_allocator( static_cast<const VULKAN_H… in PipelineLayout()
|
| D | vulkan_core.h | 3882 …_PTR *PFN_vkDestroyPipelineLayout)(VkDevice device, VkPipelineLayout pipelineLayout, const VkAlloc… 4330 VkPipelineLayout pipelineLayout, 5314 VkPipelineLayout pipelineLayout; member
|
| 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 ()() 2898 VULKAN_HPP_HASH_COMBINE( seed, descriptorUpdateTemplateCreateInfo.pipelineLayout ); in operator ()()
|
| D | vulkan.hpp | 1765 …void vkDestroyPipelineLayout( VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocation… in vkDestroyPipelineLayout() argument 1767 return ::vkDestroyPipelineLayout( device, pipelineLayout, pAllocator ); in vkDestroyPipelineLayout()
|
| D | vulkan_structs.hpp | 21806 …ut( descriptorSetLayout_ ), pipelineBindPoint( pipelineBindPoint_ ), pipelineLayout( pipelineLayou… 21817 …ut( descriptorSetLayout_ ), pipelineBindPoint( pipelineBindPoint_ ), pipelineLayout( pipelineLayou… 21885 pipelineLayout = pipelineLayout_; in setPipelineLayout() 21915 …scriptorUpdateEntries, templateType, descriptorSetLayout, pipelineBindPoint, pipelineLayout, set ); in reflect() 21936 && ( pipelineLayout == rhs.pipelineLayout ) in operator ==() 21956 VULKAN_HPP_NAMESPACE::PipelineLayout pipelineLayout = {}; member
|
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/proto/ |
| D | goldfish_vk_baseprotodefs.proto | 1989 … // Original field: handle VkPipelineLayout pipelineLayout. stringarray? 0 string? 0 hasLenInfo? 0 1990 optional uint64 pipelineLayout = 2; field 4087 … // Original field: handle VkPipelineLayout pipelineLayout. stringarray? 0 string? 0 hasLenInfo? 0 4088 optional uint64 pipelineLayout = 9; field 6696 … // Original field: handle VkPipelineLayout pipelineLayout. stringarray? 0 string? 0 hasLenInfo? 0 6697 optional uint64 pipelineLayout = 3; field 6727 … // Original field: handle VkPipelineLayout pipelineLayout. stringarray? 0 string? 0 hasLenInfo? 0 6728 optional uint64 pipelineLayout = 3; field
|
| /device/generic/vulkan-cereal/scripts/print_gfx_logs/ |
| D | vulkan_printer.py | 352 pipelineLayout = printer.write_int("pipelineLayout", 8, indent, signed=False, big_endian=False)
|
| /device/generic/goldfish-opengl/system/vulkan_enc/ |
| D | VkEncoder.h | 223 void vkDestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout,
|
| D | func_table.cpp | 652 static void entry_vkDestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, in entry_vkDestroyPipelineLayout() argument 656 vkEnc->vkDestroyPipelineLayout(device, pipelineLayout, pAllocator, true /* do lock */); in entry_vkDestroyPipelineLayout()
|
| D | goldfish_vk_handlemap_guest.cpp | 1690 handlemap->mapHandles_VkPipelineLayout((VkPipelineLayout*)&toMap->pipelineLayout); in handlemap_VkDescriptorUpdateTemplateCreateInfo()
|
| D | VkEncoder.cpp | 8623 void VkEncoder::vkDestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, in vkDestroyPipelineLayout() argument 8653 device, pipelineLayout, pAllocator); in vkDestroyPipelineLayout() 8664 local_pipelineLayout = pipelineLayout; in vkDestroyPipelineLayout() 8733 (VkPipelineLayout*)&pipelineLayout); in vkDestroyPipelineLayout()
|
| D | goldfish_vk_marshaling_guest.cpp | 5867 vkStream->handleMapping()->mapHandles_VkPipelineLayout_u64(&forMarshaling->pipelineLayout, in marshal_VkDescriptorUpdateTemplateCreateInfo() 5903 &cgen_var_1, (VkPipelineLayout*)&forUnmarshaling->pipelineLayout, 1); in unmarshal_VkDescriptorUpdateTemplateCreateInfo()
|
| D | goldfish_vk_reserved_marshaling_guest.cpp | 4055 *&cgen_var_1 = get_host_u64_VkPipelineLayout((*&forMarshaling->pipelineLayout)); in reservedmarshal_VkDescriptorUpdateTemplateCreateInfo()
|
| /device/generic/vulkan-cereal/stream-servers/vulkan/ |
| D | VkDecoderSnapshot.cpp | 723 VkPipelineLayout pipelineLayout, in vkDestroyPipelineLayout() argument 728 mReconstruction.removeHandles((const uint64_t*)(&pipelineLayout), 1); in vkDestroyPipelineLayout() 6101 VkPipelineLayout pipelineLayout, in vkDestroyPipelineLayout() argument 6104 pipelineLayout, pAllocator); in vkDestroyPipelineLayout()
|
| D | VkDecoder.cpp | 4854 VkPipelineLayout pipelineLayout; in decode() local 4869 *(VkPipelineLayout*)&pipelineLayout = in decode() 4871 boxed_pipelineLayout_preserve = pipelineLayout; in decode() 4872 pipelineLayout = unbox_VkPipelineLayout(pipelineLayout); in decode() 4891 (unsigned long long)pipelineLayout, (unsigned long long)pAllocator); in decode() 4893 std::function<void()> delayed_remove_callback = [vk, unboxed_device, pipelineLayout, in decode() 4897 vk->vkDestroyPipelineLayout(unboxed_device, pipelineLayout, pAllocator); in decode()
|
| D | VkDecoderSnapshot.h | 323 VkPipelineLayout pipelineLayout,
|
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/ |
| D | goldfish_vk_handlemap.cpp | 1690 handlemap->mapHandles_VkPipelineLayout((VkPipelineLayout*)&toMap->pipelineLayout); in handlemap_VkDescriptorUpdateTemplateCreateInfo()
|
| D | goldfish_vk_testing.cpp | 4288 if (!((a->pipelineLayout) == (b->pipelineLayout))) { in checkEqual_VkDescriptorUpdateTemplateCreateInfo()
|
| D | goldfish_vk_marshaling.cpp | 7011 vkStream->handleMapping()->mapHandles_VkPipelineLayout_u64(&forMarshaling->pipelineLayout, in marshal_VkDescriptorUpdateTemplateCreateInfo() 7062 &cgen_var_1, (VkPipelineLayout*)&forUnmarshaling->pipelineLayout, 1); in unmarshal_VkDescriptorUpdateTemplateCreateInfo()
|
| D | goldfish_vk_reserved_marshaling.cpp | 5339 *(VkPipelineLayout*)&forUnmarshaling->pipelineLayout = in reservedunmarshal_VkDescriptorUpdateTemplateCreateInfo()
|