Lines Matching defs:input
795 , input(autoincrement)
838 const Variable input;
888 (op::EntryPoint, "Vertex", var.mainFunc, "\"main\"", var.input, var.output)
890 (op::Decorate, var.input, "Location", 0);
929 (var.input, is, op::Variable , var.inputPtr, "Input")
977 // an input block. Marked readonly.
1104 // Lets create pointer types to the input data type, output data type and a struct
1124 (var.input, is, op::Variable, var.inputPtr, "Input")
1278 (inputValue, is, op::Load, var.v4f32, var.input)
1442 log << tcu::TestLog::Message << "input buffer - alloc size: " << m_inBufferAccess.allocSize << tcu::TestLog::EndMessage;
1443 log << tcu::TestLog::Message << "input buffer - max access range: " << m_inBufferAccess.maxAccessRange << tcu::TestLog::EndMessage;
1446 log << tcu::TestLog::Message << "indices - input offset: " << indices[0] << tcu::TestLog::EndMessage;