Searched refs:vn_decode_float_array (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/virglrenderer/src/venus/venus-protocol/ |
H A D | vn_protocol_renderer_structs.h | 679 vn_decode_float_array(dec, val->float32, array_size); in vn_decode_VkClearColorValue_temp()
|
H A D | vn_protocol_renderer_types.h | 263 vn_decode_float_array(struct vn_cs_decoder *dec, float *val, uint32_t count) in vn_decode_float_array() function
|
H A D | vn_protocol_renderer_pipeline.h | 1532 vn_decode_float_array(dec, val->blendConstants, array_size); in vn_decode_VkPipelineColorBlendStateCreateInfo_self_temp()
|
H A D | vn_protocol_renderer_command_buffer.h | 2877 vn_decode_float_array(dec, (float *)args->blendConstants, array_size); in vn_decode_vkCmdSetBlendConstants_args_temp()
|
H A D | vn_protocol_renderer_device.h | 695 vn_decode_float_array(dec, (float *)val->pQueuePriorities, array_size); in vn_decode_VkDeviceQueueCreateInfo_self_temp()
|
/aosp_15_r20/external/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_types.h | 371 vn_decode_float_array(struct vn_cs_decoder *dec, float *val, uint32_t count) in vn_decode_float_array() function
|
H A D | vn_protocol_driver_device.h | 219 vn_decode_float_array(dec, val->viewportBoundsRange, array_size); in vn_decode_VkPhysicalDeviceLimits() 255 vn_decode_float_array(dec, val->pointSizeRange, array_size); in vn_decode_VkPhysicalDeviceLimits() 259 vn_decode_float_array(dec, val->lineWidthRange, array_size); in vn_decode_VkPhysicalDeviceLimits()
|