Home | History | Annotate | Download | only in hlsl

Lines Matching refs:EOpTextureLod

3773     case EOpTextureLod: //is almost EOpTextureBias (only args & operations are different)
3801 TIntermAggregate *tex = new TIntermAggregate(EOpTextureLod);
4099 TOperator textureOp = (op == EOpMethodSampleCmpLevelZero ? EOpTextureLod : EOpTexture);
4213 const TOperator textureOp = (argOffset == nullptr ? EOpTextureLod : EOpTextureLodOffset);