Searched defs:dimRel (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_print.cpp406 Value *rel, Value *dimRel, DataType ty) const
444 if (dimRel) {
445 pos += dimRel->print(&buf[pos], size - pos, TYPE_S32);
405 print(char *buf, size_t size, Value *rel, Value *dimRel, DataType ty) const argument
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_print.cpp406 Value *rel, Value *dimRel, DataType ty) const
444 if (dimRel) {
445 pos += dimRel->print(&buf[pos], size - pos, TYPE_S32);
405 print(char *buf, size_t size, Value *rel, Value *dimRel, DataType ty) const argument

Completed in 92 milliseconds