Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp789 Value *vtxInput = LOAD(pVsCtx, {0, SWR_VS_CONTEXT_pVin}); in CompileVS() local
791 vtxInput = BITCAST(vtxInput, PointerType::get(Gen_simd16vertex(JM()), 0)); in CompileVS()
799 wrap(LOAD(vtxInput, {0, 0, attrib, channel})); in CompileVS()