Home
last modified time | relevance | path

Searched refs:asKey (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/src/gpu/
H A 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()
H A 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()
H A DGrDDLContext.cpp102 return SkOpts::hash_fn(desc.asKey(), desc.keyLength(), 0); in operator ()()
H A DGrProgramDesc.h115 const uint32_t* asKey() const { in asKey() function in GrProgramDesc
119 // Gets the number of bytes in asKey(). It will be a 4-byte aligned value.
H A DGrSwizzle.h32 constexpr uint16_t asKey() const { return fKey; } in asKey() function in GrSwizzle
H A DGrFragmentProcessor.cpp277 format.printf("ShaderDfx_SwizzleOutput_%d", fSwizzle.asKey());
310 b->add32(fSwizzle.asKey());
/third_party/skia/experimental/graphite/src/
H A DResourceProvider.h60 return SkOpts::hash_fn(desc.asKey(), desc.keyLength(), 0); in operator ()()
H A DGraphicsPipelineDesc.h124 const uint32_t* asKey() const { in asKey() function in skgpu::GraphicsPipelineDesc
128 // Gets the number of bytes in asKey(). It will be a 4-byte aligned value.
/third_party/skia/src/gpu/mtl/
H A DGrMtlResourceProvider.h77 return SkOpts::hash_fn(desc.asKey(), desc.keyLength(), 0); in operator ()()
/third_party/skia/src/gpu/vk/
H A 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()
H A DGrVkResourceProvider.h256 return SkOpts::hash_fn(desc.asKey(), desc.keyLength(), 0); in operator ()()
/third_party/skia/src/gpu/d3d/
H A DGrD3DResourceProvider.h109 return SkOpts::hash_fn(desc.asKey(), desc.keyLength(), 0); in operator ()()
H A 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/
H A 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/
H A DGrDawnGpu.h246 return SkOpts::hash_fn(desc.asKey(), desc.keyLength(), 0); in operator ()()
/third_party/skia/src/gpu/gl/
H A DGrGLGpu.h420 return SkOpts::hash_fn(desc.asKey(), desc.keyLength(), 0); in operator ()()

Completed in 10 milliseconds