/external/angle/src/libANGLE/ |
D | gles_extensions_autogen.h | 52 bool copyImageAny() const { return (copyImageEXT || copyImageOES); } in copyImageAny() 53 bool depthTextureAny() const { return (depthTextureANGLE || depthTextureOES); } in depthTextureAny() 54 bool drawBuffersIndexedAny() const { return (drawBuffersIndexedEXT || drawBuffersIndexedOES); } in drawBuffersIndexedAny() 55 bool drawElementsBaseVertexAny() const in drawElementsBaseVertexAny() 59 bool framebufferBlitAny() const { return (framebufferBlitANGLE || framebufferBlitNV); } in framebufferBlitAny() 60 bool geometryShaderAny() const { return (geometryShaderEXT || geometryShaderOES); } in geometryShaderAny() 61 bool instancedArraysAny() const { return (instancedArraysANGLE || instancedArraysEXT); } in instancedArraysAny() 62 bool primitiveBoundingBoxAny() const in primitiveBoundingBoxAny() 66 bool shaderIoBlocksAny() const { return (shaderIoBlocksEXT || shaderIoBlocksOES); } in shaderIoBlocksAny() 67 bool textureBorderClampAny() const { return (textureBorderClampEXT || textureBorderClampOES); } in textureBorderClampAny() [all …]
|
D | validationGL1_autogen.h | 22 bool ValidateAccum(const Context *context, angle::EntryPoint entryPoint, GLenum op, GLfloat value); 23 bool ValidateBegin(const Context *context, angle::EntryPoint entryPoint, GLenum mode); 24 bool ValidateBitmap(const Context *context, 33 bool ValidateCallList(const Context *context, angle::EntryPoint entryPoint, GLuint list); 34 bool ValidateCallLists(const Context *context, 39 bool ValidateClearAccum(const Context *context, 45 bool ValidateClearDepth(const Context *context, angle::EntryPoint entryPoint, GLdouble depth); 46 bool ValidateClearIndex(const Context *context, angle::EntryPoint entryPoint, GLfloat c); 47 bool ValidateClipPlane(const Context *context, 51 bool ValidateColor3b(const Context *context, [all …]
|
D | validationGL1.cpp | 14 bool ValidateAccum(const Context *, angle::EntryPoint entryPoint, GLenum op, GLfloat value) in ValidateAccum() 19 bool ValidateBegin(const Context *, angle::EntryPoint entryPoint, GLenum mode) in ValidateBegin() 24 bool ValidateBitmap(const Context *, in ValidateBitmap() 37 bool ValidateCallList(const Context *, angle::EntryPoint entryPoint, GLuint list) in ValidateCallList() 42 bool ValidateCallLists(const Context *, in ValidateCallLists() 51 bool ValidateClearAccum(const Context *, in ValidateClearAccum() 61 bool ValidateClearDepth(const Context *, angle::EntryPoint entryPoint, GLdouble depth) in ValidateClearDepth() 66 bool ValidateClearIndex(const Context *, angle::EntryPoint entryPoint, GLfloat c) in ValidateClearIndex() 71 bool ValidateClipPlane(const Context *, in ValidateClipPlane() 79 bool ValidateColor3b(const Context *, in ValidateColor3b() [all …]
|
/external/caliper/caliper/src/test/resources/com/google/caliper/bridge/ |
D | jdk6-flags.txt | 1 bool AHRByDeathCollectTimeRatio = false {product} 2 bool AHRByMinorPauseTimeMajorFreq = false {product} 3 bool AHRByPromoToAllocRatio = false {product} 4 bool AHRBySurvivorAge = false {product} 18 bool AdaptiveHeapRebalance = false {product} 29 bool AdjustConcurrency = false {product} 30 bool AggressiveOpts = false {product} 37 bool AllowJNIEnvProxy = false {product} 38 bool AllowParallelDefineClass = false {product} 39 bool AllowUserSignalHandlers = false {product} [all …]
|
D | jdk7-flags.txt | 1 bool AHRByDeathCollectTimeRatio = false {product} 2 bool AHRByMinorPauseTimeMajorFreq = false {product} 3 bool AHRByPromoToAllocRatio = false {product} 4 bool AHRBySurvivorAge = false {product} 18 bool AdaptiveHeapRebalance = false {product} 29 bool AdjustConcurrency = false {product} 30 bool AggressiveOpts = false {product} 38 bool AllowJNIEnvProxy = false {product} 39 bool AllowParallelDefineClass = false {product} 40 bool AllowUserSignalHandlers = false {product} [all …]
|
/external/mesa3d/prebuilt-intermediates/vulkan/ |
D | anv_extensions.h | 37 bool extensions[ANV_INSTANCE_EXTENSION_COUNT]; 39 bool KHR_device_group_creation; 40 bool KHR_display; 41 bool KHR_external_fence_capabilities; 42 bool KHR_external_memory_capabilities; 43 bool KHR_external_semaphore_capabilities; 44 bool KHR_get_display_properties2; 45 bool KHR_get_physical_device_properties2; 46 bool KHR_get_surface_capabilities2; 47 bool KHR_surface; [all …]
|
/external/mesa3d/src/compiler/glsl/ |
D | glsl_parser_extras.h | 59 bool is_switch_innermost; // if switch stmt is closest to break, ... 63 glsl_compute_version_string(void *mem_ctx, bool is_es, unsigned version); 109 bool is_version(unsigned required_glsl_version, in is_version() 120 bool check_version(unsigned required_glsl_version, 124 bool check_arrays_of_arrays_allowed(YYLTYPE *locp) in check_arrays_of_arrays_allowed() 138 bool check_precision_qualifiers_allowed(YYLTYPE *locp) in check_precision_qualifiers_allowed() 144 bool check_bitwise_operations_allowed(YYLTYPE *locp) in check_bitwise_operations_allowed() 150 bool check_explicit_attrib_stream_allowed(YYLTYPE *locp) in check_explicit_attrib_stream_allowed() 163 bool check_explicit_attrib_location_allowed(YYLTYPE *locp, in check_explicit_attrib_location_allowed() 179 bool check_separate_shader_objects_allowed(YYLTYPE *locp, in check_separate_shader_objects_allowed() [all …]
|
/external/tensorflow/tensorflow/core/grappler/ |
D | op_types.h | 25 bool IsAdd(const NodeDef& node); 26 bool IsAddN(const NodeDef& node); 27 bool IsAll(const NodeDef& node); 28 bool IsAngle(const NodeDef& node); 29 bool IsAny(const NodeDef& node); 30 bool IsAnyDiv(const NodeDef& node); 31 bool IsAnyBatchMatMul(const NodeDef& node); 32 bool IsAnyMatMul(const NodeDef& node); 33 bool IsAnyMax(const NodeDef& node); 34 bool IsAnyMaxPool(const NodeDef& node); [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.h | 73 bool HasV8_1aOps = false; 74 bool HasV8_2aOps = false; 75 bool HasV8_3aOps = false; 76 bool HasV8_4aOps = false; 77 bool HasV8_5aOps = false; 79 bool HasFPARMv8 = false; 80 bool HasNEON = false; 81 bool HasCrypto = false; 82 bool HasDotProd = false; 83 bool HasCRC = false; [all …]
|
/external/vulkan-validation-layers/layers/generated/ |
D | parameter_validation.h | 26 bool PreCallValidateCreateInstance( 30 bool PreCallValidateDestroyInstance( 33 bool PreCallValidateEnumeratePhysicalDevices( 37 bool PreCallValidateGetPhysicalDeviceFeatures( 40 bool PreCallValidateGetPhysicalDeviceFormatProperties( 44 bool PreCallValidateGetPhysicalDeviceImageFormatProperties( 52 bool PreCallValidateGetPhysicalDeviceProperties( 55 bool PreCallValidateGetPhysicalDeviceQueueFamilyProperties( 59 bool PreCallValidateGetPhysicalDeviceMemoryProperties( 62 bool PreCallValidateCreateDevice( [all …]
|
D | object_tracker.h | 37 bool PreCallValidateDestroyInstance( 43 bool PreCallValidateEnumeratePhysicalDevices( 52 bool PreCallValidateGetPhysicalDeviceFeatures( 55 bool PreCallValidateGetPhysicalDeviceFormatProperties( 59 bool PreCallValidateGetPhysicalDeviceImageFormatProperties( 67 bool PreCallValidateGetPhysicalDeviceProperties( 70 bool PreCallValidateGetPhysicalDeviceQueueFamilyProperties( 74 bool PreCallValidateGetPhysicalDeviceMemoryProperties( 77 bool PreCallValidateGetInstanceProcAddr( 80 bool PreCallValidateGetDeviceProcAddr( [all …]
|
/external/rust/crates/quiche/deps/boringssl/src/ssl/test/ |
D | test_config.h | 29 bool is_server = false; 30 bool is_dtls = false; 31 bool is_quic = false; 34 bool fallback_scsv = false; 42 bool enable_ech_grease = false; 44 bool require_any_client_certificate = false; 47 bool false_start = false; 49 bool async = false; 50 bool write_different_record_sizes = false; 51 bool cbc_record_splitting = false; [all …]
|
/external/boringssl/src/ssl/test/ |
D | test_config.h | 29 bool is_server = false; 30 bool is_dtls = false; 31 bool is_quic = false; 34 bool fallback_scsv = false; 42 bool enable_ech_grease = false; 46 bool expect_ech_accept = false; 48 bool expect_no_ech_name_override = false; 50 bool expect_no_ech_retry_configs = false; 53 bool require_any_client_certificate = false; 56 bool false_start = false; [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 86 bool HasX87 = false; 89 bool HasCmpxchg8b = false; 93 bool HasNOPL = false; 97 bool HasCMov = false; 100 bool HasX86_64 = false; 103 bool HasPOPCNT = false; 106 bool HasSSE4A = false; 109 bool HasAES = false; 110 bool HasVAES = false; 113 bool HasFXSR = false; [all …]
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | hlsl.logical.binary.vec.frag.out | 9 0:11 move second child to first child ( temp 4-component vector of bool) 10 0:11 'r00' ( temp 4-component vector of bool) 11 0:11 Negate conditional ( temp 4-component vector of bool) 12 0:11 b4a: direct index for structure ( uniform 4-component vector of bool) 13 …ock{ uniform 4-component vector of bool b4a, uniform 4-component vector of bool b4b, uniform boo… 17 0:12 move second child to first child ( temp 4-component vector of bool) 18 0:12 'r01' ( temp 4-component vector of bool) 19 0:12 logical-and ( temp 4-component vector of bool) 20 0:12 b4a: direct index for structure ( uniform 4-component vector of bool) 21 …ock{ uniform 4-component vector of bool b4a, uniform 4-component vector of bool b4b, uniform boo… [all …]
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | hlsl.logical.binary.vec.frag.out | 9 0:11 move second child to first child ( temp 4-component vector of bool) 10 0:11 'r00' ( temp 4-component vector of bool) 11 0:11 Negate conditional ( temp 4-component vector of bool) 12 0:11 b4a: direct index for structure ( uniform 4-component vector of bool) 13 …ock{ uniform 4-component vector of bool b4a, uniform 4-component vector of bool b4b, uniform boo… 17 0:12 move second child to first child ( temp 4-component vector of bool) 18 0:12 'r01' ( temp 4-component vector of bool) 19 0:12 logical-and ( temp 4-component vector of bool) 20 0:12 b4a: direct index for structure ( uniform 4-component vector of bool) 21 …ock{ uniform 4-component vector of bool b4a, uniform 4-component vector of bool b4b, uniform boo… [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMSubtarget.h | 146 bool HasV4TOps = false; 147 bool HasV5TOps = false; 148 bool HasV5TEOps = false; 149 bool HasV6Ops = false; 150 bool HasV6MOps = false; 151 bool HasV6KOps = false; 152 bool HasV6T2Ops = false; 153 bool HasV7Ops = false; 154 bool HasV8Ops = false; 155 bool HasV8_1aOps = false; [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUSubtarget.h | 66 bool Has16BitInsts; 67 bool HasMadMixInsts; 68 bool FP32Denormals; 69 bool FPExceptions; 70 bool HasSDWA; 71 bool HasVOP3PInsts; 72 bool HasMulI24; 73 bool HasMulU24; 74 bool HasInv2PiInlineImm; 75 bool HasFminFmaxLegacy; [all …]
|
/external/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 75 bool HasX87; 79 bool HasCMov; 82 bool HasX86_64; 85 bool HasPOPCNT; 88 bool HasSSE4A; 91 bool HasAES; 94 bool HasFXSR; 97 bool HasXSAVE; 99 bool HasXSAVEOPT; 101 bool HasXSAVEC; [all …]
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_pass.h | 59 virtual bool visit(node &n, bool enter); 60 virtual bool visit(container_node &n, bool enter); 61 virtual bool visit(alu_group_node &n, bool enter); 62 virtual bool visit(cf_node &n, bool enter); 63 virtual bool visit(alu_node &n, bool enter); 64 virtual bool visit(alu_packed_node &n, bool enter); 65 virtual bool visit(fetch_node &n, bool enter); 66 virtual bool visit(region_node &n, bool enter); 67 virtual bool visit(repeat_node &n, bool enter); 68 virtual bool visit(depart_node &n, bool enter); [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.h | 91 bool HasMFOCRF; 92 bool Has64BitSupport; 93 bool Use64BitRegs; 94 bool UseCRBits; 95 bool HasHardFloat; 96 bool IsPPC64; 97 bool HasAltivec; 98 bool HasFPU; 99 bool HasSPE; 100 bool HasQPX; [all …]
|
/external/llvm/lib/Target/ARM/ |
D | ARMSubtarget.h | 87 bool HasV4TOps = false; 88 bool HasV5TOps = false; 89 bool HasV5TEOps = false; 90 bool HasV6Ops = false; 91 bool HasV6MOps = false; 92 bool HasV6KOps = false; 93 bool HasV6T2Ops = false; 94 bool HasV7Ops = false; 95 bool HasV8Ops = false; 96 bool HasV8_1aOps = false; [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.h | 77 bool operator<(const ValID &RHS) const { 161 bool UpgradeDebugInfo; 171 SlotMapping *Slots = nullptr, bool UpgradeDebugInfo = true, 179 bool Run(); 181 bool parseStandaloneConstantValue(Constant *&C, const SlotMapping *Slots); 183 bool parseTypeAtBeginning(Type *&Ty, unsigned &Read, 190 bool Error(LocTy L, const Twine &Msg) const { in Error() 193 bool TokError(const Twine &Msg) const { in TokError() 205 bool IsCall); 206 GlobalValue *GetGlobalVal(unsigned ID, Type *Ty, LocTy Loc, bool IsCall); [all …]
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.h | 90 bool HasMFOCRF; 91 bool Has64BitSupport; 92 bool Use64BitRegs; 93 bool UseCRBits; 94 bool UseSoftFloat; 95 bool IsPPC64; 96 bool HasAltivec; 97 bool HasSPE; 98 bool HasQPX; 99 bool HasVSX; [all …]
|
/external/angle/src/libANGLE/capture/ |
D | capture_gles_2_0_autogen.h | 22 angle::CallCapture CaptureActiveTexture(const State &glState, bool isCallValid, GLenum texture); 24 bool isCallValid, 28 bool isCallValid, 33 bool isCallValid, 37 bool isCallValid, 41 bool isCallValid, 45 bool isCallValid, 49 bool isCallValid, 54 angle::CallCapture CaptureBlendEquation(const State &glState, bool isCallValid, GLenum mode); 56 bool isCallValid, [all …]
|