/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | hlsl.intrinsics.evalfns.frag | 3 float2 vPos: TEXCOORD0; 27 oF2 += EvaluateAttributeSnapped(i.vPos, int2(0,1)); 28 oF2 += EvaluateAttributeAtSample(i.vPos, 3); 29 oF2 += EvaluateAttributeAtCentroid(i.vPos);
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseLegalResults/ |
D | hlsl.intrinsics.evalfns.frag.out | 19 Name 157 "i.vPos" 27 Decorate 157(i.vPos) Location 5 61 157(i.vPos): 141(ptr) Variable Input 98 242: 8(fvec2) ExtInst 1(GLSL.std.450) 78(InterpolateAtOffset) 157(i.vPos) 38 100 247: 8(fvec2) ExtInst 1(GLSL.std.450) 77(InterpolateAtSample) 157(i.vPos) 65 102 252: 8(fvec2) ExtInst 1(GLSL.std.450) 76(InterpolateAtCentroid) 157(i.vPos)
|
/external/webrtc/sdk/android/api/org/webrtc/ |
D | JavaI420Buffer.java | 84 int vPos = uPos + strideUV * chromaHeight; in allocate() local 94 buffer.limit(vPos); in allocate() 97 buffer.position(vPos); in allocate() 98 buffer.limit(vPos + strideUV * chromaHeight); in allocate()
|
D | YuvConverter.java | 212 final int vPos = uPos + stride / 2; in convert() local 224 i420ByteBuffer.position(vPos); in convert() 225 i420ByteBuffer.limit(vPos + uvSize); in convert()
|
/external/webrtc/sdk/android/tests/src/org/webrtc/ |
D | AndroidVideoDecoderTest.java | 114 int vPos = uPos + strideUV * chromaHeight; in allocateI420Buffer() local 123 buffer.limit(vPos); in allocateI420Buffer() 126 buffer.position(vPos); in allocateI420Buffer() 127 buffer.limit(vPos + strideUV * chromaHeight); in allocateI420Buffer()
|
/external/webrtc/sdk/android/src/java/org/webrtc/ |
D | AndroidVideoDecoder.java | 541 final int vPos = uPos + uvStride * sliceHeight / 2; 542 final int vEnd = vPos + uvStride * chromaHeight; 564 buffer.position(vPos); 568 buffer.position(vPos + uvStride * (chromaHeight - 1)); // Seek to beginning of last full row.
|
/external/skqp/src/core/ |
D | SkDevice.cpp | 265 SkPoint* vPos = builder.positions(); in drawAtlas() local 271 vPos = quad_to_tris(vPos, tmp); in drawAtlas()
|
/external/skia/src/core/ |
D | SkDevice.cpp | 218 SkPoint* vPos = builder.positions(); in drawAtlas() local 224 vPos = quad_to_tris(vPos, tmp); in drawAtlas()
|
/external/swiftshader/src/Shader/ |
D | PixelProgram.cpp | 65 vPos.x = Float4(Float(x)) + Float4(0, 1, 0, 1); in setBuiltins() 66 vPos.y = Float4(Float(y)) + Float4(0, 0, 1, 1); in setBuiltins() 70 vPos.x = Float4(Float(x)) + Float4(0.5f, 1.5f, 0.5f, 1.5f); in setBuiltins() 71 vPos.y = Float4(Float(y)) + Float4(0.5f, 0.5f, 1.5f, 1.5f); in setBuiltins() 76 vPos.z = z[0]; // FIXME: Centroid? in setBuiltins() 77 vPos.w = w; // FIXME: Centroid? in setBuiltins() 932 if(src.index == Shader::VPosIndex) reg = vPos; in fetchRegister() 1103 case Shader::VPosIndex: a = vPos.x; break; in readConstant() 1176 case Shader::VPosIndex: a = vPos.x; break; in dynamicAddress()
|
D | PixelProgram.hpp | 46 Vector4f vPos; member in sw::PixelProgram
|
/external/llvm-project/mlir/lib/Analysis/ |
D | AffineStructures.cpp | 1658 int64_t vPos = atEq(idx, pos); in getSliceBounds() local 1659 assert(vPos != 0 && "expected non-zero here"); in getSliceBounds() 1660 if (vPos > 0) in getSliceBounds() 1661 expr = (-expr).floorDiv(vPos); in getSliceBounds() 1664 expr = expr.floorDiv(-vPos); in getSliceBounds()
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | nine_ff.c | 1505 struct ureg_src vPos; in nine_ff_build_ps() local 1508 vPos = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_POSITION, 0); in nine_ff_build_ps() 1510 vPos = ureg_DECL_fs_input(ureg, TGSI_SEMANTIC_POSITION, 0, in nine_ff_build_ps() 1525 ureg_MOV(ureg, rFog, _ZZZZ(vPos)); in nine_ff_build_ps() 1528 ureg_RCP(ureg, rFog, _WWWW(vPos)); in nine_ff_build_ps()
|
D | nine_shader.c | 474 struct ureg_src vPos; member 1125 if (ureg_src_is_undef(tx->regs.vPos)) in tx_src_param() 1126 tx->regs.vPos = nine_get_position_input(tx); in tx_src_param() 1130 ureg_ADD(ureg, wpos, tx->regs.vPos, in tx_src_param() 1134 src = tx->regs.vPos; in tx_src_param() 3572 tx->regs.vPos = ureg_src_undef(); in tx_ctor()
|