| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| H A D | ac_shader_args.h | 122 struct ac_arg ancillary; member in struct:ac_shader_args
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_shader_abi.h | 63 LLVMValueRef ancillary; member in struct:ac_shader_abi
|
| H A D | ac_nir_to_llvm.c | 3206 result = ac_unpack_param(&ctx->ac, ctx->abi->ancillary, 8, 4);
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | xlibdriver.rst | 162 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 D | si_shader_llvm_ps.c | 31 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 D | si_shader.c | 668 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 D | radv_shader_args.c | 402 ac_add_arg(&args->ac, AC_ARG_VGPR, 1, AC_ARG_INT, &args->ac.ancillary);
|
| H A D | radv_nir_to_llvm.c | 288 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 D | ac_nir_to_llvm.c | 3511 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 D | radv_nir_to_llvm.c | 1191 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 D | aco_instruction_selection.cpp | 4826 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 D | configure.ac | 553 [Directory where ancillary server config files are installed (default: ${libdir}/xorg)]),
|
| H A D | configure | 2034 Directory where ancillary server config files are [all...] |
| /xsrc/external/mit/xorg-server/dist/ |
| H A D | configure.ac | 498 [Directory where ancillary server config files are installed (default: ${libdir}/xorg)]),
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader.c | 4833 &ctx->abi.ancillary, SI_PARAM_ANCILLARY);
|