Home
last modified time | relevance | path

Searched refs:start_byte (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/amd/common/
Dac_nir_lower_esgs_io_to_mem.c96 unsigned start_byte = start * bit_size / 8u; in emit_split_buffer_store() local
100 if ((start_byte % 4) == 1 || (start_byte % 4) == 3) in emit_split_buffer_store()
102 else if ((start_byte % 4) == 2) in emit_split_buffer_store()
105 nir_ssa_def *store_val = nir_extract_bits(b, &d, 1, start_byte * 8u, 1, store_bytes * 8u); in emit_split_buffer_store()
107 .base = start_byte, .memory_modes = nir_var_shader_out); in emit_split_buffer_store()
109 start_byte += store_bytes; in emit_split_buffer_store()
/third_party/ltp/testcases/network/netstress/
Dnetstress.c66 static const int start_byte = 0x24; variable
265 (buf[0] != start_byte && buf[0] != start_fin_byte)) { in client_recv()
362 client_msg[0] = start_byte; in make_client_request()
535 send_msg[0] = start_byte; in make_server_reply()
573 (recv_msg[0] != start_byte && in server_fn()