Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_tess.c424 return ac_build_varying_gather_values(&ctx->ac, value, num_components, component); in si_nir_load_tcs_varyings()
460 return ac_build_varying_gather_values(&ctx->ac, value, num_components, component); in si_nir_load_input_tes()
Dsi_shader_llvm_gs.c111 return ac_build_varying_gather_values(&ctx->ac, value, num_components, component); in si_nir_load_input_gs()
/external/mesa3d/src/amd/llvm/
Dac_llvm_build.h188 LLVMValueRef ac_build_varying_gather_values(struct ac_llvm_context *ctx, LLVMValueRef *values,
Dac_llvm_build.c514 LLVMValueRef ac_build_varying_gather_values(struct ac_llvm_context *ctx, LLVMValueRef *values, in ac_build_varying_gather_values() function
Dac_nir_to_llvm.c3227 LLVMValueRef result = ac_build_varying_gather_values(&ctx->ac, values, count, component); in visit_load()
/external/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c542 result = ac_build_varying_gather_values(&ctx->ac, value, num_components, component); in load_tcs_varyings()
685 result = ac_build_varying_gather_values(&ctx->ac, value, num_components, component); in load_gs_input()