Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c1121 unsigned cache_policy, bool use_format, bool structurized) in ac_build_buffer_store_common() argument
1127 if (structurized) in ac_build_buffer_store_common()
1132 const char *indexing_kind = structurized ? "struct" : "raw"; in ac_build_buffer_store_common()
1207 bool structurized) in ac_build_buffer_load_common() argument
1212 if (structurized) in ac_build_buffer_load_common()
1219 const char *indexing_kind = structurized ? "struct" : "raw"; in ac_build_buffer_load_common()
1329 bool structurized) in ac_build_tbuffer_load() argument
1336 if (structurized) in ac_build_tbuffer_load()
1344 const char *indexing_kind = structurized ? "struct" : "raw"; in ac_build_tbuffer_load()
1680 unsigned cache_policy, bool structurized) in ac_build_tbuffer_store() argument
[all …]