Home
last modified time | relevance | path

Searched refs:VarValue (Results 1 - 10 of 10) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
H A 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 resul in getTransposeMatrix()
[all...]
H A Des31fShaderIntegerFunctionTests.cpp69 struct VarValue struct
74 VarValue (const glu::VarType& type_, const void* value_) : type(type_), value(value_) {} in VarValue() function
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()
H A Des31fShaderCommonFunctionTests.cpp344 struct VarValue struct
349 VarValue (const glu::VarType& type_, const void* value_) : type(type_), value(value_) {} in VarValue() function
352 std::ostream& operator<< (std::ostream& str, const VarValue& varValue) in operator <<()
428 << VarValue(m_spec.inputs[inNdx].varType, curInputPtr[inNdx]) in iterate()
434 << VarValue(m_spec.outputs[outNdx].varType, curOutputPtr[outNdx]) in iterate()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fUniformApiTests.cpp294 struct VarValue
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 resul in getTransposeMatrix()
[all...]
H A Des3fShaderCommonFunctionTests.cpp269 struct VarValue struct
274 VarValue (const glu::VarType& type_, const void* value_) : type(type_), value(value_) {} in VarValue() function
277 std::ostream& operator<< (std::ostream& str, const VarValue& varValue) in operator <<()
353 << VarValue(m_spec.inputs[inNdx].varType, curInputPtr[inNdx]) in iterate()
359 << VarValue(m_spec.outputs[outNdx].varType, curOutputPtr[outNdx]) in iterate()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fUniformApiTests.cpp234 struct VarValue
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 generateRandomVarValu
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp290 struct VarValue struct
295 VarValue (const glu::VarType& type_, const void* value_) : type(type_), value(value_) {} in VarValue() function
298 std::ostream& operator<< (std::ostream& str, const VarValue& varValue) in operator <<()
467 << VarValue(m_spec.inputs[inNdx].varType, curInputPtr[inNdx]) in iterate()
473 << VarValue(m_spec.outputs[outNdx].varType, curOutputPtr[outNdx]) in iterate()
H A 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 <<()
376 << VarValue(m_spec.inputs[inNdx].varType, curInputPtr[inNdx]) in iterate()
382 << VarValue(m_spec.outputs[outNdx].varType, curOutputPtr[outNdx]) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp290 struct VarValue struct
295 VarValue (const glu::VarType& type_, const void* value_) : type(type_), value(value_) {} in VarValue() function
298 std::ostream& operator<< (std::ostream& str, const VarValue& varValue) in operator <<()
467 << VarValue(m_spec.inputs[inNdx].varType, curInputPtr[inNdx]) in iterate()
473 << VarValue(m_spec.outputs[outNdx].varType, curOutputPtr[outNdx]) in iterate()
H A 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 <<()
376 << VarValue(m_spec.inputs[inNdx].varType, curInputPtr[inNdx]) in iterate()
382 << VarValue(m_spec.outputs[outNdx].varType, curOutputPtr[outNdx]) in iterate()

Completed in 25 milliseconds