Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp1424 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()
Dbuilder_misc.h173 Value* JOIN_16(Value* a, Value* b);
Dbuilder_misc.cpp549 Value* Builder::JOIN_16(Value* a, Value* b) in JOIN_16() function in SwrJit::Builder
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
Dlower_x86.cpp677 v32Gather = B->JOIN_16(gather0, gather1); in VGATHER_EMU()
805 return cast<Instruction>(B->JOIN_16(v8f32ResLo, v8f32ResHi)); in VROUND_EMU()