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

/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_llvm_build.c2177 static unsigned ac_num_coords(enum ac_image_dim dim) function in typeref:typename:unsigned
2193 unreachable("ac_num_coords: bad dim");
2302 a->opcode != ac_image_get_resinfo ? ac_num_coords(dim) : 0;
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.c2013 static unsigned ac_num_coords(enum ac_image_dim dim) function in typeref:typename:unsigned
2029 unreachable("ac_num_coords: bad dim");
2196 unsigned num_coords = a->opcode != ac_image_get_resinfo ? ac_num_coords(dim) : 0;

Completed in 14 milliseconds