Searched refs:pInternalRepresentations (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoder.cpp | 16286 VkPipelineExecutableInternalRepresentationKHR* pInternalRepresentations; in decode() local 16315 memcpy((VkPipelineExecutableInternalRepresentationKHR**)&pInternalRepresentations, in decode() 16317 android::base::Stream::fromBe64((uint8_t*)&pInternalRepresentations); in decode() 16319 if (pInternalRepresentations) { in decode() 16320 vkReadStream->alloc((void**)&pInternalRepresentations, in decode() 16326 … (VkPipelineExecutableInternalRepresentationKHR*)(pInternalRepresentations + in decode() 16336 if (pInternalRepresentations) { in decode() 16340 … (VkPipelineExecutableInternalRepresentationKHR*)(pInternalRepresentations + in decode() 16352 (unsigned long long)pInternalRepresentations); in decode() 16359 pInternalRepresentations); in decode() [all …]
|
D | VkDecoderSnapshot.h | 1167 VkPipelineExecutableInternalRepresentationKHR* pInternalRepresentations);
|
D | VkDecoderSnapshot.cpp | 2755 VkPipelineExecutableInternalRepresentationKHR* pInternalRepresentations) {} in vkGetPipelineExecutableInternalRepresentationsKHR() argument 6299 VkPipelineExecutableInternalRepresentationKHR* pInternalRepresentations) { in vkGetPipelineExecutableInternalRepresentationsKHR() argument 6302 pInternalRepresentationCount, pInternalRepresentations); in vkGetPipelineExecutableInternalRepresentationsKHR()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | VkEncoder.h | 808 VkPipelineExecutableInternalRepresentationKHR* pInternalRepresentations, uint32_t doLock);
|
D | func_table.cpp | 3508 VkPipelineExecutableInternalRepresentationKHR* pInternalRepresentations) { in gfxstream_vk_GetPipelineExecutableInternalRepresentationsKHR() argument 3517 pInternalRepresentations, true /* do lock */); in gfxstream_vk_GetPipelineExecutableInternalRepresentationsKHR()
|
D | VkEncoder.cpp | 29243 VkPipelineExecutableInternalRepresentationKHR* pInternalRepresentations, uint32_t doLock) { in vkGetPipelineExecutableInternalRepresentationsKHR() argument 29275 device, pExecutableInfo, pInternalRepresentationCount, pInternalRepresentations); in vkGetPipelineExecutableInternalRepresentationsKHR() 29311 if (pInternalRepresentations) { in vkGetPipelineExecutableInternalRepresentationsKHR() 29316 (VkPipelineExecutableInternalRepresentationKHR*)(pInternalRepresentations + in vkGetPipelineExecutableInternalRepresentationsKHR() 29362 uint64_t cgen_var_2 = (uint64_t)(uintptr_t)pInternalRepresentations; in vkGetPipelineExecutableInternalRepresentationsKHR() 29366 if (pInternalRepresentations) { in vkGetPipelineExecutableInternalRepresentationsKHR() 29370 (VkPipelineExecutableInternalRepresentationKHR*)(pInternalRepresentations + i), in vkGetPipelineExecutableInternalRepresentationsKHR() 29395 if (pInternalRepresentations) { in vkGetPipelineExecutableInternalRepresentationsKHR() 29404 (VkPipelineExecutableInternalRepresentationKHR*)(pInternalRepresentations + i)); in vkGetPipelineExecutableInternalRepresentationsKHR() 29409 if (pInternalRepresentations) { in vkGetPipelineExecutableInternalRepresentationsKHR() [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | pipelines.adoc | 9020 * pname:pInternalRepresentations is either `NULL` or a pointer to an array 9023 If pname:pInternalRepresentations is `NULL`, then the number of internal 9027 by the user to the number of elements in the pname:pInternalRepresentations 9029 structures actually written to pname:pInternalRepresentations.
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan.hpp | 4197 …sentationCount, VkPipelineExecutableInternalRepresentationKHR * pInternalRepresentations ) const V… in vkGetPipelineExecutableInternalRepresentationsKHR() 4199 …resentationsKHR( device, pExecutableInfo, pInternalRepresentationCount, pInternalRepresentations ); in vkGetPipelineExecutableInternalRepresentationsKHR()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 10022 …ernalRepresentationCount, VkPipelineExecutableInternalRepresentationKHR* pInternalRepresentations); 10041 VkPipelineExecutableInternalRepresentationKHR* pInternalRepresentations);
|