• Home
  • Raw
  • Download

Lines Matching refs:float2

109 uint packUnorm2x16(float2 v);
110 uint packSnorm2x16(float2 v);
113 float2 unpackUnorm2x16(uint p);
114 float2 unpackSnorm2x16(uint p);
119 uint packHalf2x16(float2 v);
120 float2 unpackHalf2x16(uint v);
147 float2x2 outerProduct(float2 c, float2 r);
150 float2x3 outerProduct(float3 c, float2 r);
151 float3x2 outerProduct(float2 c, float3 r);
152 float2x4 outerProduct(float4 c, float2 r);
153 float4x2 outerProduct(float2 c, float4 r);
257 float2 textureQueryLod($gsampler1D sampler, float P);
258 float2 textureQueryLod($gsampler2D sampler, float2 P);
259 float2 textureQueryLod($gsampler3D sampler, float3 P);
260 float2 textureQueryLod($gsamplerCube sampler, float3 P);
261 float2 textureQueryLod($gsampler1DArray sampler, float P);
262 float2 textureQueryLod($gsampler2DArray sampler, float2 P);
263 float2 textureQueryLod($gsamplerCubeArray sampler, float3 P);
264 float2 textureQueryLod(sampler1DShadow sampler, float P);
265 float2 textureQueryLod(sampler2DShadow sampler, float2 P);
266 float2 textureQueryLod(samplerCubeShadow sampler, float3 P);
267 float2 textureQueryLod(sampler1DArrayShadow sampler, float P);
268 float2 textureQueryLod(sampler2DArrayShadow sampler, float2 P);
269 float2 textureQueryLod(samplerCubeArrayShadow sampler, float3 P);
287 half4 texture($gsampler2D sampler, float2 P);
290 int4 texture(isampler2D sampler, float2 P);
291 half4 texture(samplerExternalOES sampler, float2 P, float bias);
292 half4 texture(samplerExternalOES sampler, float2 P);
295 $gfloat4 texture($gsampler2D sampler, float2 P, float bias);
306 $gfloat4 texture($gsampler1DArray sampler, float2 P);
307 $gfloat4 texture($gsampler1DArray sampler, float2 P, float bias);
317 half4 texture($gsampler2DRect sampler, float2 P);
339 half4 texture($gsampler1D sampler, float2 P);
340 half4 texture($gsampler1D sampler, float2 P, float bias);
353 $gfloat4 textureLod($gsampler2D sampler, float2 P, float lod);
358 $gfloat4 textureLod($gsampler1DArray sampler, float2 P, float lod);
364 $gfloat4 textureOffset($gsampler2D sampler, float2 P, int2 offset);
365 $gfloat4 textureOffset($gsampler2D sampler, float2 P, int2 offset, float bias);
368 $gfloat4 textureOffset($gsampler2DRect sampler, float2 P, int2 offset);
374 $gfloat4 textureOffset($gsampler1DArray sampler, float2 P, int offset);
375 $gfloat4 textureOffset($gsampler1DArray sampler, float2 P, int offset, float bias);
399 $gfloat4 textureProjOffset($gsampler1D sampler, float2 P, int offset);
400 $gfloat4 textureProjOffset($gsampler1D sampler, float2 P, int offset, float bias);
417 $gfloat4 textureLodOffset($gsampler2D sampler, float2 P, float lod, int2 offset);
421 $gfloat4 textureLodOffset($gsampler1DArray sampler, float2 P, float lod, int offset);
424 $gfloat4 textureProjLod($gsampler1D sampler, float2 P, float lod);
431 $gfloat4 textureProjLodOffset($gsampler1D sampler, float2 P, float lod, int offset);
439 $gfloat4 textureGrad($gsampler2D sampler, float2 P, float2 dPdx, float2 dPdy);
442 $gfloat4 textureGrad($gsampler2DRect sampler, float2 P, float2 dPdx, float2 dPdy);
443 float textureGrad(sampler2DRectShadow sampler, float3 P, float2 dPdx, float2 dPdy);
445 float textureGrad(sampler2DShadow sampler, float3 P, float2 dPdx, float2 dPdy);
447 $gfloat4 textureGrad($gsampler1DArray sampler, float2 P, float dPdx, float dPdy);
448 $gfloat4 textureGrad($gsampler2DArray sampler, float3 P, float2 dPdx, float2 dPdy);
450 float textureGrad(sampler2DArrayShadow sampler, float4 P, float2 dPdx, float2 dPdy);
453 $gfloat4 textureGradOffset($gsampler2D sampler, float2 P, float2 dPdx, float2 dPdy, int2 offset);
455 $gfloat4 textureGradOffset($gsampler2DRect sampler, float2 P, float2 dPdx, float2 dPdy, int2 offset…
456 float textureGradOffset(sampler2DRectShadow sampler, float3 P, float2 dPdx, float2 dPdy, int2 offse…
458 float textureGradOffset(sampler2DShadow sampler, float3 P, float2 dPdx, float2 dPdy, int2 offset);
459 $gfloat4 textureGradOffset($gsampler1DArray sampler, float2 P, float dPdx, float dPdy, int offset);
460 $gfloat4 textureGradOffset($gsampler2DArray sampler, float3 P, float2 dPdx, float2 dPdy, int2 offse…
462 float textureGradOffset(sampler2DArrayShadow sampler, float4 P, float2 dPdx, float2 dPdy, int2 offs…
463 $gfloat4 textureProjGrad($gsampler1D sampler, float2 P, float dPdx, float dPdy);
465 $gfloat4 textureProjGrad($gsampler2D sampler, float3 P, float2 dPdx, float2 dPdy);
466 $gfloat4 textureProjGrad($gsampler2D sampler, float4 P, float2 dPdx, float2 dPdy);
468 $gfloat4 textureProjGrad($gsampler2DRect sampler, float3 P, float2 dPdx, float2 dPdy);
469 $gfloat4 textureProjGrad($gsampler2DRect sampler, float4 P, float2 dPdx, float2 dPdy);
470 float textureProjGrad(sampler2DRectShadow sampler, float4 P, float2 dPdx, float2 dPdy);
472 float textureProjGrad(sampler2DShadow sampler, float4 P, float2 dPdx, float2 dPdy);
473 $gfloat4 textureProjGradOffset($gsampler1D sampler, float2 P, float dPdx, float dPdy, int offset);
475 $gfloat4 textureProjGradOffset($gsampler2D sampler, float3 P, float2 dPdx, float2 dPdy, int2 offset…
476 $gfloat4 textureProjGradOffset($gsampler2D sampler, float4 P, float2 dPdx, float2 dPdy, int2 offset…
477 $gfloat4 textureProjGradOffset($gsampler2DRect sampler, float3 P, float2 dPdx, float2 dPdy, int2 of…
478 $gfloat4 textureProjGradOffset($gsampler2DRect sampler, float4 P, float2 dPdx, float2 dPdy, int2 of…
479 float textureProjGradOffset(sampler2DRectShadow sampler, float4 P, float2 dPdx, float2 dPdy, int2 o…
482 float textureProjGradOffset(sampler2DShadow sampler, float4 P, float2 dPdx, float2 dPdy, int2 offse…
483 $gfloat4 textureGather($gsampler2D sampler, float2 P);
484 $gfloat4 textureGather($gsampler2D sampler, float2 P, int comp);
491 $gfloat4 textureGather($gsampler2DRect sampler, float2 P);
492 $gfloat4 textureGather($gsampler2DRect sampler, float2 P, int comp);
493 float4 textureGather(sampler2DShadow sampler, float2 P, float refZ);
497 float4 textureGather(sampler2DRectShadow sampler, float2 P, float refZ);
498 $gfloat4 textureGatherOffset($gsampler2D sampler, float2 P, int2 offset);
499 $gfloat4 textureGatherOffset($gsampler2D sampler, float2 P, int2 offset, int comp);
502 $gfloat4 textureGatherOffset($gsampler2DRect sampler, float2 P, int2 offset);
503 $gfloat4 textureGatherOffset($gsampler2DRect sampler, float2 P, int2 offset, int comp);
504 float4 textureGatherOffset(sampler2DShadow sampler, float2 P, float refZ, int2 offset);
506 float4 textureGatherOffset(sampler2DRectShadow sampler, float2 P, float refZ, int2 offset);
507 $gfloat4 textureGatherOffsets($gsampler2D sampler, float2 P, int2 offsets[4]);
508 $gfloat4 textureGatherOffsets($gsampler2D sampler, float2 P, int2 offsets[4], int comp);
511 $gfloat4 textureGatherOffsets($gsampler2DRect sampler, float2 P, int2 offsets[4]);
512 $gfloat4 textureGatherOffsets($gsampler2DRect sampler, float2 P, int2 offsets[4], int comp);
513 float4 textureGatherOffsets(sampler2DShadow sampler, float2 P, float refZ, int2 offsets[4]);
515 float4 textureGatherOffsets(sampler2DRectShadow sampler, float2 P, float refZ, int2 offsets[4]);
542 float2 interpolateAtSample(float2 interpolant, int sample);
545 float interpolateAtOffset(float interpolant, float2 offset);
546 float2 interpolateAtOffset(float2 interpolant, float2 offset);
547 float3 interpolateAtOffset(float3 interpolant, float2 offset);
548 float4 interpolateAtOffset(float4 interpolant, float2 offset);