Searched refs:vtxInput (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_shader.cpp797 Value *vtxInput = LOAD(pVsCtx, {0, SWR_VS_CONTEXT_pVin}); local in function:BuilderSWR::CompileVS
799 vtxInput = BITCAST(vtxInput, PointerType::get(Gen_simd16vertex(JM()), 0));
807 wrap(LOAD(vtxInput, {0, 0, attrib, channel}));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_shader.cpp2367 Value *vtxInput = LOAD(pVsCtx, {0, SWR_VS_CONTEXT_pVin}); local in function:BuilderSWR::CompileVS
2369 vtxInput = BITCAST(vtxInput, PointerType::get(Gen_simd16vertex(JM()), 0));
2377 wrap(LOAD(vtxInput, {0, 0, attrib, channel}));

Completed in 8 milliseconds