Home
last modified time | relevance | path

Searched refs:isBool (Results 1 – 25 of 28) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsClusteredTests.cpp805 bool isBool = false; in createSubgroupsClusteredTests() local
826 isBool = true; in createSubgroupsClusteredTests()
849 if (isBool && !isBitwiseOp) in createSubgroupsClusteredTests()
DvktSubgroupsPartitionedTests.cpp966 bool isBool = false; in createSubgroupsPartitionedTests() local
987 isBool = true; in createSubgroupsPartitionedTests()
1016 if (isBool && !isBitwiseOp) in createSubgroupsPartitionedTests()
DvktSubgroupsArithmeticTests.cpp975 bool isBool = false; in createSubgroupsArithmeticTests() local
996 isBool = true; in createSubgroupsArithmeticTests()
1025 if (isBool && !isBitwiseOp) in createSubgroupsArithmeticTests()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DYAMLTraits.h499 inline bool isBool(StringRef S) {
516 if (isBool(S))
/external/webrtc/webrtc/base/
Djson.cc24 if (in.isBool()) { in GetStringFromJson()
/external/jsoncpp/
DNEWS.txt18 * isBool, isNull, isString, isArray, and isObject now return true if and
/external/llvm/include/llvm/Support/
DYAMLTraits.h406 inline bool isBool(StringRef S) {
427 if (isBool(S))
/external/jsoncpp/include/json/
Dvalue.h277 bool isBool() const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DYAMLTraits.h458 inline bool isBool(StringRef S) {
479 if (isBool(S))
/external/deqp/modules/gles2/functional/
Des2fShaderOperatorTests.cpp477 bool isBool = de::inRange<int>(inType, TYPE_BOOL, TYPE_BOOL_VEC4); in ShaderOperatorCase() local
482 if (precision && !isBool) op << precision << " "; in ShaderOperatorCase()
486 if (isBool) in ShaderOperatorCase()
496 if (isBool) in ShaderOperatorCase()
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h683 bool isBool() const;
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h683 bool isBool() const;
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h683 bool isBool() const;
/external/protobuf/conformance/third_party/jsoncpp/
Djson.h733 bool isBool() const;
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp741 const bool isBool = de::inRange<int>(inType, TYPE_BOOL, TYPE_BOOL_VEC4); in setupShaderData() local
746 if (precision && !isBool) op << precision << " "; in setupShaderData()
750 if (isBool) in setupShaderData()
760 if (isBool) in setupShaderData()
/external/deqp/modules/gles2/performance/
Des2pShaderOperatorTests.cpp2209 int isBool = funcTypes[i] & VALUE_ANY_BOOL; in init() local
2219 : isBool ? boolTypes[typeArrayNdx] in init()
/external/deqp/modules/gles3/performance/
Des3pShaderOperatorTests.cpp2252 int isBool = funcTypes[i] & VALUE_ANY_BOOL; in init() local
2264 : isBool ? boolTypes[typeArrayNdx] in init()
/external/deqp/modules/gles3/functional/
Des3fShaderOperatorTests.cpp756 bool isBool = de::inRange<int>(inType, TYPE_BOOL, TYPE_BOOL_VEC4); in setupShaderData() local
761 if (precision && !isBool) op << precision << " "; in setupShaderData()
765 if (isBool) in setupShaderData()
775 if (isBool) in setupShaderData()
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp4718 bool isBool = typeProxy == glslang::EbtBool; local
4912 else if (isBool)
4921 else if (isBool)
6463 const bool isBool = typeProxy == glslang::EbtBool; local
6560 if (isBool) {
6575 if (isBool) {
6590 if (isBool) {
/external/jsoncpp/src/lib_json/
Djson_value.cpp1094 bool Value::isBool() const { return type_ == booleanValue; } in isBool() function in Json::Value
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp959 const bool isBool = isDataTypeBoolOrBVec(m_shaderSpec.outputs[outNdx].varType.getBasicType()); in execute() local
960 …6B16A16_SFLOAT : (isFloat ? VK_FORMAT_R32G32B32A32_SFLOAT : (isSigned || isBool ? VK_FORMAT_R32G32… in execute()
/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_file_system.cc294 if (!result_value.isBool()) { in GetBoolValue()
/external/jsoncpp/src/test_lib_json/
Dmain.cpp1275 JSONTEST_ASSERT_EQUAL(check.isBool_, value.isBool()); in checkIs()
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
Djquery-1.7.1.js2263 isBool = typeof stateVal === "boolean";
2282 state = isBool ? state : !self.hasClass( className );
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp3598 bool Value::isBool() const { return type_ == booleanValue; } in isBool() function in Json::Value

12