Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktBasicDrawTests.cpp147 …k::VkPrimitiveTopology top, const vk::VkIndexType indexT, const deUint32 indexC, const deUint32 in… in DrawIndexedParams()
151 params.indexCount = indexC; in DrawIndexedParams()
188 …void addCommand (const deUint32 indexC, const deUint32 instanceC, const deUint32 firstIdx, const d… in addCommand()
191 cmd.indexCount = indexC; in addCommand()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp1224 Value *indexC = C(linkedAttrib * 12 + channel + 8); in CompileFS() local
1229 indexC = ADD(indexC, offset); in CompileFS()
1234 Value *vc = VBROADCAST(LOAD(GEP(pAttribs, indexC))); in CompileFS()