/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Utils/ |
D | ARMBaseInfo.h | 33 HS, // Carry set >, ==, or unordered enumerator 53 case HS: return LO; in getOppositeCondition() 54 case LO: return HS; in getOppositeCondition() 76 case ARMCC::HS: return ARMCC::LS; in getSwappedCondition() 79 case ARMCC::LS: return ARMCC::HS; in getSwappedCondition() 150 case ARMCC::HS: return "hs"; in ARMCondCodeToString() 171 .Case("hs", ARMCC::HS) in ARMCondCodeFromString() 172 .Case("cs", ARMCC::HS) in ARMCondCodeFromString()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | FormatProviders.h | 132 HexPrintStyle HS; 134 if (consumeHexStyle(Style, HS)) { 135 Digits = consumeNumHexDigits(Style, HS, 0); 136 write_hex(Stream, V, HS, Digits); 181 HexPrintStyle HS = HexPrintStyle::PrefixUpper; 182 consumeHexStyle(Style, HS); 183 size_t Digits = consumeNumHexDigits(Style, HS, sizeof(void *) * 2); 184 write_hex(Stream, reinterpret_cast<std::uintptr_t>(V), HS, Digits);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | FormatProviders.h | 133 HexPrintStyle HS; 135 if (consumeHexStyle(Style, HS)) { 136 Digits = consumeNumHexDigits(Style, HS, 0); 137 write_hex(Stream, V, HS, Digits); 182 HexPrintStyle HS = HexPrintStyle::PrefixUpper; 183 consumeHexStyle(Style, HS); 184 size_t Digits = consumeNumHexDigits(Style, HS, sizeof(void *) * 2); 185 write_hex(Stream, reinterpret_cast<std::uintptr_t>(V), HS, Digits);
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_program.c | 91 enum { VS = 0, FS = 1, HS = 2, DS = 3, GS = 4, MAX_STAGES }; enumerator 101 s[HS].v = s[DS].v = s[GS].v = NULL; /* for now */ in setup_stages() 149 s[HS].instroff = s[DS].instroff = s[GS].instroff = s[FS].instroff; in setup_stages() 150 s[HS].constoff = s[DS].constoff = s[GS].constoff = s[FS].constoff; in setup_stages() 265 A4XX_HLSQ_HS_CONTROL_REG_CONSTLENGTH(s[HS].constlen) | in fd4_program_emit() 266 A4XX_HLSQ_HS_CONTROL_REG_CONSTOBJECTOFFSET(s[HS].constoff) | in fd4_program_emit() 267 COND(s[HS].v && s[HS].v->has_ssbo, A4XX_HLSQ_HS_CONTROL_REG_SSBO_ENABLE) | in fd4_program_emit() 268 A4XX_HLSQ_HS_CONTROL_REG_INSTRLENGTH(s[HS].instrlen) | in fd4_program_emit() 269 A4XX_HLSQ_HS_CONTROL_REG_SHADEROBJOFFSET(s[HS].instroff)); in fd4_program_emit() 404 OUT_RING(ring, A4XX_SP_HS_OBJ_OFFSET_REG_CONSTOBJECTOFFSET(s[HS].constoff) | in fd4_program_emit() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | TpiStream.cpp | 81 auto HS = Pdb.safelyCreateIndexedStream(Header->HashStreamIndex); in reload() local 82 if (!HS) { in reload() 83 consumeError(HS.takeError()); in reload() 87 BinaryStreamReader HSR(**HS); in reload() 112 HashStream = std::move(*HS); in reload()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_program.c | 164 enum { VS = 0, FS = 1, HS = 2, DS = 3, GS = 4, MAX_STAGES }; enumerator 174 s[HS].v = s[DS].v = s[GS].v = NULL; /* for now */ in setup_stages() 225 s[HS].instroff = s[DS].instroff = s[GS].instroff = s[FS].instroff; in setup_stages() 305 OUT_RING(ring, A5XX_HLSQ_HS_CONFIG_CONSTOBJECTOFFSET(s[HS].constoff) | in fd5_program_emit() 306 A5XX_HLSQ_HS_CONFIG_SHADEROBJOFFSET(s[HS].instroff) | in fd5_program_emit() 307 COND(s[HS].v, A5XX_HLSQ_HS_CONFIG_ENABLED)); in fd5_program_emit() 325 OUT_RING(ring, A5XX_HLSQ_HS_CNTL_INSTRLEN(s[HS].instrlen) | in fd5_program_emit() 326 COND(s[HS].v && s[HS].v->has_ssbo, in fd5_program_emit() 342 OUT_RING(ring, A5XX_SP_HS_CONFIG_CONSTOBJECTOFFSET(s[HS].constoff) | in fd5_program_emit() 343 A5XX_SP_HS_CONFIG_SHADEROBJOFFSET(s[HS].instroff) | in fd5_program_emit() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | DynamicLibrary.inc | 65 if (HandleSet* HS = IsOpenedHandlesInstance(Handle)) 66 HS->Process = nullptr; // Just drop the *Process* handle. 90 HandleSet* HS = IsOpenedHandlesInstance(Handle); 91 if (!HS) 95 if (!HS->Process)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 1330 if (const auto *HS = dyn_cast<ELFYAML::HashSection>(C.get())) { in validate() local 1331 if (!HS->Content && !HS->Bucket && !HS->Chain && !HS->Size) in validate() 1335 if (HS->Content || HS->Size) { in validate() 1336 if (HS->Size && HS->Content && in validate() 1337 (uint64_t)*HS->Size < HS->Content->binary_size()) in validate() 1341 if (HS->Bucket) in validate() 1343 if (HS->Chain) in validate() 1348 if ((HS->Bucket && !HS->Chain) || (!HS->Bucket && HS->Chain)) in validate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | DynamicLibrary.cpp | 152 HandleSet& HS = *OpenedHandles; in getPermanentLibrary() local 157 HS.AddLibrary(Handle, /*IsProcess*/ FileName == nullptr); in getPermanentLibrary()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/MCTargetDesc/ |
D | ARCInfo.h | 31 HS = 0x6, enumerator
|
D | ARCInstPrinter.cpp | 64 case ARCCC::HS: in ARCCondCodeToString()
|
/third_party/mesa3d/src/amd/compiler/ |
D | README.md | 126 * TCS = Tessellation Control Shader, equivalent to D3D HS = Hull Shader 136 * LS = Local Shader (merged into HS on GFX9+), only runs SW VS when tessellation is used 137 * HS = Hull Shader, the HW equivalent of a Tessellation Control Shader, runs before the fixed funct… 174 * LS and HS share the same LDS space, so LS can store its output to LDS, where HS can read it 175 * HS, ES, GS outputs are stored in VRAM, next stage reads these from VRAM 178 | GFX6-8 HW stages: | LS | HS | ES | GS | VS | PS | ACO terminology | 187 * HW LS and HS stages are merged, and the merged shader still uses LDS in the same way as before
|
D | aco_instruction_selection_setup.cpp | 881 hw_stage = HWStage::HS; /* GFX6-8: TCS is a Hull Shader */ in setup_isel_context() 883 hw_stage = HWStage::HS; /* GFX9-10: VS+TCS merged into a Hull Shader */ in setup_isel_context()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTX.h | 141 HS, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/ |
D | AArch64BaseInfo.h | 238 HS = 0x2, // Unsigned higher or same >, ==, or unordered enumerator 267 case HS: return "hs"; in getCondCodeName() 301 case HS: return C; // C == 1 in getNZCVToSatisfyCondCode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
D | ARCInstrInfo.cpp | 111 return ARCCC::HS; in GetOppositeBranchCondition() 112 case ARCCC::HS: in GetOppositeBranchCondition()
|
D | ARCBranchFinalize.cpp | 88 case ARCCC::HS: in INITIALIZE_PASS_DEPENDENCY()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | README-HS20 | 433 <3>RX-HS20-ANQP 02:00:00:00:01:00 HS Capability List 484 <3>RX-HS20-ANQP 02:00:00:00:01:00 HS Capability List 512 hs20=1 <--- HS 2.0 indication 573 <3>RX-HS20-ANQP 02:00:00:00:01:00 HS Capability List 586 <3>RX-HS20-ANQP 02:00:00:00:01:00 HS Capability List 600 ssid="HS 2.0 OSU"
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | README-HS20 | 427 <3>RX-HS20-ANQP 02:00:00:00:01:00 HS Capability List 478 <3>RX-HS20-ANQP 02:00:00:00:01:00 HS Capability List 506 hs20=1 <--- HS 2.0 indication 567 <3>RX-HS20-ANQP 02:00:00:00:01:00 HS Capability List 580 <3>RX-HS20-ANQP 02:00:00:00:01:00 HS Capability List 594 ssid="HS 2.0 OSU"
|
/third_party/mesa3d/docs/relnotes/ |
D | 17.1.9.rst | 52 - cherry-ignore: add "radeonsi/gfx9: proper workaround for LS/HS VGPR
|
D | 17.2.2.rst | 104 - cherry-ignore: add "radeonsi/gfx9: proper workaround for LS/HS VGPR
|
D | 11.0.3.rst | 119 - radeonsi: don't forget to update scratch relocations for LS, HS, ES
|
D | 22.1.2.rst | 111 - d3d12: Properly set HS input control point count
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_pipeline_state.cpp | 241 pso_desc.HS.BytecodeLength = shader->bytecode_length; in create_gfx_pipeline_state() 242 pso_desc.HS.pShaderBytecode = shader->bytecode; in create_gfx_pipeline_state()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/MCTargetDesc/ |
D | NVPTXInstPrinter.cpp | 188 case NVPTX::PTXCmpMode::HS: in printCmpMode()
|