Searched refs:vn_encode_uint32_t_array (Results 1 – 2 of 2) sorted by relevance
| /external/virglrenderer/src/venus/venus-protocol/ |
| D | vn_protocol_renderer_types.h | 225 vn_encode_uint32_t_array(struct vn_cs_encoder *enc, const uint32_t *val, uint32_t count) in vn_encode_uint32_t_array() function 331 vn_encode_uint32_t_array(enc, val, count); in vn_encode_VkSampleMask_array() 357 vn_encode_uint32_t_array(enc, val, count); in vn_encode_VkBool32_array() 383 vn_encode_uint32_t_array(enc, val, count); in vn_encode_VkFlags_array()
|
| D | vn_protocol_renderer_device.h | 81 vn_encode_uint32_t_array(enc, val->maxComputeWorkGroupCount, 3); in vn_encode_VkPhysicalDeviceLimits() 84 vn_encode_uint32_t_array(enc, val->maxComputeWorkGroupSize, 3); in vn_encode_VkPhysicalDeviceLimits() 94 vn_encode_uint32_t_array(enc, val->maxViewportDimensions, 2); in vn_encode_VkPhysicalDeviceLimits()
|