/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | VertexRoutine.cpp | 44 Pointer<Byte> cache = task + OFFSET(VertexTask,vertexCache); in generate() 45 Pointer<Byte> vertexCache = cache + OFFSET(VertexCache,vertex); in generate() 46 Pointer<Byte> tagCache = cache + OFFSET(VertexCache,tag); in generate() 48 UInt vertexCount = *Pointer<UInt>(task + OFFSET(VertexTask,vertexCount)); in generate() 49 UInt primitiveNumber = *Pointer<UInt>(task + OFFSET(VertexTask, primitiveStart)); in generate() 52 constants = *Pointer<Pointer<Byte>>(data + OFFSET(DrawData,constants)); in generate() 56 UInt index = *Pointer<UInt>(batch); in generate() 60 If(*Pointer<UInt>(tagCache + tagIndex) != indexQ) in generate() 62 *Pointer<UInt>(tagCache + tagIndex) = indexQ; in generate() 69 Pointer<Byte> cacheLine0 = vertexCache + tagIndex * UInt((int)sizeof(Vertex)); in generate() [all …]
|
D | SetupRoutine.cpp | 40 Function<Int(Pointer<Byte>, Pointer<Byte>, Pointer<Byte>, Pointer<Byte>)> function; in generate() 42 Pointer<Byte> primitive(function.Arg<0>()); in generate() 43 Pointer<Byte> tri(function.Arg<1>()); in generate() 44 Pointer<Byte> polygon(function.Arg<2>()); in generate() 45 Pointer<Byte> data(function.Arg<3>()); in generate() 47 Pointer<Byte> constants = *Pointer<Pointer<Byte> >(data + OFFSET(DrawData,constants)); in generate() 61 Pointer<Byte> v0 = tri + V0; in generate() 62 Pointer<Byte> v1 = tri + V1; in generate() 63 Pointer<Byte> v2 = tri + V2; in generate() 68 X[0] = *Pointer<Int>(v0 + OFFSET(Vertex,X)); in generate() [all …]
|
D | PixelRoutine.cpp | 51 …void PixelRoutine::quad(Pointer<Byte> cBuffer[RENDERTARGETS], Pointer<Byte> &zBuffer, Pointer<Byte… in quad() 76 Float4 xxxx = Float4(Float(x)) + *Pointer<Float4>(primitive + OFFSET(Primitive,xQuad), 16); in quad() 86 x -= *Pointer<Float4>(constants + OFFSET(Constants,X) + q * sizeof(float4)); in quad() 109 Float4 yyyy = Float4(Float(y)) + *Pointer<Float4>(primitive + OFFSET(Primitive,yQuad), 16); in quad() 121 XXXX += *Pointer<Float4>(constants + OFFSET(Constants,sampleX[q]) + 16 * cMask[q]); in quad() 122 YYYY += *Pointer<Float4>(constants + OFFSET(Constants,sampleY[q]) + 16 * cMask[q]); in quad() 123 WWWW += *Pointer<Float4>(constants + OFFSET(Constants,weight) + 16 * cMask[q]); in quad() 247 …occlusion += *Pointer<UInt>(constants + OFFSET(Constants,occlusionCount) + 4 * (zMask[q] & sMask[q… in quad() 255 AddAtomic(Pointer<Long>(&profiler.ropOperations), 4); in quad() 281 …Float4 PixelRoutine::interpolateCentroid(Float4 &x, Float4 &y, Float4 &rhw, Pointer<Byte> planeEqu… in interpolateCentroid() [all …]
|
D | SamplerCore.hpp | 51 SamplerCore(Pointer<Byte> &constants, const Sampler::State &state); 53 …Vector4s sampleTexture(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, Float4 &q, Float4 … 54 …Vector4f sampleTexture(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, Float4 &q, Float4 … 55 static Vector4f textureSize(Pointer<Byte> &mipmap, Float4 &lod); 58 …Vector4s sampleTexture(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, Float4 &q, Float4 … 62 …Short4 offsetSample(Short4 &uvw, Pointer<Byte> &mipmap, int halfOffset, bool wrap, int count, Floa… 63 …Vector4s sampleFilter(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, Vector4f &offset, F… 64 …Vector4s sampleAniso(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, Vector4f &offset, Fl… 65 …Vector4s sampleQuad(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, Vector4f &offset, Flo… 66 …Vector4s sampleQuad2D(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, Vector4f &offset, F… [all …]
|
D | VertexRoutine.hpp | 25 …ass VertexRoutinePrototype : public Function<Void(Pointer<Byte>, Pointer<Byte>, Pointer<Byte>, Poi… 32 Pointer<Byte> vertex; 33 Pointer<Byte> batch; 34 Pointer<Byte> task; 35 Pointer<Byte> data; 47 Pointer<Byte> constants; 61 Vector4f readStream(Pointer<Byte> &buffer, UInt &stride, const Stream &stream, const UInt &index); 65 void writeCache(Pointer<Byte> &cacheLine); 66 void writeVertex(const Pointer<Byte> &vertex, Pointer<Byte> &cacheLine); 67 …void transformFeedback(const Pointer<Byte> &vertex, const UInt &primitiveNumber, const UInt &index…
|
D | SetupRoutine.hpp | 36 …etupGradient(Pointer<Byte> &primitive, Pointer<Byte> &triangle, Float4 &w012, Float4 (&m)[3], Poin… 37 …void edge(Pointer<Byte> &primitive, Pointer<Byte> &data, const Int &Xa, const Int &Ya, const Int &… 38 void conditionalRotate1(Bool condition, Pointer<Byte> &v0, Pointer<Byte> &v1, Pointer<Byte> &v2); 39 void conditionalRotate2(Bool condition, Pointer<Byte> &v0, Pointer<Byte> &v1, Pointer<Byte> &v2);
|
D | PixelRoutine.hpp | 48 …virtual void rasterOperation(Float4 &fog, Pointer<Byte> cBuffer[4], Int &x, Int sMask[4], Int zMas… 50 …virtual void quad(Pointer<Byte> cBuffer[4], Pointer<Byte> &zBuffer, Pointer<Byte> &sBuffer, Int cM… 58 void alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4s ¤t, Int &x); 59 void logicOperation(int index, Pointer<Byte> &cBuffer, Vector4s ¤t, Int &x); 60 …void writeColor(int index, Pointer<Byte> &cBuffer, Int &i, Vector4s ¤t, Int &sMask, Int &zMa… 61 void alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4f &oC, Int &x); 62 …void writeColor(int index, Pointer<Byte> &cBuffer, Int &i, Vector4f &oC, Int &sMask, Int &zMask, I… 69 …Float4 interpolateCentroid(Float4 &x, Float4 &y, Float4 &rhw, Pointer<Byte> planeEquation, bool fl… 70 void stencilTest(Pointer<Byte> &sBuffer, int q, Int &x, Int &sMask, Int &cMask); 74 …Bool depthTest(Pointer<Byte> &zBuffer, int q, Int &x, Float4 &z, Int &sMask, Int &zMask, Int &cMas… [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | VertexRoutine.cpp | 44 Pointer<Byte> cache = task + OFFSET(VertexTask, vertexCache); in generate() 45 Pointer<Byte> vertexCache = cache + OFFSET(VertexCache, vertex); in generate() 46 Pointer<UInt> tagCache = Pointer<UInt>(cache + OFFSET(VertexCache, tag)); in generate() 48 UInt vertexCount = *Pointer<UInt>(task + OFFSET(VertexTask, vertexCount)); in generate() 71 Pointer<Byte> cacheEntry = vertexCache + cacheIndex * UInt((int)sizeof(Vertex)); in generate() 80 batch = Pointer<UInt>(Pointer<Byte>(batch) + sizeof(uint32_t)); in generate() 88 void VertexRoutine::readInput(Pointer<UInt> &batch) in readInput() 97 …Pointer<Byte> input = *Pointer<Pointer<Byte>>(data + OFFSET(DrawData, input) + sizeof(void *) * (i… in readInput() 98 UInt stride = *Pointer<UInt>(data + OFFSET(DrawData, stride) + sizeof(uint32_t) * (i / 4)); in readInput() 99 Int baseVertex = *Pointer<Int>(data + OFFSET(DrawData, baseVertex)); in readInput() [all …]
|
D | SetupRoutine.cpp | 40 Pointer<Byte> device(function.Arg<0>()); in generate() 41 Pointer<Byte> primitive(function.Arg<1>()); in generate() 42 Pointer<Byte> tri(function.Arg<2>()); in generate() 43 Pointer<Byte> polygon(function.Arg<3>()); in generate() 44 Pointer<Byte> data(function.Arg<4>()); in generate() 46 Pointer<Byte> constants = device + OFFSET(vk::Device, constants); in generate() 56 Pointer<Byte> v0 = tri + V0; in generate() 57 Pointer<Byte> v1 = tri + V1; in generate() 58 Pointer<Byte> v2 = tri + V2; in generate() 63 X[0] = *Pointer<Int>(v0 + OFFSET(Vertex, projected.x)); in generate() [all …]
|
D | PixelRoutine.cpp | 78 void PixelRoutine::quad(Pointer<Byte> cBuffer[MAX_COLOR_BUFFERS], Pointer<Byte> &zBuffer, Pointer<B… in quad() 106 Float4 xxxx = Float4(Float(x)) + *Pointer<Float4>(primitive + OFFSET(Primitive, xQuad), 16); in quad() 116 x -= *Pointer<Float4>(constants + OFFSET(Constants, X) + q * sizeof(float4)); in quad() 123 z[q] += *Pointer<Float4>(primitive + OFFSET(Primitive, zBias), 16); in quad() 149 Float4 yyyy = Float4(Float(y)) + *Pointer<Float4>(primitive + OFFSET(Primitive, yQuad), 16); in quad() 161 XXXX += *Pointer<Float4>(constants + OFFSET(Constants, sampleX[q]) + 16 * cMask[q]); in quad() 162 YYYY += *Pointer<Float4>(constants + OFFSET(Constants, sampleY[q]) + 16 * cMask[q]); in quad() 163 WWWW += *Pointer<Float4>(constants + OFFSET(Constants, weight) + 16 * cMask[q]); in quad() 332 void PixelRoutine::stencilTest(const Pointer<Byte> &sBuffer, const Int &x, Int sMask[4], const Samp… in stencilTest() 343 Pointer<Byte> buffer = sBuffer + x; in stencilTest() [all …]
|
D | VertexRoutine.hpp | 41 Pointer<Byte> device; 42 Pointer<Byte> vertex; 43 Pointer<UInt> batch; 44 Pointer<Byte> task; 45 Pointer<Byte> data; 60 Pointer<Byte> constants; 71 virtual void program(Pointer<UInt> &batch, UInt &vertexCount) = 0; 75 …Vector4f readStream(Pointer<Byte> &buffer, UInt &stride, const Stream &stream, Pointer<UInt> &batc… 77 void readInput(Pointer<UInt> &batch); 80 void writeCache(Pointer<Byte> &vertexCache, Pointer<UInt> &tagCache, Pointer<UInt> &batch); [all …]
|
D | SamplerCore.hpp | 62 SamplerCore(Pointer<Byte> &constants, const Sampler &state); 64 …Vector4f sampleTexture(Pointer<Byte> &texture, Float4 uvwa[4], Float4 &q, Float &&lodOrBias, Float… 68 …Short4 offsetSample(Short4 &uvw, Pointer<Byte> &mipmap, int halfOffset, bool wrap, int count, Floa… 69 …Vector4s sampleFilter(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, const Float4 &a, Ve… 70 …Vector4s sampleAniso(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, const Float4 &a, Vec… 71 …Vector4s sampleQuad(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, const Float4 &a, Vect… 72 …Vector4s sampleQuad2D(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, const Float4 &a, Ve… 73 …Vector4s sample3D(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, Vector4i &offset, const… 74 …Vector4f sampleFloatFilter(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, const Float4 &… 75 …Vector4f sampleFloatAniso(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, const Float4 &a… [all …]
|
D | SetupRoutine.hpp | 36 …etupGradient(Pointer<Byte> &primitive, Pointer<Byte> &triangle, Float4 &w012, Float4 (&m)[3], Poin… 37 …void edge(Pointer<Byte> &primitive, Pointer<Byte> &data, const Int &Xa, const Int &Ya, const Int &… 38 void conditionalRotate1(Bool condition, Pointer<Byte> &v0, Pointer<Byte> &v1, Pointer<Byte> &v2); 39 void conditionalRotate2(Bool condition, Pointer<Byte> &v0, Pointer<Byte> &v1, Pointer<Byte> &v2);
|
D | SpirvShaderSampling.cpp | 131 …rr::Function<Void(Pointer<Byte>, Pointer<SIMD::Float>, Pointer<SIMD::Float>, Pointer<Byte>)> funct… in emitWriteRoutine() 133 Pointer<Byte> descriptor = function.Arg<0>(); in emitWriteRoutine() 134 Pointer<SIMD::Float> coord = function.Arg<1>(); in emitWriteRoutine() 135 Pointer<SIMD::Float> texelAndMask = function.Arg<2>(); in emitWriteRoutine() 136 Pointer<Byte> constants = function.Arg<3>(); in emitWriteRoutine() 147 …rr::Function<Void(Pointer<Byte>, Pointer<SIMD::Float>, Pointer<SIMD::Float>, Pointer<Byte>)> funct… in emitSamplerRoutine() 149 Pointer<Byte> texture = function.Arg<0>(); in emitSamplerRoutine() 150 Pointer<SIMD::Float> in = function.Arg<1>(); in emitSamplerRoutine() 151 Pointer<SIMD::Float> out = function.Arg<2>(); in emitSamplerRoutine() 152 Pointer<Byte> constants = function.Arg<3>(); in emitSamplerRoutine() [all …]
|
D | PixelRoutine.hpp | 50 …virtual void blendColor(Pointer<Byte> cBuffer[4], Int &x, Int sMask[4], Int zMask[4], Int cMask[4]… 52 …void quad(Pointer<Byte> cBuffer[4], Pointer<Byte> &zBuffer, Pointer<Byte> &sBuffer, Int cMask[4], … 57 …void writeColor(int index, const Pointer<Byte> &cBuffer, const Int &x, Vector4f &color, const Int … 58 …Vector4f alphaBlend(int index, const Pointer<Byte> &cBuffer, const Vector4f &sourceColor, const In… 59 …void writeColor(int index, const Pointer<Byte> &cBuffer, const Int &x, Vector4s ¤t, const In… 68 …void stencilTest(const Pointer<Byte> &sBuffer, const Int &x, Int sMask[4], const SampleSet &sample… 73 …Bool depthTest(const Pointer<Byte> &zBuffer, int q, const Int &x, const Float4 &z, const Int &sMas… 74 void depthBoundsTest(const Pointer<Byte> &zBuffer, int q, const Int &x, Int &zMask, Int &cMask); 76 void readPixel(int index, const Pointer<Byte> &cBuffer, const Int &x, Vector4s &pixel); 95 …void writeStencil(Pointer<Byte> &sBuffer, const Int &x, const Int sMask[4], const Int zMask[4], co… [all …]
|
D | SamplerCore.cpp | 24 SamplerCore::SamplerCore(Pointer<Byte> &constants, const Sampler &state) in SamplerCore() 29 Vector4f SamplerCore::sampleTexture(Pointer<Byte> &texture, Float4 uvwa[4], Float4 &dRef, Float &&l… in sampleTexture() 247 Short4 SamplerCore::offsetSample(Short4 &uvw, Pointer<Byte> &mipmap, int halfOffset, bool wrap, int… in offsetSample() 249 Short4 offset = *Pointer<Short4>(mipmap + halfOffset); in offsetSample() 284 Vector4s SamplerCore::sampleFilter(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, const F… in sampleFilter() 353 Vector4s SamplerCore::sampleAniso(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, const Fl… in sampleAniso() 372 Float4 A = *Pointer<Float4>(constants + OFFSET(Constants, uvWeight) + 16 * N); in sampleAniso() 373 Float4 B = *Pointer<Float4>(constants + OFFSET(Constants, uvStart) + 16 * N); in sampleAniso() 374 UShort4 cw = *Pointer<UShort4>(constants + OFFSET(Constants, cWeight) + 8 * N); in sampleAniso() 437 Vector4s SamplerCore::sampleQuad(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, const Flo… in sampleQuad() [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Blitter.cpp | 224 bool Blitter::read(Float4 &c, Pointer<Byte> element, const State &state) in read() 231 c.xyz = Float(Int(*Pointer<Byte>(element))); in read() 235 c.w = Float(Int(*Pointer<Byte>(element))); in read() 239 c.x = Float(Int(*Pointer<SByte>(element))); in read() 244 c.x = Float(Int(*Pointer<Byte>(element))); in read() 248 c.x = Float(Int(*Pointer<Short>(element))); in read() 252 c.x = Float(Int(*Pointer<UShort>(element))); in read() 256 c.x = Float(*Pointer<Int>(element)); in read() 260 c.x = Float(*Pointer<UInt>(element)); in read() 264 c = Float4(*Pointer<Byte4>(element)).zyxw; in read() [all …]
|
D | QuadRasterizer.cpp | 50 constants = *Pointer<Pointer<Byte>>(data + OFFSET(DrawData,constants)); in generate() 56 yMin = *Pointer<Int>(primitive + OFFSET(Primitive,yMin)); in generate() 57 yMax = *Pointer<Int>(primitive + OFFSET(Primitive,yMax)); in generate() 76 UInt clusterOcclusion = *Pointer<UInt>(data + OFFSET(DrawData,occlusion) + 4 * cluster); in generate() 78 *Pointer<UInt>(data + OFFSET(DrawData,occlusion) + 4 * cluster) = clusterOcclusion; in generate() 86 *Pointer<Long>(data + OFFSET(DrawData,cycles[i]) + 8 * cluster) += cycles[i]; in generate() 95 Pointer<Byte> cBuffer[RENDERTARGETS]; in rasterize() 96 Pointer<Byte> zBuffer; in rasterize() 97 Pointer<Byte> sBuffer; in rasterize() 103 …cBuffer[index] = *Pointer<Pointer<Byte>>(data + OFFSET(DrawData,colorBuffer[index])) + yMin * *Poi… in rasterize() [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/Main/ |
D | FrameBuffer.cpp | 171 Function<Void(Pointer<Byte>, Pointer<Byte>, Pointer<Byte>)> function; in copyRoutine() 173 Pointer<Byte> dst(function.Arg<0>()); in copyRoutine() 174 Pointer<Byte> src(function.Arg<1>()); in copyRoutine() 175 Pointer<Byte> cursor(function.Arg<2>()); in copyRoutine() 179 Pointer<Byte> d = dst + y * dStride; in copyRoutine() 180 Pointer<Byte> s = src + y * sStride; in copyRoutine() 197 *Pointer<Int4>(d, 1) = *Pointer<Int4>(s, sStride % 16 ? 1 : 16); in copyRoutine() 207 Int4 bgra = *Pointer<Int4>(s, sStride % 16 ? 1 : 16); in copyRoutine() 209 *Pointer<Int4>(d, 1) = ((bgra & Int4(0x00FF0000)) >> 16) | in copyRoutine() 220 Short4 c0 = As<UShort4>(Swizzle(*Pointer<Short4>(s + 0), 0x2103)) >> 8; in copyRoutine() [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | Blitter.cpp | 318 Float4 Blitter::readFloat4(Pointer<Byte> element, const State &state) in readFloat4() 325 c.w = Float(Int(*Pointer<Byte>(element)) & Int(0xF)); in readFloat4() 326 c.x = Float((Int(*Pointer<Byte>(element)) >> 4) & Int(0xF)); in readFloat4() 327 c.y = Float(Int(*Pointer<Byte>(element + 1)) & Int(0xF)); in readFloat4() 328 c.z = Float((Int(*Pointer<Byte>(element + 1)) >> 4) & Int(0xF)); in readFloat4() 332 c.x = Float(Int(*Pointer<SByte>(element))); in readFloat4() 338 c.x = Float(Int(*Pointer<Byte>(element))); in readFloat4() 343 c.x = Float(Int(*Pointer<Short>(element))); in readFloat4() 348 c.x = Float(Int(*Pointer<UShort>(element))); in readFloat4() 352 c.x = Float(*Pointer<Int>(element)); in readFloat4() [all …]
|
D | QuadRasterizer.cpp | 43 Int yMin = *Pointer<Int>(primitive + OFFSET(Primitive, yMin)); in generate() 44 Int yMax = *Pointer<Int>(primitive + OFFSET(Primitive, yMax)); in generate() 63 UInt clusterOcclusion = *Pointer<UInt>(data + OFFSET(DrawData, occlusion) + 4 * cluster); in generate() 65 *Pointer<UInt>(data + OFFSET(DrawData, occlusion) + 4 * cluster) = clusterOcclusion; in generate() 73 Pointer<Byte> cBuffer[MAX_COLOR_BUFFERS]; in rasterize() 74 Pointer<Byte> zBuffer; in rasterize() 75 Pointer<Byte> sBuffer; in rasterize() 83 …cBuffer[index] = *Pointer<Pointer<Byte>>(data + OFFSET(DrawData, colorBuffer[index])) + yMin * *Po… in rasterize() 89 …zBuffer = *Pointer<Pointer<Byte>>(data + OFFSET(DrawData, depthBuffer)) + yMin * *Pointer<Int>(dat… in rasterize() 94 …sBuffer = *Pointer<Pointer<Byte>>(data + OFFSET(DrawData, stencilBuffer)) + yMin * *Pointer<Int>(d… in rasterize() [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
D | layout_test.cc | 372 EXPECT_EQ(0, Distance(p, Type<const int32_t*>(L::Partial().Pointer<0>(p)))); in TEST() 374 Distance(p, Type<const int32_t*>(L::Partial(3).Pointer<0>(p)))); in TEST() 375 EXPECT_EQ(0, Distance(p, Type<const int32_t*>(L(3).Pointer<0>(p)))); in TEST() 379 EXPECT_EQ(0, Distance(p, Type<const int32_t*>(L::Partial().Pointer<0>(p)))); in TEST() 381 Distance(p, Type<const int32_t*>(L::Partial(3).Pointer<0>(p)))); in TEST() 383 Distance(p, Type<const int32_t*>(L::Partial(3).Pointer<1>(p)))); in TEST() 385 0, Distance(p, Type<const int32_t*>(L::Partial(3, 5).Pointer<0>(p)))); in TEST() 387 12, Distance(p, Type<const int32_t*>(L::Partial(3, 5).Pointer<1>(p)))); in TEST() 388 EXPECT_EQ(0, Distance(p, Type<const int32_t*>(L(3, 5).Pointer<0>(p)))); in TEST() 389 EXPECT_EQ(12, Distance(p, Type<const int32_t*>(L(3, 5).Pointer<1>(p)))); in TEST() [all …]
|
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/ |
D | ReactorUnitTests.cpp | 56 Pointer<Int> p = function.Arg<0>(); in TEST() 128 Pointer<Byte> secondary = Call(secondaryGenerator, z); in TEST() 288 Pointer<Int> p = &z; in TEST() 306 Pointer<Int> p = nullptr; in TEST() 311 If(p != Pointer<Int>(nullptr)) in TEST() 335 Pointer<Int> p = nullptr; in TEST() 341 If(p != Pointer<Int>(nullptr)) in TEST() 396 Int x = *Pointer<Int>(ConstantPointer(&c)); in TEST() 449 Pointer<Int> p; in TEST() 482 Pointer<Int> p = &a; in TEST() [all …]
|
/third_party/skia/third_party/externals/tint/src/ast/ |
D | pointer.cc | 19 TINT_INSTANTIATE_TYPEINFO(tint::ast::Pointer); 24 Pointer::Pointer(ProgramID pid, in Pointer() function in tint::ast::Pointer 31 std::string Pointer::FriendlyName(const SymbolTable& symbols) const { in FriendlyName() 45 Pointer::Pointer(Pointer&&) = default; 47 Pointer::~Pointer() = default; 49 const Pointer* Pointer::Clone(CloneContext* ctx) const { in Clone() 53 return ctx->dst->create<Pointer>(src, ty, storage_class, access); in Clone()
|
/third_party/skia/third_party/externals/tint/src/sem/ |
D | pointer_type.cc | 20 TINT_INSTANTIATE_TYPEINFO(tint::sem::Pointer); 25 Pointer::Pointer(const Type* subtype, in Pointer() function in tint::sem::Pointer 33 std::string Pointer::type_name() const { in type_name() 39 std::string Pointer::FriendlyName(const SymbolTable& symbols) const { in FriendlyName() 50 Pointer::Pointer(Pointer&&) = default; 52 Pointer::~Pointer() = default;
|