Home
last modified time | relevance | path

Searched refs:pInternalRepresentations (Results 1 – 9 of 9) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DVkDecoder.cpp16286 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 …]
DVkDecoderSnapshot.h1167 VkPipelineExecutableInternalRepresentationKHR* pInternalRepresentations);
DVkDecoderSnapshot.cpp2755 VkPipelineExecutableInternalRepresentationKHR* pInternalRepresentations) {} in vkGetPipelineExecutableInternalRepresentationsKHR() argument
6299 VkPipelineExecutableInternalRepresentationKHR* pInternalRepresentations) { in vkGetPipelineExecutableInternalRepresentationsKHR() argument
6302 pInternalRepresentationCount, pInternalRepresentations); in vkGetPipelineExecutableInternalRepresentationsKHR()
/hardware/google/gfxstream/guest/vulkan_enc/
DVkEncoder.h808 VkPipelineExecutableInternalRepresentationKHR* pInternalRepresentations, uint32_t doLock);
Dfunc_table.cpp3508 VkPipelineExecutableInternalRepresentationKHR* pInternalRepresentations) { in gfxstream_vk_GetPipelineExecutableInternalRepresentationsKHR() argument
3517 pInternalRepresentations, true /* do lock */); in gfxstream_vk_GetPipelineExecutableInternalRepresentationsKHR()
DVkEncoder.cpp29243 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/
Dpipelines.adoc9020 * 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/
Dvulkan.hpp4197 …sentationCount, VkPipelineExecutableInternalRepresentationKHR * pInternalRepresentations ) const V… in vkGetPipelineExecutableInternalRepresentationsKHR()
4199 …resentationsKHR( device, pExecutableInfo, pInternalRepresentationCount, pInternalRepresentations ); in vkGetPipelineExecutableInternalRepresentationsKHR()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h10022 …ernalRepresentationCount, VkPipelineExecutableInternalRepresentationKHR* pInternalRepresentations);
10041 VkPipelineExecutableInternalRepresentationKHR* pInternalRepresentations);