Searched refs:ac_build_phi (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/amd/common/ |
D | ac_llvm_build.h | 122 ac_build_phi(struct ac_llvm_context *ctx, LLVMTypeRef type,
|
D | ac_llvm_build.c | 313 ac_build_phi(struct ac_llvm_context *ctx, LLVMTypeRef type, in ac_build_phi() function
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_tgsi_mem.c | 1757 half_texel[c] = ac_build_phi(&ctx->ac, ctx->f32, 2, in si_lower_gather4_integer()
|
D | si_shader.c | 3318 rel_patch_id = ac_build_phi(&ctx->ac, ctx->i32, 2, values, blocks); in si_llvm_emit_tcs_epilogue() 3322 tf_lds_offset = ac_build_phi(&ctx->ac, ctx->i32, 2, values, blocks); in si_llvm_emit_tcs_epilogue() 3326 invocation_id = ac_build_phi(&ctx->ac, ctx->i32, 2, values, blocks); in si_llvm_emit_tcs_epilogue()
|