Searched refs:indexC (Results 1 – 2 of 2) sorted by relevance
148 …k::VkPrimitiveTopology top, const vk::VkIndexType indexT, const deUint32 indexC, const deUint32 in… in DrawIndexedParams()152 params.indexCount = indexC; in DrawIndexedParams()189 …void addCommand (const deUint32 indexC, const deUint32 instanceC, const deUint32 firstIdx, const d… in addCommand()192 cmd.indexCount = indexC; in addCommand()
2841 Value *indexC = C(linkedAttrib * 12 + channel + 8); in CompileFS() local2846 indexC = ADD(indexC, offset); in CompileFS()2851 Value *vc = VBROADCAST(LOAD(GEP(pAttribs, indexC))); in CompileFS()