Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp301 struct VarValue struct
303 const glu::VarType &type;
304 const void *value;
306 VarValue(const glu::VarType &type_, const void *value_) : type(type_), value(value_) in VarValue() function
H A DvktShaderIntegerFunctionTests.cpp60 struct VarValue struct
62 const glu::VarType &type;
63 const void *value;
65 VarValue(const glu::VarType &type_, const void *value_) : type(type_), value(value_) in VarValue() function
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fShaderIntegerFunctionTests.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() argument
H A Des31fShaderCommonFunctionTests.cpp364 struct VarValue struct
366 const glu::VarType &type;
367 const void *value;
369 VarValue(const glu::VarType &type_, const void *value_) : type(type_), value(value_) in VarValue() argument
H A Des31fProgramUniformTests.cpp254 struct VarValue struct
256 glu::DataType type;
259 {
274 } val;
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fShaderCommonFunctionTests.cpp285 struct VarValue struct
287 const glu::VarType &type;
288 const void *value;
290 VarValue(const glu::VarType &type_, const void *value_) : type(type_), value(value_) in VarValue() argument
H A Des3fUniformApiTests.cpp279 struct VarValue struct
281 glu::DataType type;
284 {
299 } val;
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fUniformApiTests.cpp225 struct VarValue struct
227 glu::DataType type;
230 {
239 } val;