| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_clear.h | 49 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 D | mktar_support.cmake | 10 # because it turns out to require a lot more conditional code (changing
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_clip_unfilled.c | 95 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 D | brw_clip_unfilled.c | 95 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 D | sfn_liverange.cpp | 453 /* 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 D | st_glsl_to_tgsi_temprename.cpp | 176 /* 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 D | 19.2.7.rst | 54 - intel/fs: Disable conditional discard optimization on Gen4 and Gen5
|
| H A D | 10.1.2.rst | 55 - swrast: Add glBlitFramebuffer to commands affected by conditional 84 - i965: Add glBlitFramebuffer to commands affected by conditional
|
| H A D | 13.0.1.rst | 70 - nir: add conditional discard optimisation (v4) 71 - radv: enable conditional discard optimisation on radv.
|
| H A D | 19.0.2.rst | 89 - radv: skip updating depth/color metadata for conditional rendering
|
| H A D | 7.10.3.rst | 253 - 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 D | 21.3.2.rst | 37 - [GraphicsFuzz] dEQP-VK.graphicsfuzz.stable-binarysearch-tree-nested-if-and-conditional
|
| H A D | 10.0.5.rst | 92 - svga: replace sampler assertion with conditional
|
| H A D | 11.1.2.rst | 51 A conditional discard in a fragment shader causes no depth writing at
|
| H A D | 13.0.2.rst | 146 conditional emit
|
| H A D | 17.2.3.rst | 129 - st/glsl_to_tgsi: fix conditional assignments to packed shader outputs
|
| H A D | 18.2.3.rst | 95 - intel: Don't propagate conditional modifiers if a UD source is
|
| H A D | 18.2.5.rst | 118 - radv: disable conditional rendering for vkCmdCopyQueryPoolResults()
|
| H A D | 19.2.3.rst | 60 - bin/gen_release_notes.py: fix conditional of bugfix
|
| H A D | 20.0.7.rst | 42 - intel/compiler: Register coalesce doesn't move conditional modifiers
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi_temprename.cpp | 176 /* 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 D | midgard_print.c | 173 !ins->branch.conditional) 178 if (!ins->branch.conditional)
|
| H A D | midgard_schedule.c | 47 * 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 D | configure.ac | 45 # Ensure pkg-config is initialized, since first call to macros is conditional
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/.gitlab-ci/traces/ |
| H A D | afuc_test.asm | 112 ; Demonstrates/tests comparisons and conditional branches. This also 188 ; test preemptleave + iret + conditional branch w/ immed
|