/third_party/skia/src/gpu/ |
H A 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()
|
H A 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()
|
H A D | GrDDLContext.cpp | 102 return SkOpts::hash_fn(desc.asKey(), desc.keyLength(), 0); in operator ()()
|
H A D | GrProgramDesc.h | 115 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 D | GrSwizzle.h | 32 constexpr uint16_t asKey() const { return fKey; } in asKey() function in GrSwizzle
|
H A D | GrFragmentProcessor.cpp | 277 format.printf("ShaderDfx_SwizzleOutput_%d", fSwizzle.asKey()); 310 b->add32(fSwizzle.asKey());
|
/third_party/skia/experimental/graphite/src/ |
H A D | ResourceProvider.h | 60 return SkOpts::hash_fn(desc.asKey(), desc.keyLength(), 0); in operator ()()
|
H A D | GraphicsPipelineDesc.h | 124 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 D | GrMtlResourceProvider.h | 77 return SkOpts::hash_fn(desc.asKey(), desc.keyLength(), 0); in operator ()()
|
/third_party/skia/src/gpu/vk/ |
H A 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()
|
H A D | GrVkResourceProvider.h | 256 return SkOpts::hash_fn(desc.asKey(), desc.keyLength(), 0); in operator ()()
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DResourceProvider.h | 109 return SkOpts::hash_fn(desc.asKey(), desc.keyLength(), 0); in operator ()()
|
H A 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/ |
H A 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/ |
H A D | GrDawnGpu.h | 246 return SkOpts::hash_fn(desc.asKey(), desc.keyLength(), 0); in operator ()()
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLGpu.h | 420 return SkOpts::hash_fn(desc.asKey(), desc.keyLength(), 0); in operator ()()
|