Home
last modified time | relevance | path

Searched refs:VALUE_NONE (Results 1 – 7 of 7) sorted by relevance

/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DArabicShaping.java29 public static final int VALUE_NONE = 0; field in ArabicShaping
DCanonGSUBBuilder.java40 int leftType = ArabicShaping.VALUE_NONE; in convertArabicString()
41 int rightType = ArabicShaping.VALUE_NONE; in convertArabicString()
/third_party/vk-gl-cts/modules/gles3/performance/
Des3pShaderOperatorTests.cpp1940 VALUE_NONE = 0, in init() enumerator
1958 N = VALUE_NONE, in init()
2247 if (funcTypes[i] == VALUE_NONE) in init()
/third_party/vk-gl-cts/modules/gles2/performance/
Des2pShaderOperatorTests.cpp1932 VALUE_NONE = 0, in init() enumerator
1948 N = VALUE_NONE, in init()
2204 if (funcTypes[i] == VALUE_NONE) in init()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fShaderOperatorTests.cpp202 VALUE_NONE = 0, enumerator
954 Value notUsed = Value(VALUE_NONE, 0.0f, 0.0f);
1286 bool isUnaryOp = (funcInfo.input1.valueType == VALUE_NONE);
1317 if (v.valueType == VALUE_NONE)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp231 VALUE_NONE = 0, enumerator
1269 Value notUsed = Value(VALUE_NONE, 0.0f, 0.0f); in init()
1748 const bool isUnaryOp = (funcInfo.input1.valueType == VALUE_NONE); in init()
1782 if (v.valueType == VALUE_NONE) in init()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderOperatorTests.cpp320 VALUE_NONE = 0, enumerator
1579 Value notUsed = Value(VALUE_NONE, 0.0f, 0.0f);
2148 bool isUnaryOp = (funcInfo.input1.valueType == VALUE_NONE);
2181 if (v.valueType == VALUE_NONE)