Lines Matching refs:sfn
1412 - r600/sfn: plumb the chip class into the instruction emission
1413 - r600/sfn: fix cayman float instruction emission.
1414 - r600/sfn: cayman fix int trans op2
1415 - r600/sfn: add callstack non-evergreen support
1416 - r600/sfn: add emit if start cayman support
1428 - r600/sfn: fix nop channel assignment.
2215 - r600/sfn: Unify semantic name and index query and use TEXCOORD semantic
2216 - r600/sfn: Fix printing vertex fetch instruction flags
2220 - r600/sfn: Handle CF index loading from non-X channel
2221 - r600/sfn: rework getting a vector and uniforms from the value pool
2222 - r600/sfn: Skip move instructions if they are only ssa and without modifiers
2223 - r600/sfn: re-use an allocated register in lookup
2224 - r600/sfn: skip copying LOD if the target register is is the same
2225 - r600/sfn: Fix memring print output
2226 - r600/sfn: Fix RING instruction assembly emission
2227 - r600/sfn: Fix GDS assembly emission
2228 - r600/sfn: Fix RAT instruction assembly emission
2229 - r600/sfn: Make allocate_reserved_registers forward to a virtual function
2230 - r600/sfn: Fix handling of output register index
2231 - r600/sfn: Make 3vec loads skip possible moves
2232 - r600/sfn: Add support for viewport index output
2233 - r600/sfn: Take FOGC, and backcolors into account im GS outputs
2234 - r600/sfn: Handle loading sample_pos
2235 - r600/sfn: Add FS output sample_mask
2236 - r600/sfn: Don't reject VARYING_SLOT_PCNT
2237 - r600/sfn: remove pointless check
2238 - r600/sfn: assert when alu dest is missing
2239 - r600/sfn: support indirect sampler buffer reads.
2240 - r600/sfn: Add support for texture_samples
2241 - r600/sfn: use the per shader atomic base
2242 - r600/sfn: SSBO: Fix query of dest components
2243 - r600/sfn: Fix clip vertex output as possible stream variable
2244 - r600/sfn: Fix splitting constants that come from different kcache banks.
2245 - r600/sfn: Don't reorder outputs by location
2246 - r600/sfn: Fix printing ALU op without dest
2248 - r600/sfn: Fix mapping for f32tof64 and f64tof32
2249 - r600/sfn: use modern c++ in printing LDS read instruction
2250 - r600/sfn: Correctly update the number of literals when forcing a new group
2251 - r600/sfn: remove debug output leftover
2253 - r600/sfn: lower image derefs
2254 - r600/sfn: Add imageio support
2255 - r600/sfn: Add support for image_size
2256 - r600/sfn: Add support for reading cube image array dim.
2257 - r600/sfn: Take SSBO buffer ID offset into account
2258 - r600/sfn: Handle memory_barrier
2259 - r600/sfn: Add lowering pass for shared IO
2260 - r600/sfn: Add support for shared atomics
2261 - r600/sfn: Don't set num_components on TESS sysvalue intrinsics
2262 - r600/sfn: lower rotate ALU ops
2263 - r600/sfn: Pipe through requesting a register at a given channel
2264 - r600/sfn: emit texture instructions in one block
2265 - r600/sfn: Add option to get a temp value for a specific channel
2266 - r600/sfn: correct handling of loading vec4 with fetching constants
2267 - r600/sfn: Add a forced output swizzle for depth write
2268 - r600/sfn: Fix Ring output swizzle masks
2269 - r600/sfn: Fix default z swizzle for GDS instructions
2271 - r600/sfn: Only use sample mask if the according shader key is set
2272 - r600/sfn: Make the pin_to_channel generic
2273 - d600/sfn: write stream outputs to correct mem ring
2642 - r600/sfn/lower_tess_io: Rework get_tcs_varying_offset
2643 - r600/sfn/lower_tex: Get rid of the lower_sampler vector
2644 - r600/sfn: Use nir_foreach_variable_with_modes in IO vectorization
4705 - r600/sfn: Initialize VertexStageExportForGS m_num_clip_dist member variable.
4707 - r600/sfn: Use correct setter method.