Searched refs:asKey (Results 1 – 18 of 18) sorted by relevance
/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
|
D | GrFragmentProcessor.cpp | 304 b->add32(fSwizzle.asKey()); in SwizzleOutput()
|
/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());
|
D | GrMtlCaps.mm | 1172 SkReadBuffer readBuffer(desc.asKey() + desc.initialKeyLength()/sizeof(uint32_t),
|
/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/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/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()
|
/third_party/skia/src/gpu/gl/ |
D | GrGLGpu.h | 413 return SkOpts::hash_fn(desc.asKey(), desc.keyLength(), 0); in operator()
|