Home
last modified time | relevance | path

Searched refs:bytes_per_copy (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_task_shader.c200 const unsigned bytes_per_copy = 16; in emit_shared_to_payload_copy() local
201 const unsigned copies_needed = DIV_ROUND_UP(payload_size, bytes_per_copy); in emit_shared_to_payload_copy()
206 nir_ssa_def *addr = nir_imul_imm(b, invocation_index, bytes_per_copy); in emit_shared_to_payload_copy()
217 unsigned const_off = bytes_per_copy * invocations * i; in emit_shared_to_payload_copy()

Completed in 2 milliseconds