Home
last modified time | relevance | path

Searched refs:asKey (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/src/gpu/
DGrSwizzle.cpp15 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()
DGrProgramDesc.cpp52 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()
DGrDDLContext.cpp102 return SkOpts::hash_fn(desc.asKey(), desc.keyLength(), 0); in operator ()()
DGrSwizzle.h32 constexpr uint16_t asKey() const { return fKey; } in asKey() function
DGrProgramDesc.h115 const uint32_t* asKey() const { in asKey() function
DGrFragmentProcessor.cpp304 b->add32(fSwizzle.asKey()); in SwizzleOutput()
/third_party/skia/experimental/graphite/src/
DResourceProvider.h60 return SkOpts::hash_fn(desc.asKey(), desc.keyLength(), 0); in operator()
DGraphicsPipelineDesc.h124 const uint32_t* asKey() const { in asKey() function
/third_party/skia/src/gpu/mtl/
DGrMtlResourceProvider.h77 return SkOpts::hash_fn(desc.asKey(), desc.keyLength(), 0); in operator()
DGrMtlPipelineStateBuilder.mm77 sk_sp<SkData> key = SkData::MakeWithoutCopy(this->desc().asKey(),
495 sk_sp<SkData> key = SkData::MakeWithoutCopy(desc.asKey(), desc.keyLength());
DGrMtlCaps.mm1172 SkReadBuffer readBuffer(desc.asKey() + desc.initialKeyLength()/sizeof(uint32_t),
/third_party/skia/src/gpu/vk/
DGrVkPipelineStateBuilder.cpp153 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()
DGrVkResourceProvider.h256 return SkOpts::hash_fn(desc.asKey(), desc.keyLength(), 0); in operator()
/third_party/skia/src/gpu/d3d/
DGrD3DResourceProvider.h109 return SkOpts::hash_fn(desc.asKey(), desc.keyLength(), 0); in operator()
DGrD3DPipelineStateBuilder.cpp581 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/
DGrGLProgramBuilder.cpp65 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/
DGrDawnGpu.h238 return SkOpts::hash_fn(desc.asKey(), desc.keyLength(), 0); in operator()
/third_party/skia/src/gpu/gl/
DGrGLGpu.h413 return SkOpts::hash_fn(desc.asKey(), desc.keyLength(), 0); in operator()