Searched refs:ac_build_expand_to_vec4 (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_llvm_build.h180 LLVMValueRef ac_build_expand_to_vec4(struct ac_llvm_context *ctx,
H A Dac_nir_to_llvm.c2497 res = ac_build_expand_to_vec4(&ctx->ac, res, num_channels);
2548 src = ac_build_expand_to_vec4(&ctx->ac, src, 3);
H A Dac_llvm_build.c613 LLVMValueRef ac_build_expand_to_vec4(struct ac_llvm_context *ctx, function in typeref:typename:LLVMValueRef
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.h208 LLVMValueRef ac_build_expand_to_vec4(struct ac_llvm_context *ctx, LLVMValueRef value,
H A Dac_llvm_build.c669 LLVMValueRef ac_build_expand_to_vec4(struct ac_llvm_context *ctx, LLVMValueRef value, function in typeref:typename:LLVMValueRef
H A Dac_nir_to_llvm.c2655 src = ac_build_expand_to_vec4(&ctx->ac, src, 3);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_mem.c576 ac_build_expand_to_vec4(&ctx->ac, result, num_channels);
1380 ac_build_expand_to_vec4(&ctx->ac, result, num_channels);
H A Dsi_shader.c608 input[i] = ac_build_expand_to_vec4(&ctx->ac, input[i], num_channels);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm.c484 ctx->abi.user_data = ac_build_expand_to_vec4(&ctx->ac, ctx->abi.user_data,
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.1.0.rst4271 - ac: make use of ac_build_expand_to_vec4() in visit_image_store()

Completed in 48 milliseconds