Searched refs:vtxAttribMap (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/ |
| H A D | swr_shader.cpp | 1593 Value *vtxAttribMap = ALLOCA(ArrayType::get(mInt32Ty, PIPE_MAX_SHADER_INPUTS)); local in function:BuilderSWR::CompileGS 1609 STORE(C(vs_slot), vtxAttribMap, {0, slot}); 1641 gs_iface.pVtxAttribMap = vtxAttribMap; 1899 Value *vtxAttribMap = ALLOCA(ArrayType::get(mInt32Ty, PIPE_MAX_SHADER_INPUTS)); local in function:BuilderSWR::CompileTES 1930 STORE(C(tcs_slot), vtxAttribMap, {0, slot}); 1955 tes_iface.pVtxAttribMap = vtxAttribMap; 2132 Value *vtxAttribMap = local in function:BuilderSWR::CompileTCS 2152 STORE(C(vs_slot), vtxAttribMap, {0, slot}); 2211 tcs_iface.pVtxAttribMap = vtxAttribMap;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/ |
| H A D | swr_shader.cpp | 635 Value *vtxAttribMap = ALLOCA(ArrayType::get(mInt32Ty, PIPE_MAX_SHADER_INPUTS)); local in function:BuilderSWR::CompileGS 650 STORE(C(vs_slot), vtxAttribMap, {0, slot}); 678 gs_iface.pVtxAttribMap = vtxAttribMap;
|
Completed in 9 milliseconds