Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/common/
Dac_llvm_build.h135 LLVMValueRef ac_build_vote_eq(struct ac_llvm_context *ctx, LLVMValueRef value);
Dac_llvm_build.c407 ac_build_vote_eq(struct ac_llvm_context *ctx, LLVMValueRef value) in ac_build_vote_eq() function
Dac_nir_to_llvm.c4563 LLVMValueRef tmp = ac_build_vote_eq(&ctx->ac, get_src(ctx, instr->src[0])); in visit_intrinsic()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c4227 LLVMValueRef tmp = ac_build_vote_eq(&ctx->ac, emit_data->args[0]); in vote_eq_emit()