Home
last modified time | relevance | path

Searched refs:ac_build_expand (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/docs/relnotes/
D18.2.4.rst63 - ac: Introduce ac_build_expand()
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.h206 LLVMValueRef ac_build_expand(struct ac_llvm_context *ctx, LLVMValueRef value,
Dac_llvm_build.c625 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()
Dac_nir_to_llvm.c2625 res = ac_build_expand(&ctx->ac, res, num_channels, args.tfe ? 5 : 4); in visit_image_load()