Searched refs:ac_build_varying_gather_values (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_tess.c410 return ac_build_varying_gather_values(&ctx->ac, value, num_components, component);
438 return ac_build_varying_gather_values(&ctx->ac, value, num_components, component);
470 return ac_build_varying_gather_values(&ctx->ac, value, num_components, component);
H A Dsi_shader_llvm_gs.c98 return ac_build_varying_gather_values(&ctx->ac, value, num_components, component);
H A Dsi_shader_llvm_vs.c268 return ac_build_varying_gather_values(&ctx->ac, values, num_components, component);
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_llvm_build.h166 ac_build_varying_gather_values(struct ac_llvm_context *ctx, LLVMValueRef *values,
H A Dac_nir_to_llvm.c2123 ret = ac_build_varying_gather_values(&ctx->ac, values, ve, comp);
3127 return ac_build_varying_gather_values(&ctx->ac, result, instr->num_components,
H A Dac_llvm_build.c511 ac_build_varying_gather_values(struct ac_llvm_context *ctx, LLVMValueRef *values, function in typeref:typename:LLVMValueRef
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.h191 LLVMValueRef ac_build_varying_gather_values(struct ac_llvm_context *ctx, LLVMValueRef *values,
H A Dac_llvm_build.c549 LLVMValueRef ac_build_varying_gather_values(struct ac_llvm_context *ctx, LLVMValueRef *values, function in typeref:typename:LLVMValueRef
H A Dac_nir_to_llvm.c3457 LLVMValueRef result = ac_build_varying_gather_values(&ctx->ac, values, count, component);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c1514 result = ac_build_varying_gather_values(&ctx->ac, value, num_components, component);
1689 result = ac_build_varying_gather_values(&ctx->ac, value, num_components, component);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.c1282 return ac_build_varying_gather_values(&ctx->ac, value, num_components, component);
1373 return ac_build_varying_gather_values(&ctx->ac, value, num_components, component);
1690 return ac_build_varying_gather_values(&ctx->ac, value, num_components, component);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c825 return ac_build_varying_gather_values(&ctx->ac, values, num_components, component);

Completed in 137 milliseconds