Searched refs:assignments (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dopt_dead_code_local.cpp27 * 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 Dopt_dead_code_local.cpp27 * 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 Daco_register_allocation.cpp67 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 Daco_validate.cpp865 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 D10.0.3.rst50 Compiler rejects chained assignments involving array dereferences
133 - glsl: Fix chained assignments of vector channels.
H A D10.6.6.rst98 - st/mesa: fix assignments with 4-operand arguments (i.e. BFI)
H A D17.2.3.rst129 - st/glsl_to_tgsi: fix conditional assignments to packed shader outputs
H A D18.2.3.rst82 - glsl: fix array assignments of a swizzled vector
H A D17.1.6.rst141 - nir: Use nir_src_copy instead of direct assignments.
H A D21.2.2.rst88 - panfrost: Remove writer = NULL assignments
H A D7.10.rst1038 - 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 D19.1.0.rst2082 - intel/fs: Use enumerated array assignments in fb read TXF setup
2923 - iris: drop dead assignments
H A D20.1.0.rst1201 - aco: validate RA of subdword assignments
H A D21.3.0.rst436 - panfrost: Remove writer = NULL assignments
H A D20.3.0.rst3270 - intel/fs,vec4: remove unused assignments
H A D21.1.0.rst4691 - r600/sb: Use assignments for resetting struct r600_sb::literal
/xsrc/external/mit/xterm/dist/vttests/
H A Dlrmm-scroll.pl265 Key assignments:\r
/xsrc/external/mit/freetype/dist/builds/
H A Ddetect.mk51 # These two assignments must be delayed.
/xsrc/external/mit/ctwm/dist/doc/manual/
H A Dctwm.1.adoc637 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.json3190 "description": "glsl: Remove the ability to read text IR with conditional assignments",
3244 "description": "glsl/lower_vector_derefs: Don't emit conditional assignments",
[all...]

Completed in 156 milliseconds