Lines Matching refs:pan
286 - pan/bi: Model writemasks correctly
292 - pan/mdg: Fix shader-db counter
293 - pan/bi: Implement sampler1D
294 - pan/bi: Fix varying writemask handling
295 - pan/bi: Fix off-by-one in RA
296 - pan/bi: Ensure TEXC src0 is not marked SSA
297 - pan/bi: Implement shader-db stats
306 - pan/bi: Allow toggling disassembly verbosity
307 - pan/bi: Space out disassembly
308 - pan/bi: Remove all-0's termination condition
309 - pan/bi: Minor styling cleanup in disasm
311 - pan/bi: Drop on-board packing tests
312 - pan/bi: Label shader-db shaders
313 - pan/bi: Remove bi_is_live_after
314 - pan/bi: Add unused instruction mechanism
315 - pan/bi: Add pseudo-instruction mechanism
316 - pan/bi: Mark some instructions as unused
317 - pan/bi: Defer newline printing in disassembler
318 - pan/bi: Use consistent negX/absX naming
319 - pan/bi: Use consistent wls naming
320 - pan/bi: Use consistent naming of lane/lane0
321 - pan/bi: Don't treat extend as per-source
322 - pan/bi: Use canonical names for clamps
323 - pan/bi: Use canonical names for rounding modes
324 - pan/bi: Use canonical varying names
325 - pan/bi: Use canonical sample names
326 - pan/bi: Use canonical update modes
327 - pan/bi: Use canonical min/max semantics
328 - pan/bi: Use canonical name for segments
329 - pan/bi: Use canonical lane ops
330 - pan/bi: Use canonical subgroup size
331 - pan/bi: Use canonical inactive result
332 - pan/bi: Use consistent neg naming
333 - pan/bi: Mark message types in ISA.xml
334 - pan/bi: Fix rounding name for HADD in XML
335 - pan/bi: Add staging register counts to ISA.xml
336 - pan/bi: Add pseudo register formats to XML
337 - pan/bi: Rename isa_parse to bifrost_isa
338 - pan/bi: Add explicit meson dependency on the ISA helpers
339 - pan/bi: Move copyright notice to common code
340 - pan/bi: Add helpers for manipulating the ISA
341 - pan/bi: Remove reference to 64-bit RA
342 - pan/bi: Move modifier prints out of common code
343 - pan/bi: Generate bi_opcodes.h
344 - pan/bi: Use autogenerated modifiers
345 - pan/bi: Generate bi_opcodes.c
346 - pan/bi: Merge BIR_INDEX_FAU and BIR_INDEX_BLEND
347 - pan/bi: Remove BIR_INDEX_UNIFORM
348 - pan/bi: Make BIR_INDEX_ZERO less special
349 - pan/bi: Add bi_swizzle enum
350 - pan/bi: Add bi_index data structure
351 - pan/bi: Add bi_index constructors
352 - pan/bi: Add nullity/equality helpers for bi_index
353 - pan/bi: Add helper to extract a word from an index
354 - pan/bi: Add bi_temp{_reg} for new-style bi_index
355 - pan/bi: Add helpers to generate bi_index from NIR
356 - pan/bi: Add a helper to convert to old-style nodes
357 - pan/bi: Add node_to_index helper
358 - pan/bi: Add bi_half and bi_byte selectors
359 - pan/bi: Add imm_f32 helper
360 - pan/bi: Add bi_imm_u{8, 16} helpers
361 - pan/bi: Add bi_{abs, neg} helpers
362 - pan/bi: Add new bi_instr data structure
363 - pan/bi: Add cursor data structures
364 - pan/bi: Add builder data structure
366 - pan/bi: Ensure fneg of a constant isn't reached
367 - pan/bi: Rename bi_pack_{fma, add} to free up symbols
368 - pan/bi: Rename bi_load
369 - pan/bi: Add bi_not alias of bi_neg
370 - pan/bi: Generate instruction printer
371 - pan/bi: Generate builder routines
372 - pan/bi: Generate instruction packer for new IR
373 - pan/bi: Add bi_count_staging_registers helper
374 - pan/bi: Add new style read/writemask helpers
375 - pan/bi: Add builder initialization helper
376 - pan/bi: Add bi_is_intr_immediate helper
377 - pan/bi: Add bi_make_vec_to helper
378 - pan/bi: Implement bi_emit_ld_tile via the builder
379 - pan/bi: Implement bi_load_sysval via the builder
380 - pan/bi: Implement bi_emit_load_const via the builder
381 - pan/bi: Implement load_blend_input via the builder
382 - pan/bi: Implement bi_reg_fmt_for_nir helper
383 - pan/bi: Implement load_vary via the builder
384 - pan/bi: Implement BLEND by builder
385 - pan/bi: Implement fragment_out by builder
386 - pan/bi: Implement store_vary with the builder
387 - pan/bi: Implement load_ubo with the builder
388 - pan/bi: Implement frag coord with the builder
389 - pan/bi: Implement load attribute with the builder
390 - pan/bi: Add intrinsic emits for builder
391 - pan/bi: Add bi_alu_src_index helper
392 - pan/bi: Add bi_nir_round helper
393 - pan/bi: Add bi_cmpf_nir helper
394 - pan/bi: Implement ALU with the builder
395 - pan/bi: Implement jumps with the builder
396 - pan/bi: Add TEXS emit with builder
397 - pan/bi: Add builder-using helpers for TEXC structs
398 - pan/bi: Emit TEXC with builder
399 - pan/bi: Fix TEXS/TEXC check prototype
400 - pan/bi: Add emit tex for builder
401 - pan/bi: Add instruction emit for builder
402 - pan/bi: Add bi_message_type_for_instr helper
403 - pan/bi: Schedule new instructions singletons
404 - pan/bi: Add bi_branch, bi_jump helpers
405 - pan/bi: Stub FAU lowering pass
406 - pan/bi: Switch to new IR
407 - pan/bi: Remove combine lowering
408 - pan/bi: Remove old IR packs
409 - pan/bi: Remove packing helpers
410 - pan/bi: Remove old IR prints
411 - pan/bi: Remove old IR spill code
412 - pan/bi: Remove old IR scheduling
413 - pan/bi: Remove NIR->old IR
414 - pan/bi: Remove old IR helpers
415 - pan/bi: Remove old IR opcode table
416 - pan/bi: Remove old IR instruction emit
417 - pan/bi: Use new instruction types
418 - pan/bi: Remove old IR
419 - pan/mdg: Fix bound setting in RA for sources
423 - pan/bi: Fix TEXS register counts
424 - pan/bi: Workaround BLEND precolour with explicit moves
425 - pan/bi: Pull out bi_dontcare helper
426 - pan/bi: Fix ATEST with pure integers
427 - pan/bi: Don't suppress Inf/NaN
428 - pan/bi: Allow passing thorugh 8-bit scalars
429 - pan/bi: Implement scalar i2i8/u2u8
430 - pan/bi: Use TEXC for indices \>= 8
431 - pan/bi: Parametrize intrinsic immediate limits
432 - pan/bi: Assert immediate indices fit
439 - pan/bi: Implement TEXS for cube maps
443 - pan/bi: Fix assertion
444 - pan/bi: Fix 64-bit SSBO addresses
445 - pan/bi: Fix RA of node 0
446 - pan/bi: Fix printing of node 0
447 - pan/bi: Fix M1/M2 decoding in disassembler
448 - pan/bi: Fix FLOG_TABLE modifier handling
449 - pan/bi: Fix empty shader handling
452 - pan/bi: Use explicit move even for RT#0 of MRT
565 - pan/bi: Extract shadowmap comparator
566 - pan/bi: Force BLEND src0 to r0
569 - pan/bi: Store the architecture in the compiler context
570 - pan/bi: Expose FAU slots
571 - pan/bi: Rename CLPER into CLPER_V7 and add CLPER_V6
572 - pan/bi: Add support for the CLPER instructions
573 - pan/bi: Add support for derivative instructions
574 - pan/bi: Allow vec16 in bi_print_swizzle()
575 - pan/bi: Allow lane selections on component 4 and above
576 - pan/bi: Add support for tex offsets
577 - pan/bi: Don't use TEXS for tex operations with a src that's not lod or coord
578 - pan/bi: Support txs operations
579 - pan/bi: Support automatic register format
580 - pan/bi: Let the GPU pick the right format based on the varying descriptor
581 - pan/bi: Set roundmode to RTZ for f2u operations
582 - pan/bi: Move LD_VAR packing out of bi_pack_add()
583 - pan/bi: Pass LD_VAR update mode explicitly
584 - pan/bi: Stop passing special varying names through src0
585 - pan/bi: Fix LD_VAR with non-constant index
586 - pan/bi: Add a varying_index field to bi_texture
587 - pan/bi: Stop extracting the immediate attribute index from src0
592 - pan/bi: Emit a combine even if we only pass one staging reg to TEXC
599 - pan/bi: Only update LOD mode on TEX operations
600 - pan/bi: Always emit a LOD/CUBE word for FETCH instructions
601 - pan/bi: LOD is a 8.8 fixed point
620 - pan/mdg: Add support for multi sample iteration writeout
624 - pan/mdg: Fix texture handling for 2DMS arrays
631 - pan/bi: Fix ATEST emission
663 - pan/bi: Fix constant slot selection
665 - pan/bi: Pass bundle pointers to bi_pack_tuple()
666 - pan/bi: Port bi_collect_blend_ret_addr() to the new compiler infra
667 - pan/bi: Restrict registers to r0-r15 when compiling blend shaders
668 - pan/bi: Use the interference mechanism to describe blend shader reg use
669 - pan/bi: Allow non-terminal BLEND operations
670 - pan/bi: Lower 8bit fragment outputs to 16bit
679 - pan/bi: Fix the !immediate case in bi_emit_store_vary()
772 - pan: use intrinsic builders
1529 - pan/mdg: Try demoting uniforms instead of spilling to TLS
1531 - pan/gen_pack: Fix signed integer packing
1533 - pan/decode: Fix "Access to unknown memory" message formatting
1543 - pan/mdg: Fix promoted uniform moves with 64-bit types
1544 - pan/mdg: Add load_kernel_input support
1545 - pan/mdg: Implement load_global_invocation_id
1546 - pan/mdg: Set compute lowering options
1549 - pan/mdg: Use the pan_nir_lower_64bit_intrin NIR pass
1550 - pan/mdg: Support nir_intrinsic_load_global_constant
1551 - pan/mdg: Support nir_intrinsic_group_memory_barrier
1553 - pan/mdg: Replace zext with a type enum
1554 - pan/mdg: Return false instead of asserting in mir_args_ssa
1555 - pan/mdg: Add i2i64 to mir_match_offset
1556 - pan/mdg: Pass the memory type to mir_set_offset directly
1557 - pan/mdg: Invert the type conditional for load intrinsics
1558 - pan/mdg: Support loads and stores to scratch memory
1569 - pan/bi: Add a define for the Bifrost shader prefetch size
1570 - pan/bi: Add some zero bytes after shaders on Bifrost
1572 - pan/mdg: Fix spilling when scratch memory is used
1573 - pan/bi: Iterate from zero when setting RA interference
1574 - pan/decode: Free mapped memory objects on BO unreference
1577 - pan/bi: Use the correct size for UBO loads
2334 - android: pan/bi: Add explicit dependency on the ISA helpers
2335 - android: pan/bi: Generate bi_opcodes.{c,h}
2336 - android: pan/bi: Generate instruction printer
2337 - android: pan/bi: Generate builder routines
2338 - android: pan/bi: Generate instruction packer for new IR
2339 - android: pan/bi: Remove combine lowering
2340 - android: pan/bi: Remove old IR packs
2341 - android: pan/bi: Remove NIR->old IR
2342 - android: pan/bi: Remove old IR opcode table
2345 - android: pan/bi: reorder static dependencies in gallium/dri