Home
last modified time | relevance | path

Searched refs:VarValue (Results 1 – 8 of 8) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp234 struct VarValue struct
492 static VarValue getSamplerFillValue (const VarValue& sampler) in getSamplerFillValue()
496 VarValue result; in getSamplerFillValue()
505 static VarValue getSamplerUnitValue (const VarValue& sampler) in getSamplerUnitValue()
509 VarValue result; in getSamplerUnitValue()
516 static string shaderVarValueStr (const VarValue& value) in shaderVarValueStr()
547 static string apiVarValueStr (const VarValue& value) in apiVarValueStr()
578 static VarValue generateRandomVarValue (const glu::DataType type, Random& rnd, int samplerUnit = -1… in generateRandomVarValue()
581 VarValue result; in generateRandomVarValue()
614 static VarValue generateZeroVarValue (const glu::DataType type) in generateZeroVarValue()
[all …]
/external/deqp/modules/gles31/functional/
Des31fProgramUniformTests.cpp274 struct VarValue struct
509 static VarValue getSamplerFillValue (const VarValue& sampler) in getSamplerFillValue()
513 VarValue result; in getSamplerFillValue()
540 static VarValue getSamplerUnitValue (const VarValue& sampler) in getSamplerUnitValue()
544 VarValue result; in getSamplerUnitValue()
556 static VarValue getTransposeMatrix (const VarValue& original) in getTransposeMatrix()
562 VarValue result; in getTransposeMatrix()
572 static string shaderVarValueStr (const VarValue& value) in shaderVarValueStr()
605 static string apiVarValueStr (const VarValue& value) in apiVarValueStr()
638 static VarValue generateRandomVarValue (const glu::DataType type, Random& rnd, int samplerUnit = -1… in generateRandomVarValue()
[all …]
Des31fShaderIntegerFunctionTests.cpp69 struct VarValue struct
74 VarValue (const glu::VarType& type_, const void* value_) : type(type_), value(value_) {} in VarValue() argument
77 std::ostream& operator<< (std::ostream& str, const VarValue& varValue) in operator <<()
298 << VarValue(m_spec.inputs[inNdx].varType, curInputPtr[inNdx]) in iterate()
304 << VarValue(m_spec.outputs[outNdx].varType, curOutputPtr[outNdx]) in iterate()
Des31fShaderCommonFunctionTests.cpp356 struct VarValue struct
361 VarValue (const glu::VarType& type_, const void* value_) : type(type_), value(value_) {} in VarValue() argument
364 std::ostream& operator<< (std::ostream& str, const VarValue& varValue) in operator <<()
440 << VarValue(m_spec.inputs[inNdx].varType, curInputPtr[inNdx]) in iterate()
446 << VarValue(m_spec.outputs[outNdx].varType, curOutputPtr[outNdx]) in iterate()
/external/deqp/modules/gles3/functional/
Des3fUniformApiTests.cpp294 struct VarValue struct
558 static VarValue getSamplerFillValue (const VarValue& sampler) in getSamplerFillValue()
562 VarValue result; in getSamplerFillValue()
589 static VarValue getSamplerUnitValue (const VarValue& sampler) in getSamplerUnitValue()
593 VarValue result; in getSamplerUnitValue()
605 static VarValue getTransposeMatrix (const VarValue& original) in getTransposeMatrix()
611 VarValue result; in getTransposeMatrix()
621 static string shaderVarValueStr (const VarValue& value) in shaderVarValueStr()
654 static string apiVarValueStr (const VarValue& value) in apiVarValueStr()
687 static VarValue generateRandomVarValue (const glu::DataType type, Random& rnd, int samplerUnit = -1… in generateRandomVarValue()
[all …]
Des3fShaderCommonFunctionTests.cpp282 struct VarValue struct
287 VarValue (const glu::VarType& type_, const void* value_) : type(type_), value(value_) {} in VarValue() argument
290 std::ostream& operator<< (std::ostream& str, const VarValue& varValue) in operator <<()
366 << VarValue(m_spec.inputs[inNdx].varType, curInputPtr[inNdx]) in iterate()
372 << VarValue(m_spec.outputs[outNdx].varType, curOutputPtr[outNdx]) in iterate()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderIntegerFunctionTests.cpp71 struct VarValue struct
76 VarValue (const glu::VarType& type_, const void* value_) : type(type_), value(value_) {} in VarValue() function
79 std::ostream& operator<< (std::ostream& str, const VarValue& varValue) in operator <<()
425 << VarValue(m_spec.inputs[inNdx].varType, curInputPtr[inNdx]) in iterate()
431 << VarValue(m_spec.outputs[outNdx].varType, curOutputPtr[outNdx]) in iterate()
DvktShaderCommonFunctionTests.cpp299 struct VarValue struct
304 VarValue (const glu::VarType& type_, const void* value_) : type(type_), value(value_) {} in VarValue() argument
307 std::ostream& operator<< (std::ostream& str, const VarValue& varValue) in operator <<()
549 << VarValue(m_spec.inputs[inNdx].varType, curInputPtr[inNdx]) in iterate()
555 << VarValue(m_spec.outputs[outNdx].varType, curOutputPtr[outNdx]) in iterate()