Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c97 emit_triop(struct ntv_context *ctx, SpvOp op, SpvId type,
758 return emit_triop(ctx, SpvOpSelect, type, cond, if_true, if_false); in emit_select()
999 emit_triop(struct ntv_context *ctx, SpvOp op, SpvId type, in emit_triop() function