Lines Matching refs:VEXTRACT

709              vert_chan_index = VEXTRACT(vert_index, C(i));  in swr_gs_llvm_fetch_input()
712 attr_chan_index = VEXTRACT(attr_index, C(i)); in swr_gs_llvm_fetch_input()
724 Value *value = VEXTRACT(pInput, C(i)); in swr_gs_llvm_fetch_input()
792 Value *pLaneOffset = VEXTRACT(pOutputOffset, C(lane)); in swr_gs_llvm_emit_vertex()
797 Value *pLaneMask = VEXTRACT(vMask1, C(lane)); in swr_gs_llvm_emit_vertex()
810 vData = VEXTRACT(vData, C(lane)); in swr_gs_llvm_emit_vertex()
843 Value *pShift = TRUNC(VEXTRACT(pShiftControl, C(lane)), mInt8Ty); in swr_gs_llvm_emit_vertex()
846 Value *pStreamOffset = GEP(pStream, VEXTRACT(pStreamIdOffset, C(lane))); in swr_gs_llvm_emit_vertex()
849 Value *vVal = TRUNC(AND(VEXTRACT(unwrap(stream_id), C(0)), C(0x3)), mInt8Ty); in swr_gs_llvm_emit_vertex()
911 Value *vLaneOffset = VEXTRACT(vOffset, C(lane)); in swr_gs_llvm_end_primitive()
915 Value *pLaneMask = VEXTRACT(vMask1, C(lane)); in swr_gs_llvm_end_primitive()
919 vVal = OR(vVal, VEXTRACT(vValue, C(lane))); in swr_gs_llvm_end_primitive()
940 Value* pLaneCount = VEXTRACT(unwrap(total_emitted_vertices_vec), C(lane)); in swr_gs_llvm_epilogue()
1019 vert_chan_index = VEXTRACT(vert_index, C(i)); in swr_tcs_llvm_fetch_input()
1022 attr_chan_index = VEXTRACT(attr_index, C(i)); in swr_tcs_llvm_fetch_input()
1100 vert_chan_index = VEXTRACT(vert_index, C(lane)); in swr_tcs_llvm_fetch_output()
1107 attr_chan_index = VEXTRACT(attr_index, C(lane)); in swr_tcs_llvm_fetch_output()
1192 vert_index = VEXTRACT(vert_index, C(0)); in swr_tcs_llvm_store_output()
1199 attr_index = VEXTRACT(attr_index, C(0)); in swr_tcs_llvm_store_output()
1226 Value* valueToStore = VEXTRACT(unwrap(value), C(lane)); in swr_tcs_llvm_store_output()
1230 Value *vMask = TRUNC(VEXTRACT(unwrap(mask_vec), C(lane)), mInt1Ty); in swr_tcs_llvm_store_output()
1249 Value* value_to_store = VEXTRACT(unwrap(value), C(lane)); in swr_tcs_llvm_store_output()
1259 Value *vMask = TRUNC(VEXTRACT(unwrap(mask_vec), C(lane)), mInt1Ty); in swr_tcs_llvm_store_output()
1273 Value* value_to_store = VEXTRACT(unwrap(value), C(lane)); in swr_tcs_llvm_store_output()
1287 VEXTRACT(unwrap(bld->system_values.invocation_id), C(0)), in swr_tcs_llvm_store_output()
1294 Value *vMask = TRUNC(VEXTRACT(unwrap(mask_vec), C(lane)), mInt1Ty); in swr_tcs_llvm_store_output()
1370 attr_chan_index = VEXTRACT(attr_index, C(i)); in swr_tes_llvm_fetch_patch_input()
1442 vert_chan_index = VEXTRACT(vert_index, C(i)); in swr_tes_llvm_fetch_vtx_input()
1445 attr_chan_index = VEXTRACT(attr_index, C(i)); in swr_tes_llvm_fetch_vtx_input()