Home
last modified time | relevance | path

Searched refs:tile_type (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/docs/relnotes/
D8.0.1.rst75 - r600g: fix tex tile_type offset for cayman
76 - r600g: 128 bit formats require tile_type = 1 on cayman
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dsort_util.cc332 llvm::Type* tile_type = llvm::ArrayType::get( in EmitSortInPlace() local
337 module, tile_type, absl::StrCat(name, "_tile_param_", i)); in EmitSortInPlace()
Dllvm_util.cc267 llvm::Type* tile_type, in AllocateSharedMemoryTile() argument
272 *module, tile_type, in AllocateSharedMemoryTile()
274 llvm::UndefValue::get(tile_type), AsStringRef(name), nullptr, in AllocateSharedMemoryTile()
Dllvm_util.h154 llvm::Type* tile_type,