Lines Matching defs:args

524    const struct dxil_value *args[] = {
529 return dxil_emit_call(&ctx->mod, func, args, ARRAY_SIZE(args));
545 const struct dxil_value *args[] = {
551 return dxil_emit_call(&ctx->mod, func, args, ARRAY_SIZE(args));
569 const struct dxil_value *args[] = {
576 return dxil_emit_call(&ctx->mod, func, args, ARRAY_SIZE(args));
595 const struct dxil_value *args[] = {
603 return dxil_emit_call(&ctx->mod, func, args, ARRAY_SIZE(args));
618 const struct dxil_value *args[] = {
623 return dxil_emit_call(&ctx->mod, func, args, ARRAY_SIZE(args));
640 const struct dxil_value *args[] = {
645 return dxil_emit_call(&ctx->mod, func, args, ARRAY_SIZE(args));
661 const struct dxil_value *args[] = {
665 return dxil_emit_call(&ctx->mod, func, args, ARRAY_SIZE(args));
681 const struct dxil_value *args[] = {
686 return dxil_emit_call(&ctx->mod, func, args, ARRAY_SIZE(args));
701 const struct dxil_value *args[] = { opcode, handle, coord[0], coord[1] };
703 return dxil_emit_call(&ctx->mod, func, args, ARRAY_SIZE(args));
721 const struct dxil_value *args[] = {
728 args, ARRAY_SIZE(args));
745 const struct dxil_value *args[] = { opcode, handle,
750 return dxil_emit_call(&ctx->mod, func, args, ARRAY_SIZE(args));
768 const struct dxil_value *args[] = {
775 args, ARRAY_SIZE(args));
794 const struct dxil_value *args[] = {
799 return dxil_emit_call(&ctx->mod, func, args, ARRAY_SIZE(args));
817 const struct dxil_value *args[] = {
821 return dxil_emit_call(&ctx->mod, func, args, ARRAY_SIZE(args));
839 const struct dxil_value *args[] = {
853 return dxil_emit_call(&ctx->mod, func, args, ARRAY_SIZE(args));
2213 const struct dxil_value *args[] = {
2218 const struct dxil_value *v = dxil_emit_call(&ctx->mod, func, args, ARRAY_SIZE(args));
2238 const struct dxil_value *args[] = {
2243 const struct dxil_value *v = dxil_emit_call(&ctx->mod, func, args, ARRAY_SIZE(args));
2248 args[1] = val1;
2249 const struct dxil_value *v_high = dxil_emit_call(&ctx->mod, func, args, ARRAY_SIZE(args));
2295 const struct dxil_value *args[3] = {
2300 if (!args[1] || !args[2])
2303 const struct dxil_value *v = dxil_emit_call(&ctx->mod, func, args, ARRAY_SIZE(args));
2321 const struct dxil_value *args[] = {
2325 if (!args[1])
2328 const struct dxil_value *v = dxil_emit_call(&ctx->mod, func, args, ARRAY_SIZE(args));
2522 const struct dxil_value *args[] = {
2529 return dxil_emit_call(&ctx->mod, func, args, ARRAY_SIZE(args));
2564 const struct dxil_value *args[] = { opcode, mode };
2567 args, ARRAY_SIZE(args));
2715 const struct dxil_value *args[] = {opcode};
2717 return dxil_emit_call(&ctx->mod, func, args, ARRAY_SIZE(args));
2771 const struct dxil_value *args[] = { opcode, component };
2774 dxil_emit_call(&ctx->mod, func, args, ARRAY_SIZE(args));
3235 const struct dxil_value *args[] = {
3238 success &= dxil_emit_call_void(&ctx->mod, func, args, ARRAY_SIZE(args));
3372 const struct dxil_value *args[] = {
3376 unsigned num_args = ARRAY_SIZE(args) - (is_patch_constant ? 1 : 0);
3377 const struct dxil_value *retval = dxil_emit_call(&ctx->mod, func, args, num_args);
3390 const struct dxil_value *args[6] = { 0 };
3405 args[i + 4] = dxil_emit_cast(&ctx->mod, DXIL_CAST_FPTOSI,
3413 args[4] = args[5] = dxil_module_get_int32_const(&ctx->mod, 0);
3419 args[4] = get_src(ctx, &barycentric->src[0], 0, nir_type_int);
3429 args[0] = dxil_module_get_int32_const(&ctx->mod, opcode_val);
3430 args[1] = dxil_module_get_int32_const(&ctx->mod, nir_intrinsic_base(intr));
3431 args[2] = get_src(ctx, &intr->src[1], 0, nir_type_int);
3459 args[3] = dxil_module_get_int8_const(&ctx->mod, i + base_component);
3461 const struct dxil_value *retval = dxil_emit_call(&ctx->mod, func, args, num_args);
3572 const struct dxil_value *args[] = {
3581 return dxil_emit_call_void(&ctx->mod, func, args, ARRAY_SIZE(args));
3609 const struct dxil_value *args[] = {
3618 return dxil_emit_call_void(&ctx->mod, func, args, ARRAY_SIZE(args));
3629 const struct dxil_value *args[] = {
3638 return dxil_emit_call_void(&ctx->mod, func, args, ARRAY_SIZE(args));
3877 const struct dxil_value *args[] = {
3883 return dxil_emit_call(&ctx->mod, func, args, ARRAY_SIZE(args));
4167 const struct dxil_value *args[] = {
4171 if (!args[1])
4174 const struct dxil_value *v = dxil_emit_call(&ctx->mod, func, args, ARRAY_SIZE(args));
4639 const struct dxil_value *args[11] = {
4647 return dxil_emit_call(&ctx->mod, func, args, ARRAY_SIZE(args));
4659 const struct dxil_value *args[12] = {
4667 return dxil_emit_call(&ctx->mod, func, args, ARRAY_SIZE(args));
4679 const struct dxil_value *args[11] = {
4687 return dxil_emit_call(&ctx->mod, func, args, ARRAY_SIZE(args));
4710 const struct dxil_value *args[12] = {
4718 return dxil_emit_call(&ctx->mod, func, args, numparam);
4728 const struct dxil_value *args[17] = {
4738 return dxil_emit_call(&ctx->mod, func, args, ARRAY_SIZE(args));
4751 const struct dxil_value *args[] = {
4758 return dxil_emit_call(&ctx->mod, func, args, ARRAY_SIZE(args));
4768 const struct dxil_value *args[] = {
4778 return dxil_emit_call(&ctx->mod, func, args, ARRAY_SIZE(args));
4789 const struct dxil_value *args[] = {
4804 return dxil_emit_call(&ctx->mod, func, args, ARRAY_SIZE(args) - (params->cmp ? 0 : 1));