Home
last modified time | relevance | path

Searched refs:VkPipelineBindPoint (Results 1 – 25 of 34) sorted by relevance

12

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_descriptor_update_template.h65 VkPipelineBindPoint bind_point;
Dvk_cmd_enqueue.c153 VkPipelineBindPoint pipelineBindPoint, in vk_cmd_enqueue_CmdPushDescriptorSetKHR()
247 VkPipelineBindPoint pipelineBindPoint, in vk_cmd_enqueue_CmdBindDescriptorSets()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_device_generated_commands/
Dgeneration.adoc49 * pname:pipelineBindPoint is the elink:VkPipelineBindPoint of the
126 * pname:pipelineBindPoint is a elink:VkPipelineBindPoint value specifying
257 * pname:pipelineBindPoint is the elink:VkPipelineBindPoint used for the
Dindirectcommands.adoc56 * pname:pipelineBindPoint is the elink:VkPipelineBindPoint that this
486 A single sequence is strictly targeting the elink:VkPipelineBindPoint it was
/hardware/google/gfxstream/host/vulkan/
DVkSubDecoder.cpp110 VkPipelineBindPoint pipelineBindPoint; in subDecode()
112 memcpy((VkPipelineBindPoint*)&pipelineBindPoint, *readStreamPtrPtr, in subDecode()
113 sizeof(VkPipelineBindPoint)); in subDecode()
114 *readStreamPtrPtr += sizeof(VkPipelineBindPoint); in subDecode()
273 VkPipelineBindPoint pipelineBindPoint; in subDecode()
282 memcpy((VkPipelineBindPoint*)&pipelineBindPoint, *readStreamPtrPtr, in subDecode()
283 sizeof(VkPipelineBindPoint)); in subDecode()
284 *readStreamPtrPtr += sizeof(VkPipelineBindPoint); in subDecode()
DVkDecoderGlobalState.h591 VkPipelineBindPoint pipelineBindPoint, VkPipeline pipeline);
594 VkPipelineBindPoint pipelineBindPoint, VkPipelineLayout layout,
DVkDecoderSnapshot.h418 VkPipelineBindPoint pipelineBindPoint, VkPipeline pipeline);
450 VkPipelineBindPoint pipelineBindPoint, VkPipelineLayout layout,
DVkDecoderGlobalState.cpp5699 VkPipelineBindPoint pipelineBindPoint, VkPipeline pipeline) { in on_vkCmdBindPipeline()
5714 VkPipelineBindPoint pipelineBindPoint, VkPipelineLayout layout, in on_vkCmdBindDescriptorSets()
8601 VkPipelineBindPoint pipelineBindPoint, in on_vkCmdBindPipeline()
8608 VkPipelineBindPoint pipelineBindPoint, VkPipelineLayout layout, uint32_t firstSet, in on_vkCmdBindDescriptorSets()
DVkDecoderSnapshot.cpp965 VkPipelineBindPoint pipelineBindPoint, VkPipeline pipeline) { in vkCmdBindPipeline()
1107 VkPipelineBindPoint pipelineBindPoint, VkPipelineLayout layout, in vkCmdBindDescriptorSets()
4670 VkPipelineBindPoint pipelineBindPoint, in vkCmdBindPipeline()
4763 VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, VkPipelineLayout layout, in vkCmdBindDescriptorSets()
DVkDecoder.cpp6415 VkPipelineBindPoint pipelineBindPoint; in decode()
6423 memcpy((VkPipelineBindPoint*)&pipelineBindPoint, *readStreamPtrPtr, in decode()
6424 sizeof(VkPipelineBindPoint)); in decode()
6425 *readStreamPtrPtr += sizeof(VkPipelineBindPoint); in decode()
6838 VkPipelineBindPoint pipelineBindPoint; in decode()
6851 memcpy((VkPipelineBindPoint*)&pipelineBindPoint, *readStreamPtrPtr, in decode()
6852 sizeof(VkPipelineBindPoint)); in decode()
6853 *readStreamPtrPtr += sizeof(VkPipelineBindPoint); in decode()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h2136 typedef enum VkPipelineBindPoint { enum
2146 } VkPipelineBindPoint; typedef
3799 VkPipelineBindPoint pipelineBindPoint;
4041 typedef void (VKAPI_PTR *PFN_vkCmdBindPipeline)(VkCommandBuffer commandBuffer, VkPipelineBindPoint
4051 …I_PTR *PFN_vkCmdBindDescriptorSets)(VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBin…
4591 VkPipelineBindPoint pipelineBindPoint,
4642 VkPipelineBindPoint pipelineBindPoint,
5450 VkPipelineBindPoint pipelineBindPoint;
6050 VkPipelineBindPoint pipelineBindPoint;
8805 …PTR *PFN_vkCmdPushDescriptorSetKHR)(VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBin…
[all …]
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py51 printer.write_enum("pipelineBindPoint", VkPipelineBindPoint, indent)
67 printer.write_enum("pipelineBindPoint", VkPipelineBindPoint, indent)
1078 printer.write_enum("pipelineBindPoint", VkPipelineBindPoint, indent)
1715 VkPipelineBindPoint = { variable
/hardware/google/gfxstream/guest/vulkan_enc/
DVkEncoder.h286 void vkCmdBindPipeline(VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint,
306 VkPipelineBindPoint pipelineBindPoint, VkPipelineLayout layout,
DResourceTracker.h502 VkPipelineBindPoint pipelineBindPoint, VkPipelineLayout layout,
Dgoldfish_vk_reserved_marshaling_guest.cpp2742 memcpy(*ptr, (VkPipelineBindPoint*)&forMarshaling->pipelineBindPoint, in reservedmarshal_VkSubpassDescription()
2743 sizeof(VkPipelineBindPoint)); in reservedmarshal_VkSubpassDescription()
2744 *ptr += sizeof(VkPipelineBindPoint); in reservedmarshal_VkSubpassDescription()
4052 memcpy(*ptr, (VkPipelineBindPoint*)&forMarshaling->pipelineBindPoint, in reservedmarshal_VkDescriptorUpdateTemplateCreateInfo()
4053 sizeof(VkPipelineBindPoint)); in reservedmarshal_VkDescriptorUpdateTemplateCreateInfo()
4054 *ptr += sizeof(VkPipelineBindPoint); in reservedmarshal_VkDescriptorUpdateTemplateCreateInfo()
4835 memcpy(*ptr, (VkPipelineBindPoint*)&forMarshaling->pipelineBindPoint, in reservedmarshal_VkSubpassDescription2()
4836 sizeof(VkPipelineBindPoint)); in reservedmarshal_VkSubpassDescription2()
4837 *ptr += sizeof(VkPipelineBindPoint); in reservedmarshal_VkSubpassDescription2()
Dgoldfish_vk_marshaling_guest.cpp3825 vkStream->write((VkPipelineBindPoint*)&forMarshaling->pipelineBindPoint, in marshal_VkSubpassDescription()
3826 sizeof(VkPipelineBindPoint)); in marshal_VkSubpassDescription()
3873 vkStream->read((VkPipelineBindPoint*)&forUnmarshaling->pipelineBindPoint, in unmarshal_VkSubpassDescription()
3874 sizeof(VkPipelineBindPoint)); in unmarshal_VkSubpassDescription()
5865 vkStream->write((VkPipelineBindPoint*)&forMarshaling->pipelineBindPoint, in marshal_VkDescriptorUpdateTemplateCreateInfo()
5866 sizeof(VkPipelineBindPoint)); in marshal_VkDescriptorUpdateTemplateCreateInfo()
5899 vkStream->read((VkPipelineBindPoint*)&forUnmarshaling->pipelineBindPoint, in unmarshal_VkDescriptorUpdateTemplateCreateInfo()
5900 sizeof(VkPipelineBindPoint)); in unmarshal_VkDescriptorUpdateTemplateCreateInfo()
6966 vkStream->write((VkPipelineBindPoint*)&forMarshaling->pipelineBindPoint, in marshal_VkSubpassDescription2()
6967 sizeof(VkPipelineBindPoint)); in marshal_VkSubpassDescription2()
[all …]
Dgoldfish_vk_counting_guest.cpp2022 *count += sizeof(VkPipelineBindPoint); in count_VkSubpassDescription()
3211 *count += sizeof(VkPipelineBindPoint); in count_VkDescriptorUpdateTemplateCreateInfo()
3757 *count += sizeof(VkPipelineBindPoint); in count_VkSubpassDescription2()
Dfunc_table.cpp1164 VkPipelineBindPoint pipelineBindPoint, VkPipeline pipeline) { in gfxstream_vk_CmdBindPipeline()
1273 VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, VkPipelineLayout layout, in gfxstream_vk_CmdBindDescriptorSets()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan.hpp1571 …void vkCmdBindPipeline( VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, VkPi… in vkCmdBindPipeline()
1631 …void vkCmdBindDescriptorSets( VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint… in vkCmdBindDescriptorSets()
2973 …void vkCmdPushDescriptorSetKHR( VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoi… in vkCmdPushDescriptorSetKHR()
4277 …void vkCmdBindPipelineShaderGroupNV( VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBi… in vkCmdBindPipelineShaderGroupNV()
4451 …void vkCmdSetDescriptorBufferOffsetsEXT( VkCommandBuffer commandBuffer, VkPipelineBindPoint pipeli… in vkCmdSetDescriptorBufferOffsetsEXT()
4457 …escriptorBufferEmbeddedSamplersEXT( VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBin… in vkCmdBindDescriptorBufferEmbeddedSamplersEXT()
4967 …void vkCmdUpdatePipelineIndirectBufferNV( VkCommandBuffer commandBuffer, VkPipelineBindPoint pipel… in vkCmdUpdatePipelineIndirectBufferNV()
Dvulkan_raii.hpp11522 …line( static_cast<VkCommandBuffer>( m_commandBuffer ), static_cast<VkPipelineBindPoint>( pipelineB… in bindPipeline()
11652 …Sets( static_cast<VkCommandBuffer>( m_commandBuffer ), static_cast<VkPipelineBindPoint>( pipelineB… in bindDescriptorSets()
14693 …tKHR( static_cast<VkCommandBuffer>( m_commandBuffer ), static_cast<VkPipelineBindPoint>( pipelineB… in pushDescriptorSetKHR()
17623 …upNV( static_cast<VkCommandBuffer>( m_commandBuffer ), static_cast<VkPipelineBindPoint>( pipelineB… in bindPipelineShaderGroupNV()
18035 …sEXT( static_cast<VkCommandBuffer>( m_commandBuffer ), static_cast<VkPipelineBindPoint>( pipelineB… in setDescriptorBufferOffsetsEXT()
18048 …sEXT( static_cast<VkCommandBuffer>( m_commandBuffer ), static_cast<VkPipelineBindPoint>( pipelineB… in bindDescriptorBufferEmbeddedSamplersEXT()
19074 …erNV( static_cast<VkCommandBuffer>( m_commandBuffer ), static_cast<VkPipelineBindPoint>( pipelineB… in updatePipelineIndirectBufferNV()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_descriptor_buffer.adoc350 VkPipelineBindPoint pipelineBindPoint,
369 VkPipelineBindPoint pipelineBindPoint,
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp4323 vkStream->write((VkPipelineBindPoint*)&forMarshaling->pipelineBindPoint, in marshal_VkSubpassDescription()
4324 sizeof(VkPipelineBindPoint)); in marshal_VkSubpassDescription()
4371 vkStream->read((VkPipelineBindPoint*)&forUnmarshaling->pipelineBindPoint, in unmarshal_VkSubpassDescription()
4372 sizeof(VkPipelineBindPoint)); in unmarshal_VkSubpassDescription()
7016 vkStream->write((VkPipelineBindPoint*)&forMarshaling->pipelineBindPoint, in marshal_VkDescriptorUpdateTemplateCreateInfo()
7017 sizeof(VkPipelineBindPoint)); in marshal_VkDescriptorUpdateTemplateCreateInfo()
7065 vkStream->read((VkPipelineBindPoint*)&forUnmarshaling->pipelineBindPoint, in unmarshal_VkDescriptorUpdateTemplateCreateInfo()
7066 sizeof(VkPipelineBindPoint)); in unmarshal_VkDescriptorUpdateTemplateCreateInfo()
8417 vkStream->write((VkPipelineBindPoint*)&forMarshaling->pipelineBindPoint, in marshal_VkSubpassDescription2()
8418 sizeof(VkPipelineBindPoint)); in marshal_VkSubpassDescription2()
[all …]
Dgoldfish_vk_reserved_marshaling.cpp3236 memcpy((VkPipelineBindPoint*)&forUnmarshaling->pipelineBindPoint, *ptr, in reservedunmarshal_VkSubpassDescription()
3237 sizeof(VkPipelineBindPoint)); in reservedunmarshal_VkSubpassDescription()
3238 *ptr += sizeof(VkPipelineBindPoint); in reservedunmarshal_VkSubpassDescription()
5334 memcpy((VkPipelineBindPoint*)&forUnmarshaling->pipelineBindPoint, *ptr, in reservedunmarshal_VkDescriptorUpdateTemplateCreateInfo()
5335 sizeof(VkPipelineBindPoint)); in reservedunmarshal_VkDescriptorUpdateTemplateCreateInfo()
5336 *ptr += sizeof(VkPipelineBindPoint); in reservedunmarshal_VkDescriptorUpdateTemplateCreateInfo()
6463 memcpy((VkPipelineBindPoint*)&forUnmarshaling->pipelineBindPoint, *ptr, in reservedunmarshal_VkSubpassDescription2()
6464 sizeof(VkPipelineBindPoint)); in reservedunmarshal_VkSubpassDescription2()
6465 *ptr += sizeof(VkPipelineBindPoint); in reservedunmarshal_VkSubpassDescription2()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddescriptorsets.adoc4410 * pname:pipelineBindPoint is a elink:VkPipelineBindPoint indicating the
4440 pname:pipelineBindPoint must: be a valid elink:VkPipelineBindPoint value
4763 * pname:pipelineBindPoint is a elink:VkPipelineBindPoint indicating the
4963 * pname:pipelineBindPoint is a elink:VkPipelineBindPoint indicating the
6139 * pname:pipelineBindPoint is a elink:VkPipelineBindPoint indicating the
6289 * pname:pipelineBindPoint is a elink:VkPipelineBindPoint indicating the
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp2184 VkPipelineBindPoint pipelineBindPoint, in overlay_CmdBindPipeline()

12