Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_build.h192 LLVMValueRef ac_build_varying_gather_values(struct ac_llvm_context *ctx, LLVMValueRef *values,
H A Dac_nir_to_llvm.c3503 LLVMValueRef result = ac_build_varying_gather_values(&ctx->ac, values, count, component); in visit_load()
H A Dac_llvm_build.c557 LLVMValueRef ac_build_varying_gather_values(struct ac_llvm_context *ctx, LLVMValueRef *values, in ac_build_varying_gather_values() function
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_tess.c280 return ac_build_varying_gather_values(&ctx->ac, value, num_components, component); in si_nir_load_tcs_varyings()
H A Dsi_shader_llvm_vs.c268 return ac_build_varying_gather_values(&ctx->ac, values, num_components, component); in si_load_vs_input()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_to_llvm.c517 return ac_build_varying_gather_values(&ctx->ac, values, num_components, component); in radv_load_vs_inputs()

Completed in 22 milliseconds