Lines Matching defs:position
63 tcu::Vec4 position;
70 readVertexAttrib(position, inputs[0], packet->instanceNdx, packet->vertexNdx);
73 packet->outputs[0] = position;
75 packet->position = position;
100 tcu::Vec4 position;
108 readVertexAttrib(position, inputs[0], packet->instanceNdx, packet->vertexNdx);
112 packet->outputs[0] = position;
115 packet->position = position;
138 tcu::Vec4 position;
145 readVertexAttrib(position, inputs[0], packet->instanceNdx, packet->vertexNdx);
148 packet->outputs[0] = position;
150 packet->position = position;
191 // formula (position.z+1)/2. For Vulkan the depth range is 0..1 and the vertex depth is mapped as is, so