/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_deepcopy_guest.h | 1475 const VkPipelineExecutablePropertiesKHR* from, 1476 VkPipelineExecutablePropertiesKHR* to);
|
D | goldfish_vk_transform_guest.h | 2365 ResourceTracker* resourceTracker, VkPipelineExecutablePropertiesKHR* toTransform); 2368 ResourceTracker* resourceTracker, VkPipelineExecutablePropertiesKHR* toTransform);
|
D | goldfish_vk_marshaling_guest.h | 2803 const VkPipelineExecutablePropertiesKHR* forMarshaling); 2807 VkPipelineExecutablePropertiesKHR* forUnmarshaling);
|
D | VkEncoder.h | 800 VkPipelineExecutablePropertiesKHR* pProperties,
|
D | goldfish_vk_counting_guest.h | 1345 const VkPipelineExecutablePropertiesKHR* toCount,
|
D | goldfish_vk_reserved_marshaling_guest.h | 1505 const VkPipelineExecutablePropertiesKHR* forMarshaling, uint8_t** ptr);
|
D | goldfish_vk_transform_guest.cpp | 6429 ResourceTracker* resourceTracker, VkPipelineExecutablePropertiesKHR* toTransform) { in transform_tohost_VkPipelineExecutablePropertiesKHR() 6438 ResourceTracker* resourceTracker, VkPipelineExecutablePropertiesKHR* toTransform) { in transform_fromhost_VkPipelineExecutablePropertiesKHR()
|
D | goldfish_vk_deepcopy_guest.cpp | 6870 const VkPipelineExecutablePropertiesKHR* from, in deepcopy_VkPipelineExecutablePropertiesKHR() 6871 VkPipelineExecutablePropertiesKHR* to) { in deepcopy_VkPipelineExecutablePropertiesKHR()
|
D | func_table.cpp | 3477 VkPipelineExecutablePropertiesKHR* pProperties) { in gfxstream_vk_GetPipelineExecutablePropertiesKHR()
|
D | VkEncoder.cpp | 28893 VkPipelineExecutablePropertiesKHR* pProperties, uint32_t doLock) { in vkGetPipelineExecutablePropertiesKHR() 28963 (VkPipelineExecutablePropertiesKHR*)(pProperties + i), countPtr); in vkGetPipelineExecutablePropertiesKHR() 29011 (VkPipelineExecutablePropertiesKHR*)(pProperties + i), streamPtrPtr); in vkGetPipelineExecutablePropertiesKHR() 29031 VkPipelineExecutablePropertiesKHR* check_pProperties; in vkGetPipelineExecutablePropertiesKHR() 29032 check_pProperties = (VkPipelineExecutablePropertiesKHR*)(uintptr_t)stream->getBe64(); in vkGetPipelineExecutablePropertiesKHR() 29041 (VkPipelineExecutablePropertiesKHR*)(pProperties + i)); in vkGetPipelineExecutablePropertiesKHR() 29049 sResourceTracker, (VkPipelineExecutablePropertiesKHR*)(pProperties + i)); in vkGetPipelineExecutablePropertiesKHR()
|
D | goldfish_vk_counting_guest.cpp | 6012 const VkPipelineExecutablePropertiesKHR* toCount, in count_VkPipelineExecutablePropertiesKHR()
|
D | goldfish_vk_marshaling_guest.cpp | 11312 const VkPipelineExecutablePropertiesKHR* forMarshaling) { in marshal_VkPipelineExecutablePropertiesKHR() 11327 VkPipelineExecutablePropertiesKHR* forUnmarshaling) { in unmarshal_VkPipelineExecutablePropertiesKHR()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.h | 1499 const VkPipelineExecutablePropertiesKHR* from, 1500 VkPipelineExecutablePropertiesKHR* to);
|
D | goldfish_vk_transform.h | 2474 VkDecoderGlobalState* resourceTracker, VkPipelineExecutablePropertiesKHR* toTransform); 2477 VkDecoderGlobalState* resourceTracker, VkPipelineExecutablePropertiesKHR* toTransform);
|
D | goldfish_vk_marshaling.h | 2829 const VkPipelineExecutablePropertiesKHR* forMarshaling); 2833 VkPipelineExecutablePropertiesKHR* forUnmarshaling);
|
D | goldfish_vk_reserved_marshaling.h | 1495 VkPipelineExecutablePropertiesKHR* forUnmarshaling, uint8_t** ptr);
|
D | goldfish_vk_transform.cpp | 6629 VkDecoderGlobalState* resourceTracker, VkPipelineExecutablePropertiesKHR* toTransform) { in transform_tohost_VkPipelineExecutablePropertiesKHR() 6638 VkDecoderGlobalState* resourceTracker, VkPipelineExecutablePropertiesKHR* toTransform) { in transform_fromhost_VkPipelineExecutablePropertiesKHR()
|
D | goldfish_vk_deepcopy.cpp | 7077 const VkPipelineExecutablePropertiesKHR* from, in deepcopy_VkPipelineExecutablePropertiesKHR() 7078 VkPipelineExecutablePropertiesKHR* to) { in deepcopy_VkPipelineExecutablePropertiesKHR()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderSnapshot.h | 1158 uint32_t* pExecutableCount, VkPipelineExecutablePropertiesKHR* pProperties);
|
D | VkDecoder.cpp | 16048 VkPipelineExecutablePropertiesKHR* pProperties; in decode() 16075 memcpy((VkPipelineExecutablePropertiesKHR**)&pProperties, (*readStreamPtrPtr), 8); in decode() 16081 (*(pExecutableCount)) * sizeof(VkPipelineExecutablePropertiesKHR)); in decode() 16085 (VkPipelineExecutablePropertiesKHR*)(pProperties + i), in decode() 16097 m_state, (VkPipelineExecutablePropertiesKHR*)(pProperties + i)); in decode() 16127 m_state, (VkPipelineExecutablePropertiesKHR*)(pProperties + i)); in decode() 16139 (VkPipelineExecutablePropertiesKHR*)(pProperties + i)); in decode()
|
D | VkDecoderSnapshot.cpp | 2746 uint32_t* pExecutableCount, VkPipelineExecutablePropertiesKHR* pProperties) {} in vkGetPipelineExecutablePropertiesKHR() 6278 uint32_t* pExecutableCount, VkPipelineExecutablePropertiesKHR* pProperties) { in vkGetPipelineExecutablePropertiesKHR()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 9978 typedef struct VkPipelineExecutablePropertiesKHR { struct 9985 } VkPipelineExecutablePropertiesKHR; argument 10020 …eInfoKHR* pPipelineInfo, uint32_t* pExecutableCount, VkPipelineExecutablePropertiesKHR* pPr… 10029 VkPipelineExecutablePropertiesKHR* pProperties);
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | pipelines.adoc | 8721 slink:VkPipelineExecutablePropertiesKHR structures. 8748 [open,refpage='VkPipelineExecutablePropertiesKHR',desc='Structure describing a pipeline executable'… 8750 The sname:VkPipelineExecutablePropertiesKHR structure is defined as: 8752 include::{generated}/api/structs/VkPipelineExecutablePropertiesKHR.adoc[] 8781 include::{generated}/validity/structs/VkPipelineExecutablePropertiesKHR.adoc[]
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_static_assertions.hpp | 3075 …HPP_NAMESPACE::PipelineExecutablePropertiesKHR ) == sizeof( VkPipelineExecutablePropertiesKHR ), "…
|
D | vulkan.hpp | 4185 …pelineInfoKHR * pPipelineInfo, uint32_t * pExecutableCount, VkPipelineExecutablePropertiesKHR * pP… in vkGetPipelineExecutablePropertiesKHR()
|