| /external/angle/src/libANGLE/ |
| D | gles_extensions_autogen.h | 52 bool clipCullDistanceAny() const { return (clipCullDistanceANGLE || clipCullDistanceEXT); } in clipCullDistanceAny() 53 bool copyImageAny() const { return (copyImageEXT || copyImageOES); } in copyImageAny() 54 bool depthTextureAny() const { return (depthTextureANGLE || depthTextureOES); } in depthTextureAny() 55 bool drawBuffersIndexedAny() const { return (drawBuffersIndexedEXT || drawBuffersIndexedOES); } in drawBuffersIndexedAny() 56 bool drawElementsBaseVertexAny() const in drawElementsBaseVertexAny() 60 bool framebufferBlitAny() const { return (framebufferBlitANGLE || framebufferBlitNV); } in framebufferBlitAny() 61 bool geometryShaderAny() const { return (geometryShaderEXT || geometryShaderOES); } in geometryShaderAny() 62 bool instancedArraysAny() const { return (instancedArraysANGLE || instancedArraysEXT); } in instancedArraysAny() 63 bool polygonModeAny() const { return (polygonModeANGLE || polygonModeNV); } in polygonModeAny() 64 bool primitiveBoundingBoxAny() const in primitiveBoundingBoxAny() [all …]
|
| D | validationGL1_autogen.h | 24 bool ValidateAccum(const Context *context, angle::EntryPoint entryPoint, GLenum op, GLfloat value); 25 bool ValidateBegin(const Context *context, angle::EntryPoint entryPoint, GLenum mode); 26 bool ValidateBitmap(const Context *context, 35 bool ValidateCallList(const Context *context, angle::EntryPoint entryPoint, GLuint list); 36 bool ValidateCallLists(const Context *context, 41 bool ValidateClearAccum(const Context *context, 47 bool ValidateClearDepth(const Context *context, angle::EntryPoint entryPoint, GLdouble depth); 48 bool ValidateClearIndex(const Context *context, angle::EntryPoint entryPoint, GLfloat c); 49 bool ValidateClipPlane(const Context *context, 53 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; 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/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/cronet/third_party/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/virglrenderer/src/venus/venus-protocol/ |
| D | vn_protocol_renderer_info.h | 15 bool enabled[99]; 17 bool EXT_4444_formats; 18 bool EXT_calibrated_timestamps; 19 bool EXT_command_serialization; 20 bool EXT_conditional_rendering; 21 bool EXT_conservative_rasterization; 22 bool EXT_custom_border_color; 23 bool EXT_depth_clip_control; 24 bool EXT_depth_clip_enable; 25 bool EXT_descriptor_indexing; [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/cronet/buildtools/third_party/libc++/trunk/test/support/ |
| D | compare_types.h | 23 bool operator==(cxx20_member_eq const&) const = default; 27 friend bool operator==(cxx20_friend_eq const&, cxx20_friend_eq const&) = default; 39 friend bool operator==(explicit_operators, explicit_operators) noexcept; 40 friend bool operator!=(explicit_operators, explicit_operators) noexcept; 41 friend bool operator<(explicit_operators, explicit_operators) noexcept; 42 friend bool operator>(explicit_operators, explicit_operators) noexcept; 43 friend bool operator<=(explicit_operators, explicit_operators) noexcept; 44 friend bool operator>=(explicit_operators, explicit_operators) noexcept; 46 friend bool operator==(explicit_operators const&, equality_comparable_with_ec1 const&) noexcept; 47 friend bool operator==(equality_comparable_with_ec1 const&, explicit_operators const&) noexcept; [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/angle/src/libANGLE/capture/ |
| D | capture_gl_1_autogen.h | 23 angle::CallCapture CaptureAccum(const State &glState, bool isCallValid, GLenum op, GLfloat value); 24 angle::CallCapture CaptureBegin(const State &glState, bool isCallValid, GLenum mode); 26 bool isCallValid, 34 angle::CallCapture CaptureCallList(const State &glState, bool isCallValid, GLuint list); 36 bool isCallValid, 41 bool isCallValid, 46 angle::CallCapture CaptureClearDepth(const State &glState, bool isCallValid, GLdouble depth); 47 angle::CallCapture CaptureClearIndex(const State &glState, bool isCallValid, GLfloat c); 49 bool isCallValid, 53 bool isCallValid, [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 …]
|