/third_party/flutter/skia/src/gpu/ |
D | GrSwizzle.cpp | 15 case GrSwizzle("rgba").asKey(): in apply() 17 case GrSwizzle("bgra").asKey(): in apply() 20 case GrSwizzle("aaa1").asKey(): in apply() 23 case GrSwizzle("rgb1").asKey(): in apply()
|
D | GrProgramDesc.h | 46 const uint32_t* asKey() const { in asKey() function 70 const uint32_t* aKey = this->asKey(); 71 const uint32_t* bKey = that.asKey();
|
D | GrProgramDesc.cpp | 50 GR_STATIC_ASSERT(2 == sizeof(swizzle.asKey())); in sampler_key() 53 swizzleKey = swizzle.asKey(); in sampler_key() 252 header->fOutputSwizzle = pipeline.outputSwizzle().asKey(); in Build()
|
D | GrSwizzle.h | 34 constexpr uint16_t asKey() const { return fKey; } in asKey() function
|
D | GrFragmentProcessor.cpp | 181 b->add32(fSwizzle.asKey()); in SwizzleOutput()
|
/third_party/skia/src/gpu/ |
D | GrSwizzle.cpp | 15 case GrSwizzle("rgba").asKey(): in apply() 17 case GrSwizzle("bgra").asKey(): in apply() 20 case GrSwizzle("aaa1").asKey(): in apply() 23 case GrSwizzle("rgb1").asKey(): in apply()
|
D | GrProgramDesc.cpp | 52 static_assert(2 == sizeof(swizzle.asKey())); in sampler_key() 53 uint16_t swizzleKey = swizzle.asKey(); in sampler_key() 158 b->addBits(16, pipeline.writeSwizzle().asKey(), "writeSwizzle"); in gen_key()
|
D | GrDDLContext.cpp | 102 return SkOpts::hash_fn(desc.asKey(), desc.keyLength(), 0); in operator ()()
|
D | GrSwizzle.h | 32 constexpr uint16_t asKey() const { return fKey; } in asKey() function
|
D | GrProgramDesc.h | 115 const uint32_t* asKey() const { in asKey() function
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLTypesPriv.cpp | 35 : fSwizzleKey(GrSwizzle::RGBA().asKey()), fBaseMipMapLevel(0), fMaxMipMapLevel(1000) {} in NonsamplerState()
|
/third_party/skia/experimental/graphite/src/ |
D | ResourceProvider.h | 60 return SkOpts::hash_fn(desc.asKey(), desc.keyLength(), 0); in operator()
|
D | GraphicsPipelineDesc.h | 124 const uint32_t* asKey() const { in asKey() function
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlResourceProvider.h | 77 return SkOpts::hash_fn(desc.asKey(), desc.keyLength(), 0); in operator()
|
D | GrMtlPipelineStateBuilder.mm | 77 sk_sp<SkData> key = SkData::MakeWithoutCopy(this->desc().asKey(), 495 sk_sp<SkData> key = SkData::MakeWithoutCopy(desc.asKey(), desc.keyLength());
|
/third_party/flutter/skia/src/gpu/mtl/ |
D | GrMtlResourceProvider.h | 75 return SkOpts::hash_fn(desc.asKey(), desc.keyLength(), 0); in operator()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkPipelineStateBuilder.cpp | 153 sk_sp<SkData> key = SkData::MakeWithoutCopy(this->desc().asKey(), in storeShadersInCache() 211 sk_sp<SkData> key = SkData::MakeWithoutCopy(desc.asKey(), desc.initialKeyLength()+4); in finalize()
|
D | GrVkResourceProvider.h | 256 return SkOpts::hash_fn(desc.asKey(), desc.keyLength(), 0); in operator()
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkPipelineStateBuilder.cpp | 146 sk_sp<SkData> key = SkData::MakeWithoutCopy(desc->asKey(), desc->shaderKeyLength()); in storeShadersInCache() 211 sk_sp<SkData> key = SkData::MakeWithoutCopy(desc->asKey(), desc->shaderKeyLength()); in finalize()
|
D | GrVkResourceProvider.h | 218 return SkOpts::hash_fn(desc.asKey(), desc.keyLength(), 0); in operator()
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DResourceProvider.h | 109 return SkOpts::hash_fn(desc.asKey(), desc.keyLength(), 0); in operator()
|
D | GrD3DPipelineStateBuilder.cpp | 581 SkData::MakeWithoutCopy(this->desc().asKey(), this->desc().initialKeyLength()); in finalize() 634 SkData::MakeWithoutCopy(this->desc().asKey(), this->desc().initialKeyLength()); in finalize()
|
/third_party/flutter/skia/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.cpp | 54 sk_sp<SkData> key = SkData::MakeWithoutCopy(desc->asKey(), desc->keyLength()); in CreateProgram() 155 sk_sp<SkData> key = SkData::MakeWithoutCopy(desc()->asKey(), desc()->keyLength()); in storeShaderInCache()
|
/third_party/skia/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.cpp | 65 sk_sp<SkData> key = SkData::MakeWithoutCopy(desc.asKey(), desc.keyLength()); in CreateProgram() 165 sk_sp<SkData> key = SkData::MakeWithoutCopy(this->desc().asKey(), this->desc().keyLength()); in storeShaderInCache()
|
/third_party/skia/src/gpu/dawn/ |
D | GrDawnGpu.h | 238 return SkOpts::hash_fn(desc.asKey(), desc.keyLength(), 0); in operator()
|