Searched defs:VarValue (Results 1 – 8 of 8) sorted by relevance
| /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
| D | vktShaderCommonFunctionTests.cpp | 290 struct VarValue struct 292 const glu::VarType& type; 293 const void* value; 295 VarValue (const glu::VarType& type_, const void* value_) : type(type_), value(value_) {} in VarValue() function
|
| D | vktShaderIntegerFunctionTests.cpp | 71 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
|
| /external/deqp/modules/gles31/functional/ |
| D | es31fShaderIntegerFunctionTests.cpp | 69 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
|
| D | es31fProgramUniformTests.cpp | 274 struct VarValue struct 276 glu::DataType type; 279 { 294 } val;
|
| D | es31fShaderCommonFunctionTests.cpp | 344 struct VarValue struct 346 const glu::VarType& type; 347 const void* value; 349 VarValue (const glu::VarType& type_, const void* value_) : type(type_), value(value_) {} in VarValue() argument
|
| /external/deqp/modules/gles3/functional/ |
| D | es3fShaderCommonFunctionTests.cpp | 269 struct VarValue struct 271 const glu::VarType& type; 272 const void* value; 274 VarValue (const glu::VarType& type_, const void* value_) : type(type_), value(value_) {} in VarValue() function
|
| D | es3fUniformApiTests.cpp | 294 struct VarValue struct 296 glu::DataType type; 299 { 314 } val;
|
| /external/deqp/modules/gles2/functional/ |
| D | es2fUniformApiTests.cpp | 234 struct VarValue struct 236 glu::DataType type; 239 { 248 } val;
|