Searched refs:fData32 (Results 1 – 5 of 5) sorted by relevance
171 idKey.fData32[0] = (desc.fWidth) | (desc.fHeight << 16); in ComputeScratchKey()172 idKey.fData32[1] = desc.fConfig | desc.fSampleCnt << 16; in ComputeScratchKey()173 idKey.fData32[2] = desc.fFlags; in ComputeScratchKey()
12 GR_STATIC_ASSERT(sizeof(kAssertKey.fData8) == sizeof(kAssertKey.fData32));
28 uint32_t* keyData = key.fData32; in gen_cache_id()
201 *key.fData32 = fCacheKey; in lockTexture()202 memset(key.fData32 + 1, 0, sizeof(key) - sizeof(uint32_t)); in lockTexture()
485 uint32_t fData32[4]; member