HomeSort by relevance Sort by last modified time
    Searched defs:VALUE_BOOL (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp 208 VALUE_BOOL = (1<<5), // boolean scalar
221 B = VALUE_BOOL,
231 return type == VALUE_FLOAT || type == VALUE_BOOL || type == VALUE_INT;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderOperatorTests.cpp 249 VALUE_BOOL = (1<<5), // boolean scalar
265 B = VALUE_BOOL,
278 return type == VALUE_FLOAT || type == VALUE_BOOL || type == VALUE_INT || type == VALUE_UINT;
298 return (type & (VALUE_BOOL | VALUE_BOOL_VEC | VALUE_BOOL_GENTYPE)) != 0;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp 269 VALUE_BOOL = (1<<5), // boolean scalar
285 B = VALUE_BOOL,
298 return type == VALUE_FLOAT || type == VALUE_BOOL || type == VALUE_INT || type == VALUE_UINT;
318 return (type & (VALUE_BOOL | VALUE_BOOL_VEC | VALUE_BOOL_GENTYPE)) != 0;
    [all...]

Completed in 196 milliseconds