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

/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_shader_args.h122 struct ac_arg ancillary; member in struct:ac_shader_args
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_shader_abi.h63 LLVMValueRef ancillary; member in struct:ac_shader_abi
H A Dac_nir_to_llvm.c3206 result = ac_unpack_param(&ctx->ac, ctx->abi->ancillary, 8, 4);
/xsrc/external/mit/MesaLib/dist/docs/
H A Dxlibdriver.rst162 Mesa associates a set of ancillary (depth, accumulation, stencil and
163 alpha) buffers with each X window it draws into. These ancillary buffers
166 destroyed in order to free the ancillary buffers.
173 deallocate the ancillary buffers by calling glxReleaseBuffersMESA() just
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_ps.c31 return si_unpack_param(ctx, ctx->args.ancillary, 8, 4);
87 args.coords[chan++] = si_unpack_param(ctx, ctx->args.ancillary, 16, 11);
630 struct ac_arg ancillary; local in function:si_llvm_build_ps_prolog
635 arg = &ancillary;
840 LLVMValueRef sampleid = si_unpack_param(ctx, ancillary, 8, 4);
H A Dsi_shader.c668 si_add_arg_checked(&ctx->args, AC_ARG_VGPR, 1, AC_ARG_INT, &ctx->args.ancillary,
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_shader_args.c402 ac_add_arg(&args->ac, AC_ARG_VGPR, 1, AC_ARG_INT, &args->ac.ancillary);
H A Dradv_nir_to_llvm.c288 sample_id = ac_unpack_param(&ctx->ac, ac_get_arg(&ctx->ac, ctx->args->ac.ancillary), 8, 4);
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_nir_to_llvm.c3511 x_rate = ac_unpack_param(&ctx->ac, ac_get_arg(&ctx->ac, ctx->args->ancillary), 2, 2);
3512 y_rate = ac_unpack_param(&ctx->ac, ac_get_arg(&ctx->ac, ctx->args->ancillary), 4, 2);
3548 LLVMValueRef x_rate = ac_unpack_param(&ctx->ac, ac_get_arg(&ctx->ac, ctx->args->ancillary), 2, 2);
3658 result = ac_unpack_param(&ctx->ac, ac_get_arg(&ctx->ac, ctx->args->ancillary), 8, 4);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c1191 add_arg(&args, ARG_VGPR, ctx->ac.i32, &ctx->abi.ancillary);
1801 sample_id = ac_unpack_param(&ctx->ac, abi->ancillary, 8, 4);
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp4826 bld.vop3(aco_opcode::v_bfe_u32, bld.def(v1), get_arg(ctx, ctx->args->ac.ancillary),
4854 Temp x_rate = bld.vop3(aco_opcode::v_bfe_u32, bld.def(v1), get_arg(ctx, ctx->args->ac.ancillary),
4856 Temp y_rate = bld.vop3(aco_opcode::v_bfe_u32, bld.def(v1), get_arg(ctx, ctx->args->ac.ancillary),
7351 bld.vop3(aco_opcode::v_bfe_u32, bld.def(v1), get_arg(ctx, ctx->args->ac.ancillary),
8333 get_arg(ctx, ctx->args->ac.ancillary), Operand::c32(8u), Operand::c32(4u));
/xsrc/external/mit/xorg-server.old/dist/
H A Dconfigure.ac553 [Directory where ancillary server config files are installed (default: ${libdir}/xorg)]),
H A Dconfigure2034 Directory where ancillary server config files are
[all...]
/xsrc/external/mit/xorg-server/dist/
H A Dconfigure.ac498 [Directory where ancillary server config files are installed (default: ${libdir}/xorg)]),
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.c4833 &ctx->abi.ancillary, SI_PARAM_ANCILLARY);

Completed in 101 milliseconds