Searched defs:VarValue (Results 1 – 8 of 8) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderCommonFunctionTests.cpp | 192 struct VarValue struct 194 const glu::VarType& type; 195 const void* value; 197 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 | 343 struct VarValue struct 345 const glu::VarType& type; 346 const void* value; 348 VarValue (const glu::VarType& type_, const void* value_) : type(type_), value(value_) {} in VarValue() function
|
/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() argument
|
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;
|