Searched refs:ac_build_gather_values (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/amd/common/ |
D | ac_llvm_util.h | 83 ac_build_gather_values(struct ac_llvm_context *ctx,
|
D | ac_llvm_util.c | 296 ac_build_gather_values(struct ac_llvm_context *ctx, in ac_build_gather_values() function 350 LLVMValueRef vec = ac_build_gather_values(ctx, c, 4); in build_cube_intrinsic()
|
D | ac_nir_to_llvm.c | 708 value = ac_build_gather_values(&ctx->ac, values, num_components); in get_alu_src() 1188 return ac_build_gather_values(&ctx->ac, result, 4); in emit_ddxy_interp() 1432 result = ac_build_gather_values(&ctx->ac, src, num_components); in visit_alu() 1959 ret = ac_build_gather_values(&ctx->ac, results, instr->num_components); in visit_load_ubo_buffer() 2043 return to_integer(ctx, ac_build_gather_values(&ctx->ac, values, ve)); in visit_load_var() 2063 return to_integer(ctx, ac_build_gather_values(&ctx->ac, values, ve)); in visit_load_var() 2084 return to_integer(ctx, ac_build_gather_values(&ctx->ac, values, ve)); in visit_load_var() 2101 return to_integer(ctx, ac_build_gather_values(&ctx->ac, values, ve)); in visit_load_var() 2304 res = ac_build_gather_values(&ctx->ac, coords, count); in get_image_coords() 2746 return ac_build_gather_values(&ctx->ac, result, 2); in load_sample_position() [all …]
|