Searched refs:vtxInput (Results 1 – 1 of 1) sorted by relevance
2367 Value *vtxInput = LOAD(pVsCtx, {0, SWR_VS_CONTEXT_pVin}); in CompileVS() local2369 vtxInput = BITCAST(vtxInput, PointerType::get(Gen_simd16vertex(JM()), 0)); in CompileVS()2377 wrap(LOAD(vtxInput, {0, 0, attrib, channel})); in CompileVS()