Searched refs:vn_decode_int32_t (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_types.h | 76 vn_decode_int32_t(struct vn_cs_decoder *dec, int32_t *val) in vn_decode_int32_t() function 124 vn_decode_int32_t(dec, (int32_t *)val); in vn_decode_VkStructureType() 673 vn_decode_int32_t(dec, (int32_t *)val); in vn_decode_VkFramebufferCreateFlagBits() 694 vn_decode_int32_t(dec, (int32_t *)val); in vn_decode_VkRenderPassCreateFlagBits() 715 vn_decode_int32_t(dec, (int32_t *)val); in vn_decode_VkSamplerCreateFlagBits() 736 vn_decode_int32_t(dec, (int32_t *)val); in vn_decode_VkPipelineCacheCreateFlagBits() 757 vn_decode_int32_t(dec, (int32_t *)val); in vn_decode_VkPipelineDepthStencilStateCreateFlagBits() 778 vn_decode_int32_t(dec, (int32_t *)val); in vn_decode_VkPipelineColorBlendStateCreateFlagBits() 799 vn_decode_int32_t(dec, (int32_t *)val); in vn_decode_VkPipelineShaderStageCreateFlagBits() 820 vn_decode_int32_t(dec, (int32_t *)val); in vn_decode_VkDescriptorSetLayoutCreateFlagBits() [all …]
|
D | vn_protocol_driver_structs.h | 625 vn_decode_int32_t(dec, &val->x); in vn_decode_VkOffset2D() 626 vn_decode_int32_t(dec, &val->y); in vn_decode_VkOffset2D()
|
D | vn_protocol_driver_device.h | 226 vn_decode_int32_t(dec, &val->minTexelOffset); in vn_decode_VkPhysicalDeviceLimits() 228 vn_decode_int32_t(dec, &val->minTexelGatherOffset); in vn_decode_VkPhysicalDeviceLimits()
|