Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/common/
Dac_shader_args.h133 struct ac_arg pull_model; member
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader_args.c417 ac_add_arg(&args->ac, AC_ARG_VGPR, 3, AC_ARG_INT, &args->ac.pull_model); in declare_ps_input_vgprs()
/third_party/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c3397 return LLVMBuildBitCast(ctx->ac.builder, ac_get_arg(&ctx->ac, ctx->args->pull_model), in barycentric_model()
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp8263 Temp model = get_arg(ctx, ctx->args->ac.pull_model); in visit_intrinsic()