Searched refs:bytes_offset (Results 1 – 4 of 4) sorted by relevance
241 new_val.bytes_offset = pos * 4; in ScalarArgumentsToStructWithScalarFields()252 new_val.bytes_offset = pos * 4; in ScalarArgumentsToStructWithScalarFields()264 new_val.bytes_offset = pos * 4; in ScalarArgumentsToStructWithScalarFields()280 reinterpret_cast<float*>(&const_data_[it.second.bytes_offset]); in ScalarArgumentsToStructWithScalarFields()287 reinterpret_cast<int32_t*>(&const_data_[it.second.bytes_offset]); in ScalarArgumentsToStructWithScalarFields()307 new_val.bytes_offset = pos * 4; in ScalarArgumentsToStructWithVec4Fields()322 new_val.bytes_offset = pos * 4; in ScalarArgumentsToStructWithVec4Fields()338 new_val.bytes_offset = pos * 4; in ScalarArgumentsToStructWithVec4Fields()355 reinterpret_cast<float*>(&const_data_[it.second.bytes_offset]); in ScalarArgumentsToStructWithVec4Fields()362 reinterpret_cast<int32_t*>(&const_data_[it.second.bytes_offset]); in ScalarArgumentsToStructWithVec4Fields()[all …]
127 uint32_t bytes_offset = -1; member139 uint32_t bytes_offset = -1; member
171 off_t bytes_offset = kPageSize; in TYPED_TEST() local173 region.MapAt(bytes_offset, kDataSize - bytes_offset); in TYPED_TEST()176 off_t int_offset = bytes_offset / sizeof(uint32_t); in TYPED_TEST()
47 uint16 bytes_offset; member