Home
last modified time | relevance | path

Searched refs:HS (Results 1 – 25 of 76) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Utils/
DARMBaseInfo.h33 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-subzero/include/llvm/Support/
DFormatProviders.h133 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFormatProviders.h132 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-10.0/llvm/lib/DebugInfo/PDB/Native/
DTpiStream.cpp81 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/
Dfd5_program.c164 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()
302 OUT_RING(ring, A5XX_HLSQ_HS_CONFIG_CONSTOBJECTOFFSET(s[HS].constoff) | in fd5_program_emit()
303 A5XX_HLSQ_HS_CONFIG_SHADEROBJOFFSET(s[HS].instroff) | in fd5_program_emit()
304 COND(s[HS].v, A5XX_HLSQ_HS_CONFIG_ENABLED)); in fd5_program_emit()
322 OUT_RING(ring, A5XX_HLSQ_HS_CNTL_INSTRLEN(s[HS].instrlen) | in fd5_program_emit()
323 COND(s[HS].v && s[HS].v->has_ssbo, in fd5_program_emit()
339 OUT_RING(ring, A5XX_SP_HS_CONFIG_CONSTOBJECTOFFSET(s[HS].constoff) | in fd5_program_emit()
340 A5XX_SP_HS_CONFIG_SHADEROBJOFFSET(s[HS].instroff) | in fd5_program_emit()
[all …]
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_program.c91 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()
256 A4XX_HLSQ_HS_CONTROL_REG_CONSTLENGTH(s[HS].constlen) | in fd4_program_emit()
257 A4XX_HLSQ_HS_CONTROL_REG_CONSTOBJECTOFFSET(s[HS].constoff) | in fd4_program_emit()
258 A4XX_HLSQ_HS_CONTROL_REG_INSTRLENGTH(s[HS].instrlen) | in fd4_program_emit()
259 A4XX_HLSQ_HS_CONTROL_REG_SHADEROBJOFFSET(s[HS].instroff)); in fd4_program_emit()
392 OUT_RING(ring, A4XX_SP_HS_OBJ_OFFSET_REG_CONSTOBJECTOFFSET(s[HS].constoff) | in fd4_program_emit()
393 A4XX_SP_HS_OBJ_OFFSET_REG_SHADEROBJOFFSET(s[HS].instroff)); in fd4_program_emit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DDynamicLibrary.inc65 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/
DELFYAML.cpp1330 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/
DDynamicLibrary.cpp152 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/
DARCInfo.h31 HS = 0x6, enumerator
DARCInstPrinter.cpp64 case ARCCC::HS: in ARCCondCodeToString()
/third_party/grpc/test/core/end2end/fuzzers/server_fuzzer_corpus/
D8ec00f45afb097066f47d0bad256a8b856b1efe86 user-agent"bad-client grpc-c/0.12.0.0 (linux) grpc-timeout10HS grpc-timeout5S
/third_party/mesa3d/src/amd/compiler/
DREADME.md126 * TCS = Tessellation Control Shader, equivalent to D3D HS = Hull Shader
134 * LS = Local Shader (merged into HS on GFX9+), only runs SW VS when tessellation is used
135 * HS = Hull Shader, the HW equivalent of a Tessellation Control Shader, runs before the fixed funct…
172 * LS and HS share the same LDS space, so LS can store its output to LDS, where HS can read it
173 * HS, ES, GS outputs are stored in VRAM, next stage reads these from VRAM
176 | GFX6-8 HW stages: | LS | HS | ES | GS | VS | PS | ACO terminology |
185 * HW LS and HS stages are merged, and the merged shader still uses LDS in the same way as before
Daco_instruction_selection_setup.cpp862 hw_stage = HWStage::HS; /* GFX6-8: TCS is a Hull Shader */ in setup_isel_context()
864 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/
DNVPTX.h141 HS, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.h238 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/
DARCInstrInfo.cpp111 return ARCCC::HS; in GetOppositeBranchCondition()
112 case ARCCC::HS: in GetOppositeBranchCondition()
DARCBranchFinalize.cpp88 case ARCCC::HS: in INITIALIZE_PASS_DEPENDENCY()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
DREADME-HS20433 <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/
DREADME-HS20427 <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/
D17.1.9.rst52 - cherry-ignore: add "radeonsi/gfx9: proper workaround for LS/HS VGPR
D17.2.2.rst104 - cherry-ignore: add "radeonsi/gfx9: proper workaround for LS/HS VGPR
D11.0.3.rst119 - radeonsi: don't forget to update scratch relocations for LS, HS, ES
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXInstPrinter.cpp188 case NVPTX::PTXCmpMode::HS: in printCmpMode()
/third_party/boost/libs/wave/test/testwave/testfiles/
Dt_5_035.hpp317 #define HS macro

1234