Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c90 emit_unop(struct ntv_context *ctx, SpvOp op, SpvId type, SpvId src);
772 return emit_unop(ctx, SpvOpBitcast, type, value); in emit_bitcast()
845 emit_unop(struct ntv_context *ctx, SpvOp op, SpvId type, SpvId src) in emit_unop() function
970 result = emit_unop(ctx, SpvOpBitcast, type, result); in emit_so_outputs()
1195 result = emit_unop(ctx, spirv_op, dest_type, src[0]); \ in emit_alu()
1215 result = emit_unop(ctx, SpvOpLogicalNot, dest_type, src[0]); in emit_alu()
1217 result = emit_unop(ctx, SpvOpNot, dest_type, src[0]); in emit_alu()
1420 result = emit_unop(ctx, SpvOpAny, dest_type, result); in emit_alu()
1436 result = emit_unop(ctx, SpvOpAll, dest_type, result); in emit_alu()
1452 result = emit_unop(ctx, SpvOpAny, dest_type, result); in emit_alu()
[all …]