Lines Matching refs:midgard
246 - pan/midgard: Free liveness info
247 - pan/midgard: Allocate \`dependencies\` on stack
251 - pan/midgard: Represent unused nodes by ~0
252 - pan/midgard: Reorder bits check to fix 8-bit masks
253 - pan/midgard: Simplify contradictory check.
255 - pan/midgard: Mark fallthrough explicitly
265 - pan/midgard: Breakout texture reg select printer
266 - pan/midgard: Identify and disassemble indirect texture/sampler
270 - pan/midgard,bifrost: Expand nir_const_load_to_arr
273 - pan/midgard: Sketch static analysis to uniform count
274 - pan/midgard: Compute work_count via writes
275 - pan/midgard: Analyze simple loads/store
276 - pan/midgard: Explain ffma
277 - pan/midgard: Disassemble integer constants in hex
297 - pan/midgard: Fix writeout combining
298 - pan/midgard: Analyze helper invocations
300 - pan/midgard, bifrost: Set lower_fdph = true
301 - pan/midgard: Switch constants to uint32
302 - pan/midgard: Add imov->fmov optimization
303 - pan/midgard: Fold ssa_args into midgard_instruction
304 - pan/midgard: Fix invert fusing with r26
306 - pan/midgard: Count shader-db stats by bundled instructions
307 - pan/midgard: Factor out mir_is_scalar
308 - pan/midgard: Extract instruction sizing helper
309 - pan/midgard: Expose mir_get/set_swizzle
310 - pan/midgard: Add OP_IS_CSEL_V helper
311 - pan/midgard: Fix corner case in RA
312 - pan/midgard: Add post-schedule iteration helpers
313 - pan/midgard: Include condition in branch->src[0]
314 - pan/midgard: Document Midgard scheduling requirements
315 - pan/midgard: Ensure fragment writeout is in the final block
316 - pan/midgard: Track csel swizzle
317 - pan/midgard: Add mir_insert_instruction*scheduled helpers
318 - pan/midgard: csel_swizzle with mir get swizzle
319 - pan/midgard: Extend mir_special_index to writeout
320 - pan/midgard: Improve mir_mask_of_read_components
321 - pan/midgard: Allow NULL argument in mir_has_arg
322 - pan/midgard: Track shader quadword count while scheduling
323 - pan/midgard: Add scheduling barriers
324 - pan/midgard: Cleanup fragment writeout branch
325 - pan/midgard: Remove texture_index
326 - pan/midgard: Print branches in MIR
327 - pan/midgard: Print MIR by the bundle
328 - pan/midgard: Fix misc. RA issues
329 - pan/midgard: Do not propagate swizzles into writeout
330 - pan/midgard: Handle fragment writeout in RA
331 - pan/midgard: Schedule before RA
332 - pan/midgard: Remove mir_opt_post_move_eliminate
333 - pan/midgard: Use shared psiz clamp pass
338 - pan/midgard: Correct issues in disassemble.c
339 - pan/midgard: Fix cppcheck issues
340 - pan/midgard: Remove cppwrap.cpp
341 - pan/midgard: Remove mir_print_bundle
342 - pan/midgard: Remove mir_rewrite_index_*_tag
346 - pan/midgard: Add missing parans in SWIZZLE definition
347 - pan/midgard: Fix component count handling for ldst
348 - pan/midgard: Squeeze indices before scheduling
349 - pan/midgard: Add flatten_mir helper
350 - pan/midgard: Calculate dependency graph
351 - pan/midgard: Initialize worklist
352 - pan/midgard: Add mir_choose_instruction stub
353 - pan/midgard: Add mir_update_worklist helper
354 - pan/midgard: Add mir_choose_bundle helper
355 - pan/midgard: Add mir_schedule_texture/ldst/alu helpers
356 - pan/midgard: Remove csel constant unit force
357 - pan/midgard: Add constant intersection filters
358 - pan/midgard: Add predicate->exclude
359 - pan/midgard: Implement predicate->unit
360 - pan/midgard: Add helpers for scheduling conditionals
361 - pan/midgard: Extend csel_swizzle to branches
362 - pan/midgard: Implement load/store pairing
363 - pan/midgard: Add mir_choose_alu helper
364 - pan/midgard: Add distance metric to choose_instruction
365 - pan/midgard: Use new scheduler
366 - pan/midgard: Don't double check SCALAR units
367 - pan/midgard: Extend choose_instruction for scalar units
368 - pan/midgard: Schedule to smul/sadd
369 - pan/midgard: Only one conditional per bundle allowed
370 - pan/midgard: Allow 6 instructions per bundle
371 - pan/midgard: Allow writeout to see into the future
372 - pan/midgard: Tightly pack 32-bit constants
373 - pan/midgard: Add mir_flip helper
374 - pan/midgard: Add csel invert optimization
375 - pan/midgard: Allow scheduling conditions with constants
376 - pan/midgard: Remove mir_has_multiple_writes
377 - pan/midgard: Add mir_calculate_temp_count helper
378 - pan/midgard: Move RA's liveness analysis into midgard_liveness.c
379 - pan/midgard: Don't try to OR live_in of successors
380 - pan/midgard: Begin tracking liveness metadata
381 - pan/midgard: Invalidate liveness for mir_is_live_after
382 - pan/midgard: Calculate temp_count for liveness
383 - pan/midgard: Replace mir_is_live_after with new pass
384 - pan/midgard: Report read mask for branch arguments
385 - pan/midgard: Allow non-contiguous masks in UBO lowering
386 - pan/midgard: Don't try to propagate swizzles to branches
387 - pan/midgard: Add perspective ops to mir_get_swizzle
388 - pan/midgard: Fix mir_mask_of_read_components with dot products
390 - pan/midgard: Use 16-bit liveness masks
391 - pan/midgard: Allow COMPUTE jobs in panfrost_bo_access_for_stage
392 - pan/midgard: Fix memory corruption in register spilling
393 - pan/midgard: Do not repeatedly spill same value
394 - pan/midgard: Debug mir_insert_instruction_after_scheduled
395 - pan/midgard: Identify 64-bit atomic opcodes
396 - pan/midgard/disasm: Fix printing 8-bit/16-bit masks
397 - pan/midgard: Factor out mir_get_alu_src
398 - pan/midgard: Tableize load/store ops
399 - pan/midgard: Implement OP_IS_STORE with table
400 - pan/midgard: Add helpers for manipulating byte masks
401 - pan/midgard: Report byte masks for read components
402 - pan/midgard: Simplify mir_bytemask_of_read_components
403 - pan/midgard: Implement per-byte liveness tracking
404 - pan/midgard: Handle nontrivial masks in texture RA
405 - pan/midgard: Create dependency graph bytewise
406 - pan/midgard: Implement SIMD-aware dead code elimination
408 - pan/midgard: Add mir_set_bytemask helper
409 - pan/midgard: Expose more typesize manipulation routines
410 - pan/midgard: Express allocated registers as offsets
414 - pan/midgard: Disable precise occlusion queries