/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/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/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/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/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.h | 83 bool HasV8_1aOps = false; 84 bool HasV8_2aOps = false; 85 bool HasV8_3aOps = false; 86 bool HasV8_4aOps = false; 87 bool HasV8_5aOps = false; 88 bool HasV8_6aOps = false; 90 bool HasV8_0rOps = false; 91 bool HasCONTEXTIDREL2 = false; 93 bool HasFPARMv8 = false; 94 bool HasNEON = false; [all …]
|
/external/angle/src/libANGLE/ |
D | Caps.h | 35 bool texturable = false; 38 bool filterable = false; 41 bool textureAttachment = false; 44 bool renderbuffer = false; 47 bool blendable = false; 93 bool DetermineCompressedTextureETCSupport(const TextureCapsMap &textureCaps); 130 bool depthTextureAny() const { return (depthTextureANGLE || depthTextureOES); } in depthTextureAny() 135 bool elementIndexUintOES = false; 138 bool packedDepthStencilOES = false; 141 bool readDepthNV = false; [all …]
|
D | validationGL1_autogen.h | 21 bool ValidateAccum(const Context *context, GLenum op, GLfloat value); 22 bool ValidateBegin(const Context *context, GLenum mode); 23 bool ValidateBitmap(const Context *context, 31 bool ValidateCallList(const Context *context, GLuint list); 32 bool ValidateCallLists(const Context *context, GLsizei n, GLenum type, const void *lists); 33 bool ValidateClearAccum(const Context *context, 38 bool ValidateClearDepth(const Context *context, GLdouble depth); 39 bool ValidateClearIndex(const Context *context, GLfloat c); 40 bool ValidateClipPlane(const Context *context, GLenum plane, const GLdouble *equation); 41 bool ValidateColor3b(const Context *context, GLbyte red, GLbyte green, GLbyte blue); [all …]
|
D | validationGL1.cpp | 14 bool ValidateAccum(const Context *, GLenum op, GLfloat value) in ValidateAccum() 19 bool ValidateBegin(const Context *, GLenum mode) in ValidateBegin() 24 bool ValidateBitmap(const Context *, in ValidateBitmap() 36 bool ValidateCallList(const Context *, GLuint list) in ValidateCallList() 41 bool ValidateCallLists(const Context *, GLsizei n, GLenum type, const void *lists) in ValidateCallLists() 46 bool ValidateClearAccum(const Context *, GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in ValidateClearAccum() 51 bool ValidateClearDepth(const Context *, GLdouble depth) in ValidateClearDepth() 56 bool ValidateClearIndex(const Context *, GLfloat c) in ValidateClearIndex() 61 bool ValidateClipPlane(const Context *, GLenum plane, const GLdouble *equation) in ValidateClipPlane() 66 bool ValidateColor3b(const Context *, GLbyte red, GLbyte green, GLbyte blue) in ValidateColor3b() [all …]
|
D | validationES2_autogen.h | 20 bool ValidateActiveTexture(const Context *context, GLenum texture); 21 bool ValidateAttachShader(const Context *context, 24 bool ValidateBindAttribLocation(const Context *context, 28 bool ValidateBindBuffer(const Context *context, BufferBinding targetPacked, BufferID bufferPacked); 29 bool ValidateBindFramebuffer(const Context *context, 32 bool ValidateBindRenderbuffer(const Context *context, 35 bool ValidateBindTexture(const Context *context, TextureType targetPacked, TextureID texturePacked); 36 bool ValidateBlendColor(const Context *context, 41 bool ValidateBlendEquation(const Context *context, GLenum mode); 42 bool ValidateBlendEquationSeparate(const Context *context, GLenum modeRGB, GLenum modeAlpha); [all …]
|
D | validationGL4_autogen.h | 21 bool ValidateBeginQueryIndexed(const Context *context, 25 bool ValidateDrawTransformFeedback(const Context *context, 28 bool ValidateDrawTransformFeedbackStream(const Context *context, 32 bool ValidateEndQueryIndexed(const Context *context, GLenum target, GLuint index); 33 bool ValidateGetActiveSubroutineName(const Context *context, 40 bool ValidateGetActiveSubroutineUniformName(const Context *context, 47 bool ValidateGetActiveSubroutineUniformiv(const Context *context, 53 bool ValidateGetProgramStageiv(const Context *context, 58 bool ValidateGetQueryIndexediv(const Context *context, 63 bool ValidateGetSubroutineIndex(const Context *context, [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 | 28 bool is_server = false; 29 bool is_dtls = false; 30 bool is_quic = false; 33 bool fallback_scsv = false; 42 bool require_any_client_certificate = false; 45 bool false_start = false; 47 bool async = false; 48 bool write_different_record_sizes = false; 49 bool cbc_record_splitting = false; 50 bool partial_write = false; [all …]
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 84 bool HasX87 = false; 87 bool HasCmpxchg8b = false; 91 bool HasNOPL = false; 95 bool HasCMov = false; 98 bool HasX86_64 = false; 101 bool HasPOPCNT = false; 104 bool HasSSE4A = false; 107 bool HasAES = false; 108 bool HasVAES = false; 111 bool HasFXSR = 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; 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/llvm-project/llvm/tools/llvm-readobj/ |
D | ARMWinEHPrinter.h | 27 bool isAArch64; 33 bool (Decoder::*Routine)(const uint8_t *, unsigned &, unsigned, bool); 38 bool opcode_0xxxxxxx(const uint8_t *Opcodes, unsigned &Offset, 39 unsigned Length, bool Prologue); 40 bool opcode_10Lxxxxx(const uint8_t *Opcodes, unsigned &Offset, 41 unsigned Length, bool Prologue); 42 bool opcode_1100xxxx(const uint8_t *Opcodes, unsigned &Offset, 43 unsigned Length, bool Prologue); 44 bool opcode_11010Lxx(const uint8_t *Opcodes, unsigned &Offset, 45 unsigned Length, bool Prologue); [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/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.h | 94 bool HasMFOCRF; 95 bool Has64BitSupport; 96 bool Use64BitRegs; 97 bool UseCRBits; 98 bool HasHardFloat; 99 bool IsPPC64; 100 bool HasAltivec; 101 bool HasFPU; 102 bool HasSPE; 103 bool HasVSX; [all …]
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMSubtarget.h | 153 bool HasV4TOps = false; 154 bool HasV5TOps = false; 155 bool HasV5TEOps = false; 156 bool HasV6Ops = false; 157 bool HasV6MOps = false; 158 bool HasV6KOps = false; 159 bool HasV6T2Ops = false; 160 bool HasV7Ops = false; 161 bool HasV8Ops = false; 162 bool HasV8_1aOps = false; [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/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUSubtarget.h | 68 bool Has16BitInsts; 69 bool HasMadMixInsts; 70 bool HasMadMacF32Insts; 71 bool HasDsSrc2Insts; 72 bool HasSDWA; 73 bool HasVOP3PInsts; 74 bool HasMulI24; 75 bool HasMulU24; 76 bool HasInv2PiInlineImm; 77 bool HasFminFmaxLegacy; [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 …]
|