Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fShaderIntegerFunctionTests.cpp69 struct VarValue struct
71 const glu::VarType& type;
72 const void* value;
74 VarValue (const glu::VarType& type_, const void* value_) : type(type_), value(value_) {} in VarValue() argument
Des31fProgramUniformTests.cpp274 struct VarValue struct
276 glu::DataType type;
279 {
294 } val;
Des31fShaderCommonFunctionTests.cpp356 struct VarValue struct
358 const glu::VarType& type;
359 const void* value;
361 VarValue (const glu::VarType& type_, const void* value_) : type(type_), value(value_) {} in VarValue() function
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderIntegerFunctionTests.cpp71 struct VarValue struct
73 const glu::VarType& type;
74 const void* value;
76 VarValue (const glu::VarType& type_, const void* value_) : type(type_), value(value_) {} in VarValue() function
DvktShaderCommonFunctionTests.cpp299 struct VarValue struct
301 const glu::VarType& type;
302 const void* value;
304 VarValue (const glu::VarType& type_, const void* value_) : type(type_), value(value_) {} in VarValue() argument
/external/deqp/modules/gles3/functional/
Des3fShaderCommonFunctionTests.cpp282 struct VarValue struct
284 const glu::VarType& type;
285 const void* value;
287 VarValue (const glu::VarType& type_, const void* value_) : type(type_), value(value_) {} in VarValue() argument
Des3fUniformApiTests.cpp294 struct VarValue struct
296 glu::DataType type;
299 {
314 } val;
/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp234 struct VarValue struct
236 glu::DataType type;
239 {
248 } val;