Searched refs:JOIN_16 (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | fetch_jit.cpp | 1424 Value* temp = JOIN_16(temp_lo, temp_hi); in Shuffle8bpcGatherd16() 1531 Value* temp = JOIN_16(temp_lo, temp_hi); in Shuffle8bpcGatherd16() 1802 vVertexElements[currentVertexElement] = JOIN_16(temp_lo, temp_hi); in Shuffle16bpcGather16() 1812 Value* temp = JOIN_16(temp_lo, temp_hi); in Shuffle16bpcGather16() 1915 Value* temp = JOIN_16(temp_lo, temp_hi); in Shuffle16bpcGather16() 2233 return JOIN_16(pIdLo, pIdHi); in GenerateCompCtrlVector()
|
D | builder_misc.h | 173 Value* JOIN_16(Value* a, Value* b);
|
D | builder_misc.cpp | 549 Value* Builder::JOIN_16(Value* a, Value* b) in JOIN_16() function in SwrJit::Builder
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/ |
D | lower_x86.cpp | 677 v32Gather = B->JOIN_16(gather0, gather1); in VGATHER_EMU() 805 return cast<Instruction>(B->JOIN_16(v8f32ResLo, v8f32ResHi)); in VROUND_EMU()
|