Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
H A Daco_assembler.cpp61 int subvector_begin_pos = -1; member
127 assert(ctx.subvector_begin_pos == -1); in emit_instruction()
128 ctx.subvector_begin_pos = out.size(); in emit_instruction()
131 assert(ctx.subvector_begin_pos != -1); in emit_instruction()
133 out[ctx.subvector_begin_pos] |= (out.size() - ctx.subvector_begin_pos); in emit_instruction()
135 sopk.imm = (uint16_t)(ctx.subvector_begin_pos - (int)out.size()); in emit_instruction()
136 ctx.subvector_begin_pos = -1; in emit_instruction()

Completed in 3 milliseconds