Searched refs:stride_msg (Results 1 – 4 of 4) sorted by relevance
30 fuchsia_hardware_display_ControllerComputeLinearImageStrideRequest stride_msg; in Create() local31 stride_msg.hdr.ordinal = fuchsia_hardware_display_ControllerComputeLinearImageStrideOrdinal; in Create()32 stride_msg.width = width; in Create()33 stride_msg.pixel_format = format; in Create()37 stride_call.wr_bytes = &stride_msg; in Create()39 stride_call.wr_num_bytes = sizeof(stride_msg); in Create()
124 fuchsia_hardware_display_ControllerComputeLinearImageStrideRequest stride_msg; in fb_bind() local125 stride_msg.hdr.ordinal = fuchsia_hardware_display_ControllerComputeLinearImageStrideOrdinal; in fb_bind()126 stride_msg.hdr.txid = txid++; in fb_bind()127 stride_msg.width = mode->horizontal_resolution; in fb_bind()128 stride_msg.pixel_format = pixel_format; in fb_bind()132 stride_call.wr_bytes = &stride_msg; in fb_bind()134 stride_call.wr_num_bytes = sizeof(stride_msg); in fb_bind()
168 fuchsia_hardware_display_ControllerComputeLinearImageStrideRequest stride_msg; in handle_display_added() local169 stride_msg.hdr.ordinal = fuchsia_hardware_display_ControllerComputeLinearImageStrideOrdinal; in handle_display_added()170 stride_msg.width = mode->horizontal_resolution; in handle_display_added()171 stride_msg.pixel_format = pixel_format; in handle_display_added()175 stride_call.wr_bytes = &stride_msg; in handle_display_added()177 stride_call.wr_num_bytes = sizeof(stride_msg); in handle_display_added()
361 fuchsia_hardware_display_ControllerComputeLinearImageStrideRequest stride_msg; in compute_linear_image_stride() local362 stride_msg.hdr.ordinal = fuchsia_hardware_display_ControllerComputeLinearImageStrideOrdinal; in compute_linear_image_stride()363 stride_msg.hdr.txid = txid++; in compute_linear_image_stride()364 stride_msg.width = width; in compute_linear_image_stride()365 stride_msg.pixel_format = format; in compute_linear_image_stride()369 stride_call.wr_bytes = &stride_msg; in compute_linear_image_stride()371 stride_call.wr_num_bytes = sizeof(stride_msg); in compute_linear_image_stride()
Completed in 21 milliseconds