/external/skqp/src/gpu/ |
D | GrProgramDesc.h | 50 const uint32_t* asKey() const { in asKey() function 74 const uint32_t* aKey = this->asKey(); 75 const uint32_t* bKey = that.asKey();
|
D | GrProgramDesc.cpp | 46 GR_STATIC_ASSERT(1 == sizeof(caps.configTextureSwizzle(config).asKey())); in sampler_key() 48 caps.configTextureSwizzle(config).asKey() << kSamplerOrImageTypeKeyBits | in sampler_key() 250 header->fOutputSwizzle = shaderCaps.configOutputSwizzle(config).asKey(); in Build()
|
D | GrSwizzle.h | 49 constexpr uint8_t asKey() const { return fKey; } in asKey() function
|
D | GrFragmentProcessor.cpp | 187 b->add32(fSwizzle.asKey()); in SwizzleOutput()
|
/external/skia/src/gpu/ |
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 | 46 GR_STATIC_ASSERT(2 == sizeof(caps.configTextureSwizzle(config).asKey())); in sampler_key() 48 caps.configTextureSwizzle(config).asKey() << kSamplerOrImageTypeKeyBits | in sampler_key() 244 header->fOutputSwizzle = shaderCaps.configOutputSwizzle(renderTarget->config()).asKey(); in Build()
|
D | GrSwizzle.h | 49 constexpr uint16_t asKey() const { return fKey; } in asKey() function
|
D | GrFragmentProcessor.cpp | 189 b->add32(fSwizzle.asKey()); in SwizzleOutput()
|
/external/skia/src/gpu/mtl/ |
D | GrMtlResourceProvider.h | 63 return SkOpts::hash_fn(desc.asKey(), desc.keyLength(), 0); in operator()
|
/external/skia/src/gpu/gl/ |
D | GrGLTexture.h | 48 uint32_t fSwizzleKey = GrSwizzle::RGBA().asKey();
|
D | GrGLGpu.h | 333 return SkOpts::hash_fn(desc.asKey(), desc.keyLength(), 0); in operator()
|
D | GrGLGpu.cpp | 3055 newNonSamplerParams.fSwizzleKey = swizzle.asKey(); in bindTexture() 3056 if (setAll || swizzle.asKey() != oldNonSamplerParams.fSwizzleKey) { in bindTexture()
|
/external/skqp/src/gpu/gl/ |
D | GrGLTexture.h | 48 uint32_t fSwizzleKey = GrSwizzle::RGBA().asKey();
|
D | GrGLGpu.h | 325 return SkOpts::hash_fn(desc.asKey(), desc.keyLength(), 0); in operator()
|
D | GrGLGpu.cpp | 3042 newNonSamplerParams.fSwizzleKey = swizzle.asKey(); in bindTexture() 3043 if (setAll || swizzle.asKey() != oldNonSamplerParams.fSwizzleKey) { in bindTexture()
|
/external/skia/src/gpu/vk/ |
D | GrVkPipelineStateBuilder.cpp | 193 sk_sp<SkData> key = SkData::MakeWithoutCopy(desc->asKey(), desc->shaderKeyLength()); in storeShadersInCache() 286 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()
|
/external/skqp/src/gpu/vk/ |
D | GrVkPipelineStateBuilder.cpp | 193 sk_sp<SkData> key = SkData::MakeWithoutCopy(desc->asKey(), desc->shaderKeyLength()); in storeShadersInCache() 285 sk_sp<SkData> key = SkData::MakeWithoutCopy(desc->asKey(), desc->shaderKeyLength()); in finalize()
|
D | GrVkResourceProvider.h | 211 return SkOpts::hash_fn(desc.asKey(), desc.keyLength(), 0); in operator()
|
/external/skqp/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.cpp | 50 sk_sp<SkData> key = SkData::MakeWithoutCopy(desc->asKey(), desc->keyLength()); in CreateProgram() 179 sk_sp<SkData> key = SkData::MakeWithoutCopy(desc()->asKey(), desc()->keyLength()); in storeShaderInCache()
|
/external/skia/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.cpp | 50 sk_sp<SkData> key = SkData::MakeWithoutCopy(desc->asKey(), desc->keyLength()); in CreateProgram() 221 sk_sp<SkData> key = SkData::MakeWithoutCopy(desc()->asKey(), desc()->keyLength()); in storeShaderInCache()
|