Searched refs:pInternalRepresentationCount (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoder.cpp | 16285 uint32_t* pInternalRepresentationCount; in decode() local 16303 memcpy((uint32_t**)&pInternalRepresentationCount, (*readStreamPtrPtr), 8); in decode() 16304 android::base::Stream::fromBe64((uint8_t*)&pInternalRepresentationCount); in decode() 16306 if (pInternalRepresentationCount) { in decode() 16307 vkReadStream->alloc((void**)&pInternalRepresentationCount, sizeof(uint32_t)); in decode() 16308 memcpy((uint32_t*)pInternalRepresentationCount, *readStreamPtrPtr, in decode() 16321 (*(pInternalRepresentationCount)) * in decode() 16323 for (uint32_t i = 0; i < (uint32_t)(*(pInternalRepresentationCount)); ++i) { in decode() 16335 if (pInternalRepresentationCount) { in decode() 16337 for (uint32_t i = 0; i < (uint32_t)(*(pInternalRepresentationCount)); ++i) { in decode() [all …]
|
D | VkDecoderSnapshot.h | 1166 uint32_t* pInternalRepresentationCount,
|
D | VkDecoderSnapshot.cpp | 2754 uint32_t* pInternalRepresentationCount, in vkGetPipelineExecutableInternalRepresentationsKHR() argument 6298 uint32_t* pInternalRepresentationCount, in vkGetPipelineExecutableInternalRepresentationsKHR() argument 6302 pInternalRepresentationCount, pInternalRepresentations); in vkGetPipelineExecutableInternalRepresentationsKHR()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | VkEncoder.h | 807 uint32_t* pInternalRepresentationCount,
|
D | VkEncoder.cpp | 29242 uint32_t* pInternalRepresentationCount, in vkGetPipelineExecutableInternalRepresentationsKHR() argument 29275 device, pExecutableInfo, pInternalRepresentationCount, pInternalRepresentations); in vkGetPipelineExecutableInternalRepresentationsKHR() 29306 if (pInternalRepresentationCount) { in vkGetPipelineExecutableInternalRepresentationsKHR() 29312 if (pInternalRepresentationCount) { in vkGetPipelineExecutableInternalRepresentationsKHR() 29313 for (uint32_t i = 0; i < (uint32_t)(*(pInternalRepresentationCount)); ++i) { in vkGetPipelineExecutableInternalRepresentationsKHR() 29353 uint64_t cgen_var_1 = (uint64_t)(uintptr_t)pInternalRepresentationCount; in vkGetPipelineExecutableInternalRepresentationsKHR() 29357 if (pInternalRepresentationCount) { in vkGetPipelineExecutableInternalRepresentationsKHR() 29358 memcpy(*streamPtrPtr, (uint32_t*)pInternalRepresentationCount, sizeof(uint32_t)); in vkGetPipelineExecutableInternalRepresentationsKHR() 29367 for (uint32_t i = 0; i < (uint32_t)(*(pInternalRepresentationCount)); ++i) { in vkGetPipelineExecutableInternalRepresentationsKHR() 29384 if (pInternalRepresentationCount) { in vkGetPipelineExecutableInternalRepresentationsKHR() [all …]
|
D | func_table.cpp | 3507 uint32_t* pInternalRepresentationCount, in gfxstream_vk_GetPipelineExecutableInternalRepresentationsKHR() argument 3516 gfxstream_device->internal_object, pExecutableInfo, pInternalRepresentationCount, in gfxstream_vk_GetPipelineExecutableInternalRepresentationsKHR()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | pipelines.adoc | 9017 * pname:pInternalRepresentationCount is a pointer to an integer related to 9025 pname:pInternalRepresentationCount. 9026 Otherwise, pname:pInternalRepresentationCount must: point to a variable set 9030 If pname:pInternalRepresentationCount is less than the number of internal 9032 pname:pInternalRepresentationCount structures will be written, and
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan.hpp | 4197 …nst VkPipelineExecutableInfoKHR * pExecutableInfo, uint32_t * pInternalRepresentationCount, VkPipe… in vkGetPipelineExecutableInternalRepresentationsKHR() argument 4199 …xecutableInternalRepresentationsKHR( device, pExecutableInfo, pInternalRepresentationCount, pInter… in vkGetPipelineExecutableInternalRepresentationsKHR()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 10022 …onst VkPipelineExecutableInfoKHR* pExecutableInfo, uint32_t* pInternalRepresentationCount, VkPipe… 10040 uint32_t* pInternalRepresentationCount,
|