| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | opt_dead_code_local.cpp | 27 * Eliminates local dead assignments from the code. 29 * This operates on basic blocks, tracking assignments and finding if 33 * for assignments to variables that are never read. 71 kill_for_derefs_visitor(exec_list *assignments) argument 73 this->assignments = assignments; 78 foreach_in_list_safe(assignment_entry, entry, this->assignments) { 128 foreach_in_list_safe(assignment_entry, entry, this->assignments) { 140 exec_list *assignments; member in class:__anonb614897c0110::kill_for_derefs_visitor 172 process_assignment(void *lin_ctx, ir_assignment *ir, exec_list *assignments) argument 315 exec_list assignments; local in function:dead_code_local_basic_block [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | opt_dead_code_local.cpp | 27 * Eliminates local dead assignments from the code. 29 * This operates on basic blocks, tracking assignments and finding if 33 * for assignments to variables that are never read. 69 kill_for_derefs_visitor(exec_list *assignments) argument 71 this->assignments = assignments; 76 foreach_in_list_safe(assignment_entry, entry, this->assignments) { 126 foreach_in_list_safe(assignment_entry, entry, this->assignments) { 138 exec_list *assignments; member in class:__anon112b9f490110::kill_for_derefs_visitor 170 process_assignment(void *lin_ctx, ir_assignment *ir, exec_list *assignments) argument 313 exec_list assignments; local in function:dead_code_local_basic_block [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_register_allocation.cpp | 67 std::vector<assignment> assignments; member in struct:aco::__anon1a58e4b40110::ra_ctx 84 : program(program_), assignments(program->peekAllocationId()), 436 /* print assignments ordered by registers */ 440 auto reg = ctx.assignments[size_id.second].reg; 747 ctx.assignments[def.tempId()].reg = def.physReg(); 762 ctx.assignments[other.second.tempId()].reg = other.second.physReg(); 784 ctx.assignments.emplace_back(copy.second.physReg(), copy.second.regClass()); 785 assert(ctx.assignments.size() == ctx.program->peekAllocationId()); 958 assignment& var = ctx.assignments[id]; 964 assignment& var = ctx.assignments[i [all...] |
| H A D | aco_validate.cpp | 865 std::map<unsigned, Assignment> assignments; local in function:aco::validate_ra 886 if (assignments.count(op.tempId()) && assignments[op.tempId()].reg != op.physReg()) 888 ra_fail(program, loc, assignments.at(op.tempId()).firstloc, 895 err |= ra_fail(program, loc, assignments.at(op.tempId()).firstloc, 903 if (!assignments[op.tempId()].firstloc.block) 904 assignments[op.tempId()].firstloc = loc; 905 if (!assignments[op.tempId()].defloc.block) 906 assignments[op.tempId()].reg = op.physReg(); 916 if (assignments[de [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 10.0.3.rst | 50 Compiler rejects chained assignments involving array dereferences 133 - glsl: Fix chained assignments of vector channels.
|
| H A D | 10.6.6.rst | 98 - st/mesa: fix assignments with 4-operand arguments (i.e. BFI)
|
| 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 | 82 - glsl: fix array assignments of a swizzled vector
|
| H A D | 17.1.6.rst | 141 - nir: Use nir_src_copy instead of direct assignments.
|
| H A D | 21.2.2.rst | 88 - panfrost: Remove writer = NULL assignments
|
| H A D | 7.10.rst | 1038 - glsl: Rework assignments with write_masks to have LHS chan count 1073 - i965: Fix up writemasked assignments in the new FS. 2156 assignments
|
| H A D | 19.1.0.rst | 2082 - intel/fs: Use enumerated array assignments in fb read TXF setup 2923 - iris: drop dead assignments
|
| H A D | 20.1.0.rst | 1201 - aco: validate RA of subdword assignments
|
| H A D | 21.3.0.rst | 436 - panfrost: Remove writer = NULL assignments
|
| H A D | 20.3.0.rst | 3270 - intel/fs,vec4: remove unused assignments
|
| H A D | 21.1.0.rst | 4691 - r600/sb: Use assignments for resetting struct r600_sb::literal
|
| /xsrc/external/mit/xterm/dist/vttests/ |
| H A D | lrmm-scroll.pl | 265 Key assignments:\r
|
| /xsrc/external/mit/freetype/dist/builds/ |
| H A D | detect.mk | 51 # These two assignments must be delayed.
|
| /xsrc/external/mit/ctwm/dist/doc/manual/ |
| H A D | ctwm.1.adoc | 637 This variable specifies a list of color assignments to be made if the default 1230 This variable specifies a list of color assignments that should be made if 1672 This variable indicates a list of color assignments to be stored as pixel
|
| /xsrc/external/mit/MesaLib/dist/ |
| H A D | .pick_status.json | 3190 "description": "glsl: Remove the ability to read text IR with conditional assignments", 3244 "description": "glsl/lower_vector_derefs: Don't emit conditional assignments", [all...] |