Lines Matching refs:Position
3380 [open,refpage='Position',desc='Vertex position',type='builtins']
3382 :refpage: Position
3384 code:Position::
3386 Decorating a variable with the code:Position built-in decoration will make
3389 shader stage>>, the value of the variable decorated with code:Position is
3396 When code:Position decorates a variable in the code:Input {StorageClass}, it
3398 code:Position from the previous shader stage.
3403 * [[VUID-{refpage}-Position-04318]]
3404 The code:Position decoration must: be used only within the code:MeshEXT,
3407 * [[VUID-{refpage}-Position-04319]]
3408 The variable decorated with code:Position within the code:MeshEXT,
3411 * [[VUID-{refpage}-Position-04320]]
3412 The variable decorated with code:Position within the
3416 * [[VUID-{refpage}-Position-04321]]
3417 The variable decorated with code:Position must: be declared as a
3441 and rasterization operations, as with code:Position.
4025 [open,refpage='SamplePosition',desc='Position of a shaded sample',type='builtins']