Searched refs:JOIN_16 (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | builder_misc.h | 153 Value* JOIN_16(Value* a, Value* b);
|
| H A D | fetch_jit.cpp | 1344 Value* temp = JOIN_16(temp_lo, temp_hi); 1450 Value* temp = JOIN_16(temp_lo, temp_hi); 1716 vVertexElements[currentVertexElement] = JOIN_16(temp_lo, temp_hi); 1726 Value* temp = JOIN_16(temp_lo, temp_hi); 1829 Value* temp = JOIN_16(temp_lo, temp_hi); 2147 return JOIN_16(pIdLo, pIdHi);
|
| H A D | builder_misc.cpp | 480 Value* Builder::JOIN_16(Value* a, Value* b) function in class:SwrJit::Builder
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | builder_misc.h | 173 Value* JOIN_16(Value* a, Value* b);
|
| H A D | fetch_jit.cpp | 1424 Value* temp = JOIN_16(temp_lo, temp_hi); 1531 Value* temp = JOIN_16(temp_lo, temp_hi); 1802 vVertexElements[currentVertexElement] = JOIN_16(temp_lo, temp_hi); 1812 Value* temp = JOIN_16(temp_lo, temp_hi); 1915 Value* temp = JOIN_16(temp_lo, temp_hi); 2233 return JOIN_16(pIdLo, pIdHi);
|
| H A D | builder_misc.cpp | 551 Value* Builder::JOIN_16(Value* a, Value* b) function in class:SwrJit::Builder
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/ |
| H A D | lower_x86.cpp | 605 v32Gather = B->JOIN_16(gather0, gather1); 668 return cast<Instruction>(B->JOIN_16(v8f32ResLo, v8f32ResHi));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/ |
| H A D | lower_x86.cpp | 696 v32Gather = B->JOIN_16(gather0, gather1); 824 return cast<Instruction>(B->JOIN_16(v8f32ResLo, v8f32ResHi));
|
Completed in 17 milliseconds