Home
last modified time | relevance | path

Searched refs:any_w_negative (Results 1 – 21 of 21) sorted by relevance

/dports/lang/clover/mesa-21.3.6/src/amd/common/
H A Dac_nir_cull.c36 nir_ssa_def *any_w_negative; member
45 w_info->any_w_negative = nir_imm_bool(b, false); in analyze_position_w()
50 w_info->any_w_negative = nir_ior(b, neg_w, w_info->any_w_negative); in analyze_position_w()
54 w_info->all_w_positive = nir_inot(b, w_info->any_w_negative); in analyze_position_w()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/amd/common/
H A Dac_nir_cull.c36 nir_ssa_def *any_w_negative; member
45 w_info->any_w_negative = nir_imm_bool(b, false); in analyze_position_w()
50 w_info->any_w_negative = nir_ior(b, neg_w, w_info->any_w_negative); in analyze_position_w()
54 w_info->all_w_positive = nir_inot(b, w_info->any_w_negative); in analyze_position_w()
/dports/graphics/libosmesa/mesa-21.3.6/src/amd/common/
H A Dac_nir_cull.c36 nir_ssa_def *any_w_negative; member
45 w_info->any_w_negative = nir_imm_bool(b, false); in analyze_position_w()
50 w_info->any_w_negative = nir_ior(b, neg_w, w_info->any_w_negative); in analyze_position_w()
54 w_info->all_w_positive = nir_inot(b, w_info->any_w_negative); in analyze_position_w()
/dports/graphics/mesa-libs/mesa-21.3.6/src/amd/common/
H A Dac_nir_cull.c36 nir_ssa_def *any_w_negative; member
45 w_info->any_w_negative = nir_imm_bool(b, false); in analyze_position_w()
50 w_info->any_w_negative = nir_ior(b, neg_w, w_info->any_w_negative); in analyze_position_w()
54 w_info->all_w_positive = nir_inot(b, w_info->any_w_negative); in analyze_position_w()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/amd/common/
H A Dac_nir_cull.c36 nir_ssa_def *any_w_negative; member
45 w_info->any_w_negative = nir_imm_bool(b, false); in analyze_position_w()
50 w_info->any_w_negative = nir_ior(b, neg_w, w_info->any_w_negative); in analyze_position_w()
54 w_info->all_w_positive = nir_inot(b, w_info->any_w_negative); in analyze_position_w()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/amd/common/
H A Dac_nir_cull.c36 nir_ssa_def *any_w_negative; member
45 w_info->any_w_negative = nir_imm_bool(b, false); in analyze_position_w()
50 w_info->any_w_negative = nir_ior(b, neg_w, w_info->any_w_negative); in analyze_position_w()
54 w_info->all_w_positive = nir_inot(b, w_info->any_w_negative); in analyze_position_w()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/amd/common/
H A Dac_nir_cull.c36 nir_ssa_def *any_w_negative; member
45 w_info->any_w_negative = nir_imm_bool(b, false); in analyze_position_w()
50 w_info->any_w_negative = nir_ior(b, neg_w, w_info->any_w_negative); in analyze_position_w()
54 w_info->all_w_positive = nir_inot(b, w_info->any_w_negative); in analyze_position_w()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/amd/common/
H A Dac_nir_cull.c36 nir_ssa_def *any_w_negative; member
45 w_info->any_w_negative = nir_imm_bool(b, false); in analyze_position_w()
50 w_info->any_w_negative = nir_ior(b, neg_w, w_info->any_w_negative); in analyze_position_w()
54 w_info->all_w_positive = nir_inot(b, w_info->any_w_negative); in analyze_position_w()
/dports/graphics/mesa-dri/mesa-21.3.6/src/amd/common/
H A Dac_nir_cull.c36 nir_ssa_def *any_w_negative; member
45 w_info->any_w_negative = nir_imm_bool(b, false); in analyze_position_w()
50 w_info->any_w_negative = nir_ior(b, neg_w, w_info->any_w_negative); in analyze_position_w()
54 w_info->all_w_positive = nir_inot(b, w_info->any_w_negative); in analyze_position_w()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/amd/common/
H A Dac_nir_cull.c36 nir_ssa_def *any_w_negative; member
45 w_info->any_w_negative = nir_imm_bool(b, false); in analyze_position_w()
50 w_info->any_w_negative = nir_ior(b, neg_w, w_info->any_w_negative); in analyze_position_w()
54 w_info->all_w_positive = nir_inot(b, w_info->any_w_negative); in analyze_position_w()
/dports/lang/clover/mesa-21.3.6/src/amd/llvm/
H A Dac_llvm_cull.c51 LLVMValueRef any_w_negative; member
61 w->any_w_negative = ctx->i1false; in ac_analyze_position_w()
69 w->any_w_negative = LLVMBuildOr(builder, w->any_w_negative, neg_w, ""); in ac_analyze_position_w()
205 accepted = LLVMBuildOr(builder, accepted, w->any_w_negative, ""); in cull_bbox()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/amd/llvm/
H A Dac_llvm_cull.c51 LLVMValueRef any_w_negative; member
61 w->any_w_negative = ctx->i1false; in ac_analyze_position_w()
69 w->any_w_negative = LLVMBuildOr(builder, w->any_w_negative, neg_w, ""); in ac_analyze_position_w()
205 accepted = LLVMBuildOr(builder, accepted, w->any_w_negative, ""); in cull_bbox()
/dports/graphics/libosmesa/mesa-21.3.6/src/amd/llvm/
H A Dac_llvm_cull.c51 LLVMValueRef any_w_negative; member
61 w->any_w_negative = ctx->i1false; in ac_analyze_position_w()
69 w->any_w_negative = LLVMBuildOr(builder, w->any_w_negative, neg_w, ""); in ac_analyze_position_w()
205 accepted = LLVMBuildOr(builder, accepted, w->any_w_negative, ""); in cull_bbox()
/dports/graphics/mesa-libs/mesa-21.3.6/src/amd/llvm/
H A Dac_llvm_cull.c51 LLVMValueRef any_w_negative; member
61 w->any_w_negative = ctx->i1false; in ac_analyze_position_w()
69 w->any_w_negative = LLVMBuildOr(builder, w->any_w_negative, neg_w, ""); in ac_analyze_position_w()
205 accepted = LLVMBuildOr(builder, accepted, w->any_w_negative, ""); in cull_bbox()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/amd/llvm/
H A Dac_llvm_cull.c51 LLVMValueRef any_w_negative; member
61 w->any_w_negative = ctx->i1false; in ac_analyze_position_w()
69 w->any_w_negative = LLVMBuildOr(builder, w->any_w_negative, neg_w, ""); in ac_analyze_position_w()
205 accepted = LLVMBuildOr(builder, accepted, w->any_w_negative, ""); in cull_bbox()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/amd/llvm/
H A Dac_llvm_cull.c51 LLVMValueRef any_w_negative; member
61 w->any_w_negative = ctx->i1false; in ac_analyze_position_w()
69 w->any_w_negative = LLVMBuildOr(builder, w->any_w_negative, neg_w, ""); in ac_analyze_position_w()
205 accepted = LLVMBuildOr(builder, accepted, w->any_w_negative, ""); in cull_bbox()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/amd/llvm/
H A Dac_llvm_cull.c51 LLVMValueRef any_w_negative; member
61 w->any_w_negative = ctx->i1false; in ac_analyze_position_w()
69 w->any_w_negative = LLVMBuildOr(builder, w->any_w_negative, neg_w, ""); in ac_analyze_position_w()
205 accepted = LLVMBuildOr(builder, accepted, w->any_w_negative, ""); in cull_bbox()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/amd/llvm/
H A Dac_llvm_cull.c51 LLVMValueRef any_w_negative; member
61 w->any_w_negative = ctx->i1false; in ac_analyze_position_w()
69 w->any_w_negative = LLVMBuildOr(builder, w->any_w_negative, neg_w, ""); in ac_analyze_position_w()
205 accepted = LLVMBuildOr(builder, accepted, w->any_w_negative, ""); in cull_bbox()
/dports/graphics/mesa-dri/mesa-21.3.6/src/amd/llvm/
H A Dac_llvm_cull.c51 LLVMValueRef any_w_negative; member
61 w->any_w_negative = ctx->i1false; in ac_analyze_position_w()
69 w->any_w_negative = LLVMBuildOr(builder, w->any_w_negative, neg_w, ""); in ac_analyze_position_w()
205 accepted = LLVMBuildOr(builder, accepted, w->any_w_negative, ""); in cull_bbox()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/amd/llvm/
H A Dac_llvm_cull.c50 LLVMValueRef any_w_negative; member
61 w->any_w_negative = ctx->i1false; in ac_analyze_position_w()
69 w->any_w_negative = LLVMBuildOr(builder, w->any_w_negative, neg_w, ""); in ac_analyze_position_w()
72 w->all_w_positive = LLVMBuildNot(builder, w->any_w_negative, ""); in ac_analyze_position_w()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/amd/llvm/
H A Dac_llvm_cull.c51 LLVMValueRef any_w_negative; member
61 w->any_w_negative = ctx->i1false; in ac_analyze_position_w()
69 w->any_w_negative = LLVMBuildOr(builder, w->any_w_negative, neg_w, ""); in ac_analyze_position_w()
312 accepted = LLVMBuildOr(builder, accepted, w->any_w_negative, ""); in cull_bbox()