Home
last modified time | relevance | path

Searched defs:isUnsigned (Results 1 – 22 of 22) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/preprocessor/
DPpScanner.cpp543 bool isUnsigned = false; in scan() local
647 bool isUnsigned = false; in scan() local
776 bool isUnsigned = false; in scan() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsScanHelpers.cpp159 const bool isUnsigned = subgroups::isFormatUnsigned(format); in getIdentity() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPSInt.h77 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkFormat.cpp1333 bool Format::isUnsigned() const in isUnsigned() function in vk::Format
DVkImage.cpp1383 bool isUnsigned = format.isUnsignedComponent(0); in decodeASTC() local
/third_party/skia/src/sksl/dsl/
DDSLType.cpp195 bool DSLType::isUnsigned() const { in isUnsigned() function in SkSL::dsl::DSLType
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DVertexFormatTests.cpp200 bool isUnsigned, in ShaderTypeGenerator()
226 bool isUnsigned = IsUnsignedFormat(format); in MakeTestPipeline() local
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DVertexFormatTests.cpp203 bool isUnsigned, in ShaderTypeGenerator()
226 bool isUnsigned = IsUnsignedFormat(format); in MakeTestPipeline() local
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
DglcSubgroupsClusteredTests.cpp182 bool isUnsigned = false; in getIdentity() local
DglcSubgroupsArithmeticTests.cpp238 bool isUnsigned = false; in getIdentity() local
DglcSubgroupsPartitionedTests.cpp188 bool isUnsigned = false; in getIdentity() local
/third_party/skia/src/sksl/ir/
DSkSLType.h274 bool isUnsigned() const { in isUnsigned() function
/third_party/flutter/skia/src/sksl/ir/
DSkSLType.h284 bool isUnsigned() const { in isUnsigned() function
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp5418 bool isUnsigned = isTypeUnsignedInt(typeProxy); in createBinaryOperation() local
5786 bool isUnsigned = isTypeUnsignedInt(typeProxy); in createUnaryOperation() local
6869 bool isUnsigned = isTypeUnsignedInt(typeProxy); in createInvocationsOperation() local
7237 const bool isUnsigned = isTypeUnsignedInt(typeProxy); in createSubgroupOperation() local
7476 bool isUnsigned = isTypeUnsignedInt(typeProxy); in createMiscOperation() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DZ3Solver.cpp751 bool isUnsigned) override { in getBitvector()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOutputSPIRV.cpp2283 const bool isUnsigned = basicType == EbtUInt; in visitOperator() local
3242 const bool isUnsigned = isImage ? IsUIntImage(operandBasicType) : operandBasicType == EbtUInt; in createAtomicBuiltIn() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fShaderIntegerFunctionTests.cpp142 const bool isUnsigned = glu::isDataTypeUintOrUVec(dataType); in generateRandomInputData() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp166 static bool isUnsigned(Kind Cmp) { in isUnsigned() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderIntegerFunctionTests.cpp144 const bool isUnsigned = glu::isDataTypeUintOrUVec(dataType); in generateRandomInputData() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h383 bool isUnsigned() const { return SubclassData32; } in isUnsigned() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp3705 bool CmpInst::isUnsigned(Predicate predicate) { in isUnsigned() function in CmpInst
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShaderImageLoadStoreTests.cpp8714 const bool isUnsigned = (T(0) < T(-1)); in Clamp() local