Home
last modified time | relevance | path

Searched refs:pCounterBuffers (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_transform_feedback.adoc66 handles in the pname:pCounterBuffers array and offsets in the
70 pname:pCounterBuffers and pname:pCounterBufferOffsets values.
/hardware/google/gfxstream/host/vulkan/
DVkSubDecoder.cpp2545 const VkBuffer* pCounterBuffers; in subDecode() local
2554 memcpy((VkBuffer**)&pCounterBuffers, (*readStreamPtrPtr), 8); in subDecode()
2555 android::base::Stream::fromBe64((uint8_t*)&pCounterBuffers); in subDecode()
2557 if (pCounterBuffers) { in subDecode()
2559 pCounterBuffers = (VkBuffer*)stack_pCounterBuffers; in subDecode()
2561 readStream->alloc((void**)&pCounterBuffers, in subDecode()
2570 *(((VkBuffer*)pCounterBuffers) + k) = in subDecode()
2592 pCounterBuffers, pCounterBufferOffsets); in subDecode()
2600 const VkBuffer* pCounterBuffers; in subDecode() local
2609 memcpy((VkBuffer**)&pCounterBuffers, (*readStreamPtrPtr), 8); in subDecode()
[all …]
DVkDecoder.cpp17951 const VkBuffer* pCounterBuffers; in decode() local
17967 memcpy((VkBuffer**)&pCounterBuffers, (*readStreamPtrPtr), 8); in decode()
17968 android::base::Stream::fromBe64((uint8_t*)&pCounterBuffers); in decode()
17970 if (pCounterBuffers) { in decode()
17971 vkReadStream->alloc((void**)&pCounterBuffers, in decode()
17979 *(((VkBuffer*)pCounterBuffers) + k) = in decode()
18002 (unsigned long long)pCounterBuffers, in decode()
18006 counterBufferCount, pCounterBuffers, in decode()
18015 firstCounterBuffer, counterBufferCount, pCounterBuffers, in decode()
18029 const VkBuffer* pCounterBuffers; in decode() local
[all …]
DVkDecoderSnapshot.h1295 const VkBuffer* pCounterBuffers,
1300 const VkBuffer* pCounterBuffers,
DVkDecoderSnapshot.cpp3037 const VkBuffer* pCounterBuffers, in vkCmdBeginTransformFeedbackEXT() argument
3053 const VkBuffer* pCounterBuffers, in vkCmdEndTransformFeedbackEXT() argument
6564 const VkBuffer* pCounterBuffers, const VkDeviceSize* pCounterBufferOffsets) { in vkCmdBeginTransformFeedbackEXT() argument
6567 pCounterBuffers, pCounterBufferOffsets); in vkCmdBeginTransformFeedbackEXT()
6574 const VkBuffer* pCounterBuffers, const VkDeviceSize* pCounterBufferOffsets) { in vkCmdEndTransformFeedbackEXT() argument
6576 firstCounterBuffer, counterBufferCount, pCounterBuffers, in vkCmdEndTransformFeedbackEXT()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dvertexpostproc.adoc80 If the optional pname:pCounterBuffers and pname:pCounterBufferOffsets
171 pname:pCounterBuffers and pname:pCounterBufferOffsets arrays, writes to the
284 buffer corresponding to pname:pCounterBuffers[0] and
286 * pname:counterBufferCount is the size of the pname:pCounterBuffers and
288 * pname:pCounterBuffers is `NULL` or a pointer to an array of
296 If pname:pCounterBuffers is `NULL`, then transform feedback will start
299 For each element of pname:pCounterBuffers that is dlink:VK_NULL_HANDLE,
304 pname:pCounterBuffers where the counter values were previously written.
332 If pname:counterBufferCount is not `0`, and pname:pCounterBuffers is not
333 `NULL`, pname:pCounterBuffers must: be a valid pointer to an array of
[all …]
/hardware/google/gfxstream/guest/vulkan_enc/
DVkEncoder.h903 const VkBuffer* pCounterBuffers,
906 uint32_t counterBufferCount, const VkBuffer* pCounterBuffers,
Dfunc_table.cpp4030 const VkBuffer* pCounterBuffers, in gfxstream_vk_CmdBeginTransformFeedbackEXT() argument
4039 if (pCounterBuffers) { in gfxstream_vk_CmdBeginTransformFeedbackEXT()
4040 VK_FROM_HANDLE(gfxstream_vk_buffer, gfxstream_pCounterBuffers, pCounterBuffers[i]); in gfxstream_vk_CmdBeginTransformFeedbackEXT()
4052 const VkBuffer* pCounterBuffers, in gfxstream_vk_CmdEndTransformFeedbackEXT() argument
4061 if (pCounterBuffers) { in gfxstream_vk_CmdEndTransformFeedbackEXT()
4062 VK_FROM_HANDLE(gfxstream_vk_buffer, gfxstream_pCounterBuffers, pCounterBuffers[i]); in gfxstream_vk_CmdEndTransformFeedbackEXT()
DVkEncoder.cpp32317 const VkBuffer* pCounterBuffers, const VkDeviceSize* pCounterBufferOffsets, uint32_t doLock) { in vkCmdBeginTransformFeedbackEXT() argument
32348 commandBuffer, firstCounterBuffer, counterBufferCount, pCounterBuffers, in vkCmdBeginTransformFeedbackEXT()
32365 local_pCounterBuffers = (VkBuffer*)pCounterBuffers; in vkCmdBeginTransformFeedbackEXT()
32451 const VkBuffer* pCounterBuffers, const VkDeviceSize* pCounterBufferOffsets, uint32_t doLock) { in vkCmdEndTransformFeedbackEXT() argument
32482 commandBuffer, firstCounterBuffer, counterBufferCount, pCounterBuffers, in vkCmdEndTransformFeedbackEXT()
32499 local_pCounterBuffers = (VkBuffer*)pCounterBuffers; in vkCmdEndTransformFeedbackEXT()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan.hpp2665 …_t firstCounterBuffer, uint32_t counterBufferCount, const VkBuffer * pCounterBuffers, const VkDevi… in vkCmdBeginTransformFeedbackEXT() argument
2667 …mFeedbackEXT( commandBuffer, firstCounterBuffer, counterBufferCount, pCounterBuffers, pCounterBuff… in vkCmdBeginTransformFeedbackEXT()
2671 …_t firstCounterBuffer, uint32_t counterBufferCount, const VkBuffer * pCounterBuffers, const VkDevi… in vkCmdEndTransformFeedbackEXT() argument
2673 …mFeedbackEXT( commandBuffer, firstCounterBuffer, counterBufferCount, pCounterBuffers, pCounterBuff… in vkCmdEndTransformFeedbackEXT()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h10968 …2_t firstCounterBuffer, uint32_t counterBufferCount, const VkBuffer* pCounterBuffers, const VkDevi…
10969 …2_t firstCounterBuffer, uint32_t counterBufferCount, const VkBuffer* pCounterBuffers, const VkDevi…
10987 const VkBuffer* pCounterBuffers,
10994 const VkBuffer* pCounterBuffers,