| /third_party/skia/src/gpu/v1/ |
| H A D | SurfaceDrawContext.cpp | 1466 drawImageLattice(const GrClip* clip, GrPaint&& paint, const SkMatrix& viewMatrix, GrSurfaceProxyView view, SkAlphaType alphaType, sk_sp<GrColorSpaceXform> csxf, GrSamplerState::Filter filter, std::unique_ptr<SkLatticeIter> iter, const SkRect& dst) drawImageLattice() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
| H A D | OutputASM.cpp | 2086 emit(sw::Shader::Opcode op, TIntermTyped *dst, TIntermNode *src0, TIntermNode *src1, TIntermNode *src2, TIntermNode *src3, TIntermNode *src4) emit() argument 2091 emit(sw::Shader::Opcode op, TIntermTyped *dst, int dstIndex, TIntermNode *src0, int index0, TIntermNode *src1, int index1, TIntermNode *src2, int index2, TIntermNode *src3, int index3, TIntermNode *src4, int index4) emit() argument 2118 emitCast(TIntermTyped *dst, TIntermTyped *src) emitCast() argument 2123 emitCast(TIntermTyped *dst, int dstIndex, TIntermTyped *src, int srcIndex) emitCast() argument 2172 emitBinary(sw::Shader::Opcode op, TIntermTyped *dst, TIntermNode *src0, TIntermNode *src1, TIntermNode *src2) emitBinary() argument 2186 emitCmp(sw::Shader::Control cmpOp, TIntermTyped *dst, TIntermNode *left, TIntermNode *right, int index) emitCmp() argument 2515 copy(TIntermTyped *dst, TIntermNode *src, int offset) copy() argument 2536 assignLvalue(TIntermTyped *dst, TIntermTyped *src) assignLvalue() argument 2634 lvalue(sw::Shader::DestinationParameter &dst, TIntermTyped *node) lvalue() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| H A D | Surface.cpp | 3433 Surface *dst = this; in copyCubeEdge() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Shader/ |
| H A D | ShaderCore.cpp | 671 void ShaderCore::mov(Vector4f &dst, const Vector4f &src, bool integerDestination) in mov() argument 686 void ShaderCore::neg(Vector4f &dst, const Vector4f &src) in neg() argument 694 ineg(Vector4f &dst, const Vector4f &src) ineg() argument 702 f2b(Vector4f &dst, const Vector4f &src) f2b() argument 710 b2f(Vector4f &dst, const Vector4f &src) b2f() argument 718 f2i(Vector4f &dst, const Vector4f &src) f2i() argument 726 i2f(Vector4f &dst, const Vector4f &src) i2f() argument 734 f2u(Vector4f &dst, const Vector4f &src) f2u() argument 742 u2f(Vector4f &dst, const Vector4f &src) u2f() argument 750 i2b(Vector4f &dst, const Vector4f &src) i2b() argument 758 b2i(Vector4f &dst, const Vector4f &src) b2i() argument 766 add(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) add() argument 774 iadd(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) iadd() argument 782 sub(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) sub() argument 790 isub(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) isub() argument 798 mad(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, const Vector4f &src2) mad() argument 806 imad(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, const Vector4f &src2) imad() argument 814 mul(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) mul() argument 822 imul(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) imul() argument 830 rcpx(Vector4f &dst, const Vector4f &src, bool pp) rcpx() argument 840 div(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) div() argument 848 idiv(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) idiv() argument 861 udiv(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) udiv() argument 874 mod(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) mod() argument 882 imod(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) imod() argument 895 umod(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) umod() argument 908 shl(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) shl() argument 916 ishr(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) ishr() argument 924 ushr(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) ushr() argument 932 rsqx(Vector4f &dst, const Vector4f &src, bool pp) rsqx() argument 942 sqrt(Vector4f &dst, const Vector4f &src, bool pp) sqrt() argument 950 rsq(Vector4f &dst, const Vector4f &src, bool pp) rsq() argument 958 len2(Float4 &dst, const Vector4f &src, bool pp) len2() argument 963 len3(Float4 &dst, const Vector4f &src, bool pp) len3() argument 968 len4(Float4 &dst, const Vector4f &src, bool pp) len4() argument 973 dist1(Float4 &dst, const Vector4f &src0, const Vector4f &src1, bool pp) dist1() argument 978 dist2(Float4 &dst, const Vector4f &src0, const Vector4f &src1, bool pp) dist2() argument 986 dist3(Float4 &dst, const Vector4f &src0, const Vector4f &src1, bool pp) dist3() argument 995 dist4(Float4 &dst, const Vector4f &src0, const Vector4f &src1, bool pp) dist4() argument 1005 dp1(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) dp1() argument 1015 dp2(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) dp2() argument 1025 dp2add(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, const Vector4f &src2) dp2add() argument 1035 dp3(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) dp3() argument 1045 dp4(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) dp4() argument 1055 min(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) min() argument 1063 imin(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) imin() argument 1071 umin(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) umin() argument 1079 max(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) max() argument 1087 imax(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) imax() argument 1095 umax(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) umax() argument 1103 slt(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) slt() argument 1111 step(Vector4f &dst, const Vector4f &edge, const Vector4f &x) step() argument 1119 exp2x(Vector4f &dst, const Vector4f &src, bool pp) exp2x() argument 1129 exp2(Vector4f &dst, const Vector4f &src, bool pp) exp2() argument 1137 exp(Vector4f &dst, const Vector4f &src, bool pp) exp() argument 1145 log2x(Vector4f &dst, const Vector4f &src, bool pp) log2x() argument 1155 log2(Vector4f &dst, const Vector4f &src, bool pp) log2() argument 1163 log(Vector4f &dst, const Vector4f &src, bool pp) log() argument 1171 lit(Vector4f &dst, const Vector4f &src) lit() argument 1189 att(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) att() argument 1198 lrp(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, const Vector4f &src2) lrp() argument 1206 isinf(Vector4f &dst, const Vector4f &src) isinf() argument 1214 isnan(Vector4f &dst, const Vector4f &src) isnan() argument 1222 smooth(Vector4f &dst, const Vector4f &edge0, const Vector4f &edge1, const Vector4f &x) smooth() argument 1230 floatToHalfBits(Float4& dst, const Float4& floatBits, bool storeInUpperBits) floatToHalfBits() argument 1254 halfToFloatBits(Float4& dst, const Float4& halfBits) halfToFloatBits() argument 1274 unpackHalf2x16(Vector4f &dst, const Vector4f &s0) unpackHalf2x16() argument 1295 unpackSnorm2x16(Vector4f &dst, const Vector4f &s0) unpackSnorm2x16() argument 1302 unpackUnorm2x16(Vector4f &dst, const Vector4f &s0) unpackUnorm2x16() argument 1309 det2(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) det2() argument 1315 det3(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, const Vector4f &src2) det3() argument 1321 det4(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, const Vector4f &src2, const Vector4f &src3) det4() argument 1337 frc(Vector4f &dst, const Vector4f &src) frc() argument 1345 trunc(Vector4f &dst, const Vector4f &src) trunc() argument 1353 floor(Vector4f &dst, const Vector4f &src) floor() argument 1361 round(Vector4f &dst, const Vector4f &src) round() argument 1369 roundEven(Vector4f &dst, const Vector4f &src) roundEven() argument 1388 ceil(Vector4f &dst, const Vector4f &src) ceil() argument 1396 powx(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, bool pp) powx() argument 1406 pow(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, bool pp) pow() argument 1414 crs(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) crs() argument 1421 forward1(Vector4f &dst, const Vector4f &N, const Vector4f &I, const Vector4f &Nref) forward1() argument 1428 forward2(Vector4f &dst, const Vector4f &N, const Vector4f &I, const Vector4f &Nref) forward2() argument 1436 forward3(Vector4f &dst, const Vector4f &N, const Vector4f &I, const Vector4f &Nref) forward3() argument 1445 forward4(Vector4f &dst, const Vector4f &N, const Vector4f &I, const Vector4f &Nref) forward4() argument 1455 reflect1(Vector4f &dst, const Vector4f &I, const Vector4f &N) reflect1() argument 1462 reflect2(Vector4f &dst, const Vector4f &I, const Vector4f &N) reflect2() argument 1470 reflect3(Vector4f &dst, const Vector4f &I, const Vector4f &N) reflect3() argument 1479 reflect4(Vector4f &dst, const Vector4f &I, const Vector4f &N) reflect4() argument 1489 refract1(Vector4f &dst, const Vector4f &I, const Vector4f &N, const Float4 &eta) refract1() argument 1499 refract2(Vector4f &dst, const Vector4f &I, const Vector4f &N, const Float4 &eta) refract2() argument 1510 refract3(Vector4f &dst, const Vector4f &I, const Vector4f &N, const Float4 &eta) refract3() argument 1522 refract4(Vector4f &dst, const Vector4f &I, const Vector4f &N, const Float4 &eta) refract4() argument 1535 sgn(Vector4f &dst, const Vector4f &src) sgn() argument 1543 isgn(Vector4f &dst, const Vector4f &src) isgn() argument 1551 abs(Vector4f &dst, const Vector4f &src) abs() argument 1559 iabs(Vector4f &dst, const Vector4f &src) iabs() argument 1567 nrm2(Vector4f &dst, const Vector4f &src, bool pp) nrm2() argument 1578 nrm3(Vector4f &dst, const Vector4f &src, bool pp) nrm3() argument 1589 nrm4(Vector4f &dst, const Vector4f &src, bool pp) nrm4() argument 1600 sincos(Vector4f &dst, const Vector4f &src, bool pp) sincos() argument 1606 cos(Vector4f &dst, const Vector4f &src, bool pp) cos() argument 1614 sin(Vector4f &dst, const Vector4f &src, bool pp) sin() argument 1622 tan(Vector4f &dst, const Vector4f &src, bool pp) tan() argument 1630 acos(Vector4f &dst, const Vector4f &src, bool pp) acos() argument 1638 asin(Vector4f &dst, const Vector4f &src, bool pp) asin() argument 1646 atan(Vector4f &dst, const Vector4f &src, bool pp) atan() argument 1654 atan2(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, bool pp) atan2() argument 1662 cosh(Vector4f &dst, const Vector4f &src, bool pp) cosh() argument 1670 sinh(Vector4f &dst, const Vector4f &src, bool pp) sinh() argument 1678 tanh(Vector4f &dst, const Vector4f &src, bool pp) tanh() argument 1686 acosh(Vector4f &dst, const Vector4f &src, bool pp) acosh() argument 1694 asinh(Vector4f &dst, const Vector4f &src, bool pp) asinh() argument 1702 atanh(Vector4f &dst, const Vector4f &src, bool pp) atanh() argument 1710 expp(Vector4f &dst, const Vector4f &src, unsigned short shaderModel) expp() argument 1728 logp(Vector4f &dst, const Vector4f &src, unsigned short shaderModel) logp() argument 1759 cmp0(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, const Vector4f &src2) cmp0() argument 1767 select(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, const Vector4f &src2) select() argument 1775 extract(Float4 &dst, const Vector4f &src0, const Float4 &src1) extract() argument 1782 insert(Vector4f &dst, const Vector4f &src, const Float4 &element, const Float4 &index) insert() argument 1790 sgn(Float4 &dst, const Float4 &src) sgn() argument 1797 isgn(Float4 &dst, const Float4 &src) isgn() argument 1804 cmp0(Float4 &dst, const Float4 &src0, const Float4 &src1, const Float4 &src2) cmp0() argument 1810 cmp0i(Float4 &dst, const Float4 &src0, const Float4 &src1, const Float4 &src2) cmp0i() argument 1816 select(Float4 &dst, RValue<Int4> src0, const Float4 &src1, const Float4 &src2) select() argument 1822 cmp(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, Control control) cmp() argument 1867 icmp(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, Control control) icmp() argument 1912 ucmp(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, Control control) ucmp() argument 1957 all(Float4 &dst, const Vector4f &src) all() argument 1962 any(Float4 &dst, const Vector4f &src) any() argument 1967 bitwise_not(Vector4f &dst, const Vector4f &src) bitwise_not() argument 1975 bitwise_or(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) bitwise_or() argument 1983 bitwise_xor(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) bitwise_xor() argument 1991 bitwise_and(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) bitwise_and() argument 1999 equal(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) equal() argument 2010 notEqual(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) notEqual() argument [all...] |
| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| H A D | dec_neon.c | 223 Store2x8_NEON(const uint8x8x2_t v, uint8_t* const dst, int stride) Store2x8_NEON() argument 235 Store2x16_NEON(const uint8x16_t p0, const uint8x16_t q0, uint8_t* const dst, int stride) Store2x16_NEON() argument 247 Store4x8_NEON(const uint8x8x4_t v, uint8_t* const dst, int stride) Store4x8_NEON() argument 259 Store4x16_NEON(const uint8x16_t p1, const uint8x16_t p0, const uint8x16_t q0, const uint8x16_t q1, uint8_t* const dst, int stride) Store4x16_NEON() argument 274 Store16x2_NEON(const uint8x16_t p0, const uint8x16_t q0, uint8_t* const dst, int stride) Store16x2_NEON() argument 280 Store16x4_NEON(const uint8x16_t p1, const uint8x16_t p0, const uint8x16_t q0, const uint8x16_t q1, uint8_t* const dst, int stride) Store16x4_NEON() argument 385 SaturateAndStore4x4_NEON(uint8_t* const dst, const int16x8_t dst01, const int16x8_t dst23) SaturateAndStore4x4_NEON() argument 399 Add4x4_NEON(const int16x8_t row01, const int16x8_t row23, uint8_t* const dst) Add4x4_NEON() argument 1043 TransformOne_NEON(const int16_t* in, uint8_t* dst) TransformOne_NEON() argument 1053 TransformOne_NEON(const int16_t* in, uint8_t* dst) TransformOne_NEON() argument 1186 TransformTwo_NEON(const int16_t* in, uint8_t* dst, int do_two) TransformTwo_NEON() argument 1193 TransformDC_NEON(const int16_t* in, uint8_t* dst) TransformDC_NEON() argument 1259 TransformAC3_NEON(const int16_t* in, uint8_t* dst) TransformAC3_NEON() argument 1282 DC4_NEON(uint8_t* dst) DC4_NEON() argument 1303 TrueMotion_NEON(uint8_t* dst, int size) TrueMotion_NEON() argument 1338 TM4_NEON(uint8_t* dst) TM4_NEON() argument 1340 VE4_NEON(uint8_t* dst) VE4_NEON() argument 1356 RD4_NEON(uint8_t* dst) RD4_NEON() argument 1385 LD4_NEON(uint8_t* dst) LD4_NEON() argument 1407 VE8uv_NEON(uint8_t* dst) VE8uv_NEON() argument 1415 HE8uv_NEON(uint8_t* dst) HE8uv_NEON() argument 1424 DC8_NEON(uint8_t* dst, int do_top, int do_left) DC8_NEON() argument 1480 DC8uv_NEON(uint8_t* dst) DC8uv_NEON() argument 1481 DC8uvNoTop_NEON(uint8_t* dst) DC8uvNoTop_NEON() argument 1482 DC8uvNoLeft_NEON(uint8_t* dst) DC8uvNoLeft_NEON() argument 1483 DC8uvNoTopLeft_NEON(uint8_t* dst) DC8uvNoTopLeft_NEON() argument 1485 TM8uv_NEON(uint8_t* dst) TM8uv_NEON() argument 1490 VE16_NEON(uint8_t* dst) VE16_NEON() argument 1498 HE16_NEON(uint8_t* dst) HE16_NEON() argument 1507 DC16_NEON(uint8_t* dst, int do_top, int do_left) DC16_NEON() argument 1569 DC16TopLeft_NEON(uint8_t* dst) DC16TopLeft_NEON() argument 1570 DC16NoTop_NEON(uint8_t* dst) DC16NoTop_NEON() argument 1571 DC16NoLeft_NEON(uint8_t* dst) DC16NoLeft_NEON() argument 1572 DC16NoTopLeft_NEON(uint8_t* dst) DC16NoTopLeft_NEON() argument 1574 TM16_NEON(uint8_t* dst) TM16_NEON() argument [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | calendar.cpp | 3052 int32_t raw, dst; in computeTime() local
|
| H A D | smpdtfmt.cpp | 1260 _appendSymbol(UnicodeString& dst, in _appendSymbol() argument 1271 _appendSymbolWithMonthPattern(UnicodeString& dst, int32_t value, const UnicodeString* symbols, int32_t symbolsCount, in _appendSymbolWithMonthPattern() argument 2560 int32_t raw, dst; in parse() local [all...] |
| H A D | tznames_impl.cpp | 2075 const UChar *dst = names->getName(UTZNM_SHORT_DAYLIGHT); in prepareFind() local
|
| H A D | vtzone.cpp | 1409 UBool dst = FALSE; // current zone type in parse() local 1898 AnnualTimeZoneRule *std = nullptr, *dst = nullptr; in writeSimple() local 2124 int32_t raw, dst, offset; writeZone() local [all...] |
| /third_party/skia/src/xps/ |
| H A D | SkXPSDevice.cpp | 2011 drawImageRect(const SkImage* image, const SkRect* src, const SkRect& dst, const SkSamplingOptions& sampling, const SkPaint& paint, SkCanvas::SrcRectConstraint constraint) drawImageRect() argument
|
| /third_party/skia/src/pdf/ |
| H A D | SkPDFDevice.cpp | 987 std::vector<SkPDFIndirectReference> dst; in sort() local 630 drawImageRect(const SkImage* image, const SkRect* src, const SkRect& dst, const SkSamplingOptions& sampling, const SkPaint& paint, SkCanvas::SrcRectConstraint) drawImageRect() argument 1217 setUpContentEntry(const SkClipStack* clipStack, const SkMatrix& matrix, const SkPaint& paint, SkScalar textScale, SkPDFIndirectReference* dst) setUpContentEntry() argument 1280 finishContentEntry(const SkClipStack* clipStack, SkBlendMode blendMode, SkPDFIndirectReference dst, SkPath* shape) finishContentEntry() argument 1449 internalDrawImageRect(SkKeyedImage imageSubset, const SkRect* src, const SkRect& dst, const SkSamplingOptions& sampling, const SkPaint& srcPaint, const SkMatrix& ctm) internalDrawImageRect() argument [all...] |
| /third_party/skia/third_party/externals/d3d12allocator/src/ |
| H A D | D3D12MemAlloc.cpp | 501 static void AddStatInfo(StatInfo& dst, const StatInfo& src)
in AddStatInfo() argument [all...] |
| /third_party/skia/tools/debugger/ |
| H A D | DrawCommand.cpp | 1230 DrawImageLatticeCommand(const SkImage* image, const SkCanvas::Lattice& lattice, const SkRect& dst, SkFilterMode filter, const SkPaint* paint) DrawImageLatticeCommand() argument 1276 DrawImageRectCommand(const SkImage* image, const SkRect& src, const SkRect& dst, const SkSamplingOptions& sampling, const SkPaint* paint, SkCanvas::SrcRectConstraint constraint) DrawImageRectCommand() argument 1327 DrawImageRectLayerCommand(DebugLayerManager* layerManager, const int nodeId, const int frame, const SkRect& src, const SkRect& dst, const SkSamplingOptions& sampling, const SkPaint* paint, SkCanvas::SrcRectConstraint constraint) DrawImageRectLayerCommand() argument
|
| /third_party/vixl/src/aarch64/ |
| H A D | macro-assembler-aarch64.cc | 1766 bool MacroAssembler::TryOneInstrMoveImmediate(const Register& dst, in Emit() argument 1772 Operand MacroAssembler::MoveImmediateForShiftedOp(const Register& dst, in Emit() argument 1818 Move(const GenericOperand& dst, const GenericOperand& src) Emit() argument 1864 ComputeAddress(const Register& dst, const MemOperand& mem_op) Emit() argument 2444 Peek(const Register& dst, const Operand& offset) Emit() argument 2548 StoreCPURegList(CPURegList registers, const MemOperand& dst) Emit() argument [all...] |
| H A D | simulator-aarch64.h | 557 void ReadLane(T* dst, int lane) const { in ReadLane() argument 574 void ReadLane(vixl::internal::SimFloat16* dst, int lane) const { in ReadLane() argument [all...] |
| /third_party/selinux/libsepol/src/ |
| H A D | policydb.c | 1764 static int type_set_or(type_set_t * dst, const type_set_t * a, const type_set_t * b) in type_set_or() argument 1781 int type_set_cpy(type_set_t * dst, const type_set_t * src) in type_set_cpy() argument 1794 type_set_or_eq(type_set_t * dst, const type_set_t * other) type_set_or_eq() argument 2759 filename_trans_datum_t **dst, *datum, *first = NULL; filename_trans_read_one() local [all...] |
| /third_party/vk-gl-cts/modules/gles3/performance/ |
| H A D | es3pBufferDataUploadTests.cpp | 519 static deUint64 medianTimeMemcpy (void* dst, const void* src, int numBytes) in medianTimeMemcpy() argument
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fFboSRGBWriteControlTests.cpp | 1197 std::string equation, src, dst; in enableFramebufferBlend() local 1213 message << "Enabled: equation = " << equation << ", func src = " << src << ", func dst = " << dst; in enableFramebufferBlend() local
|
| H A D | es31fGeometryShaderTests.cpp | 3429 void LayeredRenderCase::sampleTextureLayer (tcu::Surface& dst, int layer) in sampleTextureLayer() argument
|
| H A D | es31fProgramUniformTests.cpp | 235 static void getDistinctSamplerTypes (vector<glu::DataType>& dst, const glu::VarType& type) in getDistinctSamplerTypes() argument 1124 writeUniformCompareExpr(std::ostringstream& dst, const BasicUniform& uniform) const writeUniformCompareExpr() argument 1134 writeUniformComparisons(std::ostringstream& dst, const vector<BasicUniform>& basicUniforms, const char* const variableName) const writeUniformComparisons() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
| H A D | vktShaderRenderTextureGatherTests.cpp | 103 void computeQuadTexCoord2D (std::vector<float>& dst, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight) in computeQuadTexCoord2D() argument 113 computeQuadTexCoord2DArray(std::vector<float>& dst, int layerNdx, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight) computeQuadTexCoord2DArray() argument 123 computeQuadTexCoordCube(std::vector<float>& dst, tcu::CubeFace face, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight) computeQuadTexCoordCube() argument 171 fillWithRandomColorTiles(const PixelBufferAccess& dst, const Vec4& minVal, const Vec4& maxVal, deUint32 seed) fillWithRandomColorTiles() argument 379 swizzlePixels(const PixelBufferAccess& dst, const ConstPixelBufferAccess& src, const MaybeTextureSwizzle& swizzle) swizzlePixels() argument 390 swizzlePixels(const PixelBufferAccess& dst, const ConstPixelBufferAccess& src, const MaybeTextureSwizzle& swizzle) swizzlePixels() argument 407 swizzleTexture(tcu::Texture2D& dst, const tcu::Texture2D& src, const MaybeTextureSwizzle& swizzle) swizzleTexture() argument 419 swizzleTexture(tcu::Texture2DArray& dst, const tcu::Texture2DArray& src, const MaybeTextureSwizzle& swizzle) swizzleTexture() argument 431 swizzleTexture(tcu::TextureCube& dst, const tcu::TextureCube& src, const MaybeTextureSwizzle& swizzle) swizzleTexture() argument 535 computeTexCoordVecs(const vector<float>& texCoords, tcu::Vector<float, N> (&dst)[4]) computeTexCoordVecs() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
| H A D | vktSpvAsm16bitStorageTests.cpp | 3976 void addShaderCode16BitStorageInputOutput16To16x2 (vk::SourceCollections& dst, TestDefinition def) in addShaderCode16BitStorageInputOutput16To16x2() argument [all...] |
| H A D | vktSpvAsmGraphicsShaderTestUtil.cpp | 1251 void addShaderCodeCustomVertex (vk::SourceCollections& dst, InstanceContext& context, const SpirVAsmBuildOptions* spirVAsmBuildOptions) in addShaderCodeCustomVertex() argument 1276 void addShaderCodeCustomVertex (vk::SourceCollections& dst, InstanceContext context) in addShaderCodeCustomVertex() argument 1284 addShaderCodeCustomTessControl(vk::SourceCollections& dst, InstanceContext& context, const SpirVAsmBuildOptions* spirVAsmBuildOptions) addShaderCodeCustomTessControl() argument 1315 addShaderCodeCustomTessControl(vk::SourceCollections& dst, InstanceContext context) addShaderCodeCustomTessControl() argument 1323 addShaderCodeCustomTessEval(vk::SourceCollections& dst, InstanceContext& context, const SpirVAsmBuildOptions* spirVAsmBuildOptions) addShaderCodeCustomTessEval() argument 1353 addShaderCodeCustomTessEval(vk::SourceCollections& dst, InstanceContext context) addShaderCodeCustomTessEval() argument 1360 addShaderCodeCustomGeometry(vk::SourceCollections& dst, InstanceContext& context, const SpirVAsmBuildOptions* spirVAsmBuildOptions) addShaderCodeCustomGeometry() argument 1388 addShaderCodeCustomGeometry(vk::SourceCollections& dst, InstanceContext context) addShaderCodeCustomGeometry() argument 1395 addShaderCodeCustomFragment(vk::SourceCollections& dst, InstanceContext& context, const SpirVAsmBuildOptions* spirVAsmBuildOptions) addShaderCodeCustomFragment() argument 1421 addShaderCodeCustomFragment(vk::SourceCollections& dst, InstanceContext context) addShaderCodeCustomFragment() argument 1426 createCombinedModule(vk::SourceCollections& dst, InstanceContext ctx) createCombinedModule() argument 1734 createUnusedVariableModules(vk::SourceCollections& dst, UnusedVariableContext ctx) createUnusedVariableModules() argument 2189 createMultipleEntries(vk::SourceCollections& dst, InstanceContext) createMultipleEntries() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
| H A D | config.c | 68 char **dst, *tmp; in wpa_config_parse_str() local 203 int val, *dst; in wpa_config_parse_int() local 4175 int val, *dst; wpa_global_config_parse_int() local 4214 char **dst, *tmp; wpa_global_config_parse_str() local 4275 struct wpabuf **dst, *tmp; wpa_global_config_parse_bin() local 4314 u32 *dst; wpa_global_config_parse_ipv4() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
| H A D | dbus_new_handlers.c | 5033 wpas_dbus_signal_preq(struct wpa_supplicant *wpa_s, const u8 *addr, const u8 *dst, const u8 *bssid, const u8 *ie, size_t ie_len, u32 ssi_signal) wpas_dbus_signal_preq() argument
|