Searched refs:vn_encode_float_array (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_structs.h | 886 vn_encode_float_array(enc, val->float32, 4); in vn_encode_VkClearColorValue_tag()
|
H A D | vn_protocol_driver_types.h | 363 vn_encode_float_array(struct vn_cs_encoder *enc, const float *val, uint32_t count) in vn_encode_float_array() function
|
H A D | vn_protocol_driver_pipeline.h | 1702 vn_encode_float_array(enc, val->blendConstants, 4); in vn_encode_VkPipelineColorBlendStateCreateInfo_self()
|
H A D | vn_protocol_driver_command_buffer.h | 3568 vn_encode_float_array(enc, blendConstants, 4); in vn_encode_vkCmdSetBlendConstants()
|
H A D | vn_protocol_driver_device.h | 1226 vn_encode_float_array(enc, val->pQueuePriorities, val->queueCount); in vn_encode_VkDeviceQueueCreateInfo_self()
|
/aosp_15_r20/external/virglrenderer/src/venus/venus-protocol/ |
H A D | vn_protocol_renderer_types.h | 255 vn_encode_float_array(struct vn_cs_encoder *enc, const float *val, uint32_t count) in vn_encode_float_array() function
|
H A D | vn_protocol_renderer_device.h | 96 vn_encode_float_array(enc, val->viewportBoundsRange, 2); in vn_encode_VkPhysicalDeviceLimits() 130 vn_encode_float_array(enc, val->pointSizeRange, 2); in vn_encode_VkPhysicalDeviceLimits() 132 vn_encode_float_array(enc, val->lineWidthRange, 2); in vn_encode_VkPhysicalDeviceLimits()
|