Home
last modified time | relevance | path

Searched defs:ShaderValue (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fShaderOperatorTests.cpp366 struct ShaderValue struct
368 ShaderValue (DataType type_, float rangeMin_, float rangeMax_) in ShaderValue() function
375 ShaderValue (void) in ShaderValue() argument
382 DataType type;
383 float rangeMin;
384 float rangeMax;
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp502 struct ShaderValue struct
504 ShaderValue (DataType type_, const float rangeMin_, const float rangeMax_) in ShaderValue() argument
511 ShaderValue (void) in ShaderValue() argument
518 DataType type;
519 float rangeMin;
520 float rangeMax;
/external/deqp/modules/gles3/functional/
Des3fShaderOperatorTests.cpp619 struct ShaderValue struct
621 ShaderValue (DataType type_, const FloatScalar& rangeMin_, const FloatScalar& rangeMax_) in ShaderValue() function
628 ShaderValue (void) in ShaderValue() function
635 DataType type;
636 FloatScalar rangeMin;
637 FloatScalar rangeMax;