Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fShaderOperatorTests.cpp537 struct ShaderValue struct
539 ShaderValue(DataType type_, float rangeMin_, float rangeMax_) in ShaderValue() argument
546 ShaderValue(void) : type(TYPE_LAST), rangeMin(0.0f), rangeMax(0.0f) in ShaderValue() function
550 DataType type;
551 float rangeMin;
552 float rangeMax;
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderOperatorTests.cpp700 struct ShaderValue struct
702 ShaderValue(DataType type_, const float rangeMin_, const float rangeMax_) in ShaderValue() function
709 ShaderValue(void) : type(TYPE_LAST), rangeMin(0.0f), rangeMax(0.0f) in ShaderValue() function
713 DataType type;
714 float rangeMin;
715 float rangeMax;
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp1009 struct ShaderValue struct
1011 ShaderValue(DataType type_, const FloatScalar &rangeMin_, const FloatScalar &rangeMax_) in ShaderValue() function
1018 ShaderValue(void) : type(TYPE_LAST), rangeMin(0.0f), rangeMax(0.0f) in ShaderValue() argument
1022 DataType type;
1023 FloatScalar rangeMin;
1024 FloatScalar rangeMax;