Searched defs:VarValue (Results 1 - 6 of 6) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderIntegerFunctionTests.cpp71 struct VarValue struct in namespace:vkt::shaderexecutor::__anon3882
76 VarValue (const glu::VarType& type_, const void* value_) : type(type_), value(value_) {} function in struct:vkt::shaderexecutor::__anon3882::VarValue
79 std::ostream& operator<< (std::ostream& str, const VarValue& varValue)
437 << VarValue(m_spec.inputs[inNdx].varType, curInputPtr[inNdx])
443 << VarValue(m_spec.outputs[outNdx].varType, curOutputPtr[outNdx])
H A DvktShaderCommonFunctionTests.cpp299 struct VarValue struct in namespace:vkt::shaderexecutor::__anon3877
304 VarValue (const glu::VarType& type_, const void* value_) : type(type_), value(value_) {} function in struct:vkt::shaderexecutor::__anon3877::VarValue
307 std::ostream& operator<< (std::ostream& str, const VarValue& varValue)
560 << VarValue(m_spec.inputs[inNdx].varType, curInputPtr[inNdx])
566 << VarValue(m_spec.outputs[outNdx].varType, curOutputPtr[outNdx])
/external/deqp/modules/gles31/functional/
H A Des31fShaderIntegerFunctionTests.cpp69 struct VarValue struct in namespace:deqp::gles31::Functional::__anon4696
74 VarValue (const glu::VarType& type_, const void* value_) : type(type_), value(value_) {} function in struct:deqp::gles31::Functional::__anon4696::VarValue
77 std::ostream& operator<< (std::ostream& str, const VarValue& varValue)
298 << VarValue(m_spec.inputs[inNdx].varType, curInputPtr[inNdx])
304 << VarValue(m_spec.outputs[outNdx].varType, curOutputPtr[outNdx])
H A Des31fShaderCommonFunctionTests.cpp356 struct VarValue struct in namespace:deqp::gles31::Functional
361 VarValue (const glu::VarType& type_, const void* value_) : type(type_), value(value_) {} function in struct:deqp::gles31::Functional::VarValue
364 std::ostream& operator<< (std::ostream& str, const VarValue& varValue)
440 << VarValue(m_spec.inputs[inNdx].varType, curInputPtr[inNdx])
446 << VarValue(m_spec.outputs[outNdx].varType, curOutputPtr[outNdx])
H A Des31fProgramUniformTests.cpp274 struct VarValue struct in namespace:deqp::gles31::Functional::__anon4661
509 static VarValue getSamplerFillValue (const VarValue& sampler)
513 VarValue result;
540 static VarValue getSamplerUnitValue (const VarValue& sampler)
544 VarValue result;
556 static VarValue getTransposeMatrix (const VarValue& original)
562 VarValue resul
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fShaderCommonFunctionTests.cpp282 struct VarValue struct in namespace:deqp::gles3::Functional
287 VarValue (const glu::VarType& type_, const void* value_) : type(type_), value(value_) {} function in struct:deqp::gles3::Functional::VarValue
290 std::ostream& operator<< (std::ostream& str, const VarValue& varValue)
366 << VarValue(m_spec.inputs[inNdx].varType, curInputPtr[inNdx])
372 << VarValue(m_spec.outputs[outNdx].varType, curOutputPtr[outNdx])

Completed in 1212 milliseconds