Searched refs:conditional (Results 1 - 25 of 325) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_clear.h49 bool conditional; member in struct:zink_framebuffer_clear_data
115 return clear->has_scissor || clear->conditional;
/xsrc/external/mit/ctwm/dist/cmake_files/
H A Dmktar_support.cmake10 # because it turns out to require a lot more conditional code (changing
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_clip_unfilled.c95 GLuint conditional; local in function:cull_direction
101 conditional = BRW_CONDITIONAL_GE;
103 conditional = BRW_CONDITIONAL_L;
107 conditional,
123 GLuint conditional; local in function:copy_bfc
138 conditional = BRW_CONDITIONAL_GE;
140 conditional = BRW_CONDITIONAL_L;
144 conditional,
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_clip_unfilled.c95 GLuint conditional; local in function:cull_direction
101 conditional = BRW_CONDITIONAL_GE;
103 conditional = BRW_CONDITIONAL_L;
107 conditional,
123 GLuint conditional; local in function:copy_bfc
138 conditional = BRW_CONDITIONAL_GE;
140 conditional = BRW_CONDITIONAL_L;
144 conditional,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_liverange.cpp453 /* If the first write we encounter is not in a conditional branch, or
454 * the conditional write is not within a loop, then this is to be
457 const prog_scope *conditional = scope->enclosing_conditional(); local in function:r600::temp_comp_access::record_write
458 if (!conditional || !conditional->innermost_loop()) {
469 * then we assume conditional writes.
512 * established whether the write is (un-)conditional in the scope enclosing
598 * to this ELSE branch, hence the write is conditional.
650 /* A conditional write within a (nested) loop must survive the outermost
653 const prog_scope *conditional local in function:r600::temp_comp_access::get_required_live_range
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi_temprename.cpp176 /* This member variable tracks the current resolution of conditional writing
189 * the processing of the whole shader it also indicates a conditional write.
724 /* If the first write we encounter is not in a conditional branch, or
725 * the conditional write is not within a loop, then this is to be
728 const prog_scope *conditional = scope->enclosing_conditional(); local in function:__anone335a9c70110::temp_comp_access::record_write
729 if (!conditional || !conditional->innermost_loop()) {
740 * then we assume conditional writes.
783 * established whether the write is (un-)conditional in the scope enclosing
869 * to this ELSE branch, hence the write is conditional
924 const prog_scope *conditional = enclosing_scope_first_write->enclosing_conditional(); local in function:__anone335a9c70110::temp_comp_access::get_required_live_range
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.2.7.rst54 - intel/fs: Disable conditional discard optimization on Gen4 and Gen5
H A D10.1.2.rst55 - swrast: Add glBlitFramebuffer to commands affected by conditional
84 - i965: Add glBlitFramebuffer to commands affected by conditional
H A D13.0.1.rst70 - nir: add conditional discard optimisation (v4)
71 - radv: enable conditional discard optimisation on radv.
H A D19.0.2.rst89 - radv: skip updating depth/color metadata for conditional rendering
H A D7.10.3.rst253 - st/mesa: GenerateMipmap should not be killed by conditional rendering
254 - swrast: BlitFramebuffer should not be killed by conditional rendering
255 - st/mesa: BlitFramebuffer should not be killed by conditional
257 - st/mesa: CopyTex(Sub)Image should not be killed by conditional
259 - st/mesa: conditional rendering should not kill texture decompression
H A D21.3.2.rst37 - [GraphicsFuzz] dEQP-VK.graphicsfuzz.stable-binarysearch-tree-nested-if-and-conditional
H A D10.0.5.rst92 - svga: replace sampler assertion with conditional
H A D11.1.2.rst51 A conditional discard in a fragment shader causes no depth writing at
H A D13.0.2.rst146 conditional emit
H A D17.2.3.rst129 - st/glsl_to_tgsi: fix conditional assignments to packed shader outputs
H A D18.2.3.rst95 - intel: Don't propagate conditional modifiers if a UD source is
H A D18.2.5.rst118 - radv: disable conditional rendering for vkCmdCopyQueryPoolResults()
H A D19.2.3.rst60 - bin/gen_release_notes.py: fix conditional of bugfix
H A D20.0.7.rst42 - intel/compiler: Register coalesce doesn't move conditional modifiers
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi_temprename.cpp176 /* This member variable tracks the current resolution of conditional writing
189 * the processing of the whole shader it also indicates a conditional write.
724 /* If the first write we encounter is not in a conditional branch, or
725 * the conditional write is not within a loop, then this is to be
728 const prog_scope *conditional = scope->enclosing_conditional(); local in function:__anond2bc787a0110::temp_comp_access::record_write
729 if (!conditional || !conditional->innermost_loop()) {
740 * then we assume conditional writes.
783 * established whether the write is (un-)conditional in the scope enclosing
869 * to this ELSE branch, hence the write is conditional
924 const prog_scope *conditional = enclosing_scope_first_write->enclosing_conditional(); local in function:__anond2bc787a0110::temp_comp_access::get_required_live_range
[all...]
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_print.c173 !ins->branch.conditional)
178 if (!ins->branch.conditional)
H A Dmidgard_schedule.c47 * Instructions consuming conditionals (branches and conditional selects)
48 * require their condition to be written into the conditional register (r31)
370 * scheduled one). Excludes conditional branches and csel */
741 bool conditional = alu && !branch && OP_IS_CSEL(instructions[i]->op); local in function:mir_choose_instruction
742 conditional |= (branch && instructions[i]->branch.conditional);
744 if (conditional && no_cond)
757 best_conditional = conditional;
781 /* Once we schedule a conditional, we can't again */
864 * - Move the conditional int
[all...]
/xsrc/external/mit/xlogo/dist/
H A Dconfigure.ac45 # Ensure pkg-config is initialized, since first call to macros is conditional
/xsrc/external/mit/MesaLib/dist/src/freedreno/.gitlab-ci/traces/
H A Dafuc_test.asm112 ; Demonstrates/tests comparisons and conditional branches. This also
188 ; test preemptleave + iret + conditional branch w/ immed

Completed in 18 milliseconds

1234567891011>>