Home
last modified time | relevance | path

Searched refs:SWZ (Results 1 – 25 of 40) sorted by relevance

12

/third_party/mesa3d/src/mesa/program/
Dprogram_lexer.l229 SWZ{sat} { return_opcode( 1, SWZ, SWZ, 3); }
Dprogram_parse.y175 %token <temp_inst> ARL KIL SWZ TXD_OP
547 SWZ_instruction: SWZ maskedDstReg ',' srcReg ',' extendedSwizzle
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp211 SDValue &TFE, SDValue &DLC, SDValue &SWZ) const;
215 SDValue &SWZ) const;
228 SDValue &TFE, SDValue &DLC, SDValue &SWZ) const;
1344 SDValue &SWZ) const { in SelectMUBUF()
1357 SWZ = CurDAG->getTargetConstant(0, DL, MVT::i1); in SelectMUBUF()
1437 SDValue &DLC, SDValue &SWZ) const { in SelectMUBUFAddr64()
1445 GLC, SLC, TFE, DLC, SWZ)) in SelectMUBUFAddr64()
1467 SDValue GLC, TFE, DLC, SWZ; in SelectMUBUFAddr64() local
1469 return SelectMUBUFAddr64(Addr, SRsrc, VAddr, SOffset, Offset, GLC, SLC, TFE, DLC, SWZ); in SelectMUBUFAddr64()
1595 SDValue &SWZ) const { in SelectMUBUFOffset()
[all …]
DBUFInstructions.td144 offset:$offset, FORMAT:$format, GLC:$glc, SLC:$slc, TFE:$tfe, DLC:$dlc, SWZ:$swz),
146 offset:$offset, FORMAT:$format, GLC:$glc, SLC:$slc, TFE:$tfe, DLC:$dlc, SWZ:$swz)
151 SLC:$slc, TFE:$tfe, DLC:$dlc, SWZ:$swz),
154 SLC:$slc, TFE:$tfe, DLC:$dlc, SWZ:$swz)
415 !if(isLds, (ins DLC:$dlc, SWZ:$swz), (ins TFE:$tfe, DLC:$dlc,SWZ:$swz))
603 … (ins SReg_128:$srsrc, SCSrc_b32:$soffset, offset:$offset, GLC:$glc, SLC:$slc, SWZ:$swz),
DSIInstrInfo.td1066 def SWZ : NamedOperandBit<"SWZ", NamedMatchClass<"SWZ">>;
/third_party/mesa3d/docs/relnotes/
D6.4.rst57 - fixed broken fragment program KIL and SWZ instructions
D10.3.1.rst61 - mesa: fix prog_optimize.c assertions triggered by SWZ opcode
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
DLanguageTag.java358 SWZ("Swazi", "ssw"), enumConstant
/third_party/mesa3d/src/panfrost/bifrost/
DNotes.txt111 // Logically, this should be SWZ.XY, but that's equivalent to a move, and
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_vertex_program2_option.txt250 RSQ, SEQ, SFL, SGE, SGT, SIN, SLE, SLT, SNE, SUB, SSG, STR, SWZ,
364 SWZ[C] v v extended swizzle
1075 <SWZop> ::= "SWZ"
DNV_vertex_program3.txt196 STR, SWZ, TEMP, TEX, TXB, TXL, TXP, XPD, program, result, state,
350 SWZ X X v v extended swizzle
DNV_fragment_program_option.txt304 SWZ - - - - X v v extended swizzle
1114 <SWZop> ::= "SWZ"
DNV_fragment_program2.txt315 SWZ X X - X X v v extended swizzle
DNV_gpu_program4.txt447 <SWZop> ::= "SWZ"
1950 SWZ X - X X X F v v extended swizzle
4146 Section 2.X.8.Z, SWZ: Extended Swizzle
4148 The SWZ instruction loads the single vector operand, and performs a
4200 SWZ supports only floating-point data type modifiers.
6228 or disallowing both in the case of SWZ) we specified in the original
/third_party/openGLES/extensions/NV/
DNV_vertex_program2_option.txt250 RSQ, SEQ, SFL, SGE, SGT, SIN, SLE, SLT, SNE, SUB, SSG, STR, SWZ,
364 SWZ[C] v v extended swizzle
1075 <SWZop> ::= "SWZ"
DNV_vertex_program3.txt196 STR, SWZ, TEMP, TEX, TXB, TXL, TXP, XPD, program, result, state,
350 SWZ X X v v extended swizzle
DNV_fragment_program_option.txt304 SWZ - - - - X v v extended swizzle
1114 <SWZop> ::= "SWZ"
DNV_fragment_program2.txt315 SWZ X X - X X v v extended swizzle
DNV_gpu_program4.txt447 <SWZop> ::= "SWZ"
1950 SWZ X - X X X F v v extended swizzle
4146 Section 2.X.8.Z, SWZ: Extended Swizzle
4148 The SWZ instruction loads the single vector operand, and performs a
4200 SWZ supports only floating-point data type modifiers.
6228 or disallowing both in the case of SWZ) we specified in the original
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_vertex_program.txt2309 <SWZ_instruction> ::= "SWZ" <maskedDstReg> "," <srcReg> ","
2692 PARAM, POW, RCP, RSQ, SGE, SLT, SUB, SWZ, TEMP, XPD, program, result,
3523 SWZ v v extended swizzle
4248 Section 2.14.5.26, SWZ: Extended Swizzle
4250 The SWZ instruction loads the single vector operand, and performs a
5010 * SWZ: extended swizzle. On VP1.0 and VP1.1 hardware, this
5377 ("SWZ") or as part of a modifier of the source argument to an
5380 use 0.0 and +/- 1.0, or negate individual components, while the "SWZ"
5620 the "SWZ" instruction.
5626 SWZ tempA, -tempB, x,y,z,w;
[all …]
DARB_fragment_program.txt1500 <SWZop> ::= "SWZ" | "SWZ_SAT"
1897 SCS_SAT, SGE, SGE_SAT, SLT, SLT_SAT, SUB, SUB_SAT, SWZ, SWZ_SAT,
2625 SWZ v v extended swizzle
3385 3.11.5.28 SWZ: Extended Swizzle
3387 The SWZ instruction loads the single vector operand, and performs a
4292 * SWZ: extended swizzle. On NV_fragment_program platforms,
5003 - Re-introduced 4-components swizzles and the SWZ instruction.
/third_party/openGLES/extensions/ARB/
DARB_vertex_program.txt2319 <SWZ_instruction> ::= "SWZ" <maskedDstReg> "," <srcReg> ","
2702 PARAM, POW, RCP, RSQ, SGE, SLT, SUB, SWZ, TEMP, XPD, program, result,
3533 SWZ v v extended swizzle
4258 Section 2.14.5.26, SWZ: Extended Swizzle
4260 The SWZ instruction loads the single vector operand, and performs a
5020 * SWZ: extended swizzle. On VP1.0 and VP1.1 hardware, this
5387 ("SWZ") or as part of a modifier of the source argument to an
5390 use 0.0 and +/- 1.0, or negate individual components, while the "SWZ"
5630 the "SWZ" instruction.
5636 SWZ tempA, -tempB, x,y,z,w;
[all …]
DARB_fragment_program.txt1510 <SWZop> ::= "SWZ" | "SWZ_SAT"
1907 SCS_SAT, SGE, SGE_SAT, SLT, SLT_SAT, SUB, SUB_SAT, SWZ, SWZ_SAT,
2635 SWZ v v extended swizzle
3395 3.11.5.28 SWZ: Extended Swizzle
3397 The SWZ instruction loads the single vector operand, and performs a
4302 * SWZ: extended swizzle. On NV_fragment_program platforms,
5013 - Re-introduced 4-components swizzles and the SWZ instruction.
/third_party/skia/third_party/externals/icu/source/data/misc/
Dmetadata.txt4769 SWZ{
/third_party/icu/icu4c/source/data/misc/
Dmetadata.txt4797 SWZ{

12