Searched refs:ac_build_expand (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_llvm_build.h | 206 LLVMValueRef ac_build_expand(struct ac_llvm_context *ctx, LLVMValueRef value,
|
H A D | ac_llvm_build.c | 625 LLVMValueRef ac_build_expand(struct ac_llvm_context *ctx, LLVMValueRef value, in ac_build_expand() function 676 return ac_build_expand(ctx, value, num_channels, 4); in ac_build_expand_to_vec4()
|
H A D | ac_nir_to_llvm.c | 2625 res = ac_build_expand(&ctx->ac, res, num_channels, args.tfe ? 5 : 4); in visit_image_load()
|
Completed in 18 milliseconds