Lines Matching defs:opcode

520    const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, intr);
521 if (!opcode)
525 opcode,
541 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, intr);
542 if (!opcode)
546 opcode,
565 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, intr);
566 if (!opcode)
570 opcode,
591 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, intr);
592 if (!opcode)
596 opcode,
613 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod,
615 if (!opcode)
619 opcode,
635 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod,
637 if (!opcode)
641 opcode,
656 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod,
658 if (!opcode)
662 opcode
676 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod,
678 if (!opcode)
682 opcode,
699 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod,
701 const struct dxil_value *args[] = { opcode, handle, coord[0], coord[1] };
719 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod,
722 opcode, handle, coord[0], coord[1],
743 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod,
745 const struct dxil_value *args[] = { opcode, handle,
766 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod,
769 opcode, handle, coord[0], coord[1], coord[2],
790 const struct dxil_value *opcode =
795 opcode, handle, atomic_op_value,
815 const struct dxil_value *opcode =
818 opcode, handle, coord[0], coord[1], coord[2], cmpval, newval
831 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, DXIL_INTR_CREATE_HANDLE);
835 if (!opcode || !resource_class_value || !resource_range_id_value ||
840 opcode,
1825 enum dxil_bin_opcode opcode,
1834 const struct dxil_value *v = dxil_emit_binop(&ctx->mod, opcode, op0, op1, flags);
1843 enum dxil_bin_opcode opcode,
1857 dxil_emit_binop(&ctx->mod, opcode, op0, op1, 0);
1979 enum dxil_cast_opcode opcode = get_cast_op(alu);
1985 switch (opcode) {
2000 const struct dxil_value *v = dxil_emit_cast(&ctx->mod, opcode, type,
2209 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, DXIL_INTR_LEGACY_F16TOF32);
2210 if (!opcode)
2214 opcode,
2234 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, DXIL_INTR_LEGACY_F32TOF16);
2235 if (!opcode)
2239 opcode,
2291 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, DXIL_INTR_MAKE_DOUBLE);
2292 if (!opcode)
2296 opcode,
2317 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, DXIL_INTR_SPLIT_DOUBLE);
2318 if (!opcode)
2322 opcode,
2518 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, DXIL_INTR_CBUFFER_LOAD_LEGACY);
2519 if (!opcode)
2523 opcode, handle, offset
2535 const struct dxil_value *opcode, *mode;
2556 opcode = dxil_module_get_int32_const(&ctx->mod, DXIL_INTR_BARRIER);
2557 if (!opcode)
2564 const struct dxil_value *args[] = { opcode, mode };
2710 const struct dxil_value *opcode =
2712 if (!opcode)
2715 const struct dxil_value *args[] = {opcode};
2758 const struct dxil_value *opcode =
2760 if (!opcode)
2771 const struct dxil_value *args[] = { opcode, component };
3172 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, is_patch_constant ?
3236 opcode, output_id, row, col, value
3282 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, opcode_val);
3283 if (!opcode)
3373 opcode, input_id, row, comp, vertex_id
3568 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, DXIL_INTR_DISCARD);
3569 if (!opcode)
3573 opcode,
3604 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, DXIL_INTR_EMIT_STREAM);
3606 if (!opcode || !stream_id)
3610 opcode,
3624 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, DXIL_INTR_CUT_STREAM);
3626 if (!opcode || !stream_id)
3630 opcode,
4163 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, DXIL_INTR_RENDER_TARGET_GET_SAMPLE_POSITION);
4164 if (!opcode)
4168 opcode,
4694 enum dxil_intr opcode;
4699 opcode = DXIL_INTR_SAMPLE_CMP;
4703 opcode = DXIL_INTR_SAMPLE_CMP_LVL_ZERO;
4711 dxil_module_get_int32_const(&ctx->mod, opcode),