Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c2013 static unsigned ac_num_coords(enum ac_image_dim dim) in ac_num_coords() function
2196 unsigned num_coords = a->opcode != ac_image_get_resinfo ? ac_num_coords(dim) : 0; in ac_build_image_opcode()