Searched refs:ac_build_expand (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/docs/relnotes/ |
D | 18.2.4.rst | 63 - ac: Introduce ac_build_expand()
|
/third_party/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.h | 206 LLVMValueRef ac_build_expand(struct ac_llvm_context *ctx, LLVMValueRef value,
|
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()
|
D | ac_nir_to_llvm.c | 2625 res = ac_build_expand(&ctx->ac, res, num_channels, args.tfe ? 5 : 4); in visit_image_load()
|