Home
last modified time | relevance | path

Searched refs:USC (Results 1 – 25 of 427) sorted by relevance

12345678910>>...18

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/
H A DBlendToDiscard.cpp211 case USC::BLEND_OPTIMIZATION_SRC_ALPHA: in discardOnAlpha()
212 case USC::BLEND_OPTIMIZATION_SRC_ALPHA_DISCARD_ONLY: in discardOnAlpha()
216 case USC::BLEND_OPTIMIZATION_INV_SRC_ALPHA: in discardOnAlpha()
329 case USC::BLEND_OPTIMIZATION_SRC_ALPHA: in blendToDiscardMRT()
330 case USC::BLEND_OPTIMIZATION_SRC_ALPHA_DISCARD_ONLY: in blendToDiscardMRT()
335 case USC::BLEND_OPTIMIZATION_INV_SRC_ALPHA: in blendToDiscardMRT()
340 case USC::BLEND_OPTIMIZATION_SRC_COLOR_ZERO: in blendToDiscardMRT()
345 case USC::BLEND_OPTIMIZATION_SRC_COLOR_ONE: in blendToDiscardMRT()
350 case USC::BLEND_OPTIMIZATION_SRC_BOTH_ZERO: in blendToDiscardMRT()
355 case USC::BLEND_OPTIMIZATION_SRC_BOTH_ONE: in blendToDiscardMRT()
[all …]
H A DCodeGenPublic.h505 USC::GFX3DPRIMITIVE_TOPOLOGY_TYPE OutputTopology;
511 USC::GFX3DSTATE_CONTROL_DATA_FORMAT ControlDataHeaderFormat;
515 USC::GFX3DSTATE_GEOMETRY_SHADER_DISPATCH_MODE DispatchMode;
529 USC::GFX3DSTATE_PROGRAM_FLOW SingleProgramFlow;
547 USC::GFX3DSTATE_FLOATING_POINT_MODE FloatingPointMode;
548 USC::GFX3DSTATE_PROGRAM_FLOW SingleProgramFlow;
558 USC::GFX3DSTATE_ROUNDING_MODE RoundingMode;
569 USC::GFXMEDIA_GPUWALKER_SIMD SimdWidth;
750 const USC::SShaderStageBTLayout* pLayout, in CBTILayout()
757 const USC::SShaderStageBTLayout* m_pLayout;
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/ocl_igc_interface/impl/
H A Digc_ocl_device_ctx_impl.h69 USC::SYSTEM_THREAD_MODE mode; in CIF_DECLARE_INTERFACE_PIMPL()
72 mode = USC::SYSTEM_THREAD_MODE_CSR; in CIF_DECLARE_INTERFACE_PIMPL()
75 …mode = static_cast<USC::SYSTEM_THREAD_MODE>(USC::SYSTEM_THREAD_MODE_DEBUG | USC::SYSTEM_THREAD_MOD… in CIF_DECLARE_INTERFACE_PIMPL()
78 …mode = static_cast<USC::SYSTEM_THREAD_MODE>(USC::SYSTEM_THREAD_MODE_DEBUG_LOCAL | USC::SYSTEM_THRE… in CIF_DECLARE_INTERFACE_PIMPL()
85 USC::SSystemThreadKernelOutput *systemKernel = nullptr; in CIF_DECLARE_INTERFACE_PIMPL()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/common/
H A DSystemThread.h72 const USC::SYSTEM_THREAD_MODE mode,
73 USC::SSystemThreadKernelOutput* &pSystemThread,
77 USC::SSystemThreadKernelOutput* &pSystemThread );
89 const USC::SYSTEM_THREAD_MODE mode,
94 CGenSystemInstructionKernelProgram(const USC::SYSTEM_THREAD_MODE mode);
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/gdtoa/
H A Dhd_init.c45 #define USC (unsigned char *) in hexdig_init_D2A() macro
46 htinit(hexdig, USC "0123456789", 0x10); in hexdig_init_D2A()
47 htinit(hexdig, USC "abcdef", 0x10 + 10); in hexdig_init_D2A()
48 htinit(hexdig, USC "ABCDEF", 0x10 + 10); in hexdig_init_D2A()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/gdtoa/
H A Dhd_init.c45 #define USC (unsigned char *) in hexdig_init_D2A() macro
46 htinit(hexdig, USC "0123456789", 0x10); in hexdig_init_D2A()
47 htinit(hexdig, USC "abcdef", 0x10 + 10); in hexdig_init_D2A()
48 htinit(hexdig, USC "ABCDEF", 0x10 + 10); in hexdig_init_D2A()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DGeometryShaderProperties.hpp124 void TopologyType(USC::GFX3DPRIMITIVE_TOPOLOGY_TYPE topologyType);
127 void ControlDataFormat(USC::GFX3DSTATE_CONTROL_DATA_FORMAT format);
140 USC::GFX3DPRIMITIVE_TOPOLOGY_TYPE TopologyType() const;
143 USC::GFX3DSTATE_CONTROL_DATA_FORMAT ControlDataFormat() const;
167 USC::GFX3DPRIMITIVE_TOPOLOGY_TYPE m_topologyType;
168 USC::GFX3DSTATE_CONTROL_DATA_FORMAT m_controlDataFormat;
H A DGeometryShaderProperties.cpp215 , m_topologyType(USC::GFX3DPRIM_POINTLIST) in OutputProperties()
216 , m_controlDataFormat(USC::GFX3DSTATE_CONTROL_DATA_FORMAT_CUT) in OutputProperties()
231 USC::GFX3DPRIMITIVE_TOPOLOGY_TYPE topologyType) in TopologyType()
262 USC::GFX3DSTATE_CONTROL_DATA_FORMAT format) in ControlDataFormat()
306 USC::GFX3DSTATE_CONTROL_DATA_FORMAT GeometryShaderProperties::OutputProperties::ControlDataFormat()… in ControlDataFormat()
328 return (m_hasNontrivialCuts && m_topologyType != USC::GFX3DPRIM_POINTLIST) || in ControlDataHeaderRequired()
329 (m_controlDataFormat == USC::GFX3DSTATE_CONTROL_DATA_FORMAT_SID) || in ControlDataHeaderRequired()
361 auto bitsPerVertex = (ControlDataFormat() == USC::GFX3DSTATE_CONTROL_DATA_FORMAT_CUT) ? 1 : 2; in ControlDataHeaderSize()
370 USC::GFX3DPRIMITIVE_TOPOLOGY_TYPE GeometryShaderProperties::OutputProperties::TopologyType() const in TopologyType()
H A DHullShaderClearTessFactors.cpp158 (tessShaderDomain == USC::TESSELLATOR_DOMAIN_TRI) ? 7 : in processBlock()
160 (tessShaderDomain == USC::TESSELLATOR_DOMAIN_QUAD) ? 6 : in processBlock()
162 (tessShaderDomain == USC::TESSELLATOR_DOMAIN_ISOLINE) ? 8 : 8; in processBlock()
249 unsigned int tessShaderDomain = USC::TESSELLATOR_DOMAIN_ISOLINE; in runOnFunction()
H A DCollectGeometryShaderProperties.cpp92 auto outputTopologyType = static_cast<USC::GFX3DPRIMITIVE_TOPOLOGY_TYPE> in ExtractGlobalVariables()
231 USC::GFX3DSTATE_CONTROL_DATA_FORMAT_CUT : USC::GFX3DSTATE_CONTROL_DATA_FORMAT_SID; in HandleCutOrStreamHeader()
252 m_gsProps.Output().ControlDataFormat(USC::GFX3DSTATE_CONTROL_DATA_FORMAT_CUT); in HandleCutOrStreamHeader()
H A DHullShaderLowering.cpp283 (tessShaderDomain == USC::TESSELLATOR_DOMAIN_TRI) ? 1 : 0; in LowerIntrinsicInputOutput()
302 if (tessShaderDomain == USC::TESSELLATOR_DOMAIN_ISOLINE) in LowerIntrinsicInputOutput()
313 … (tessShaderDomain == USC::TESSELLATOR_DOMAIN_TRI)) ? 3 : tessFactor; in LowerIntrinsicInputOutput()
327 && (tessShaderDomain == USC::TESSELLATOR_DOMAIN_TRI)) in LowerIntrinsicInputOutput()
333 if (tessShaderDomain == USC::TESSELLATOR_DOMAIN_ISOLINE) in LowerIntrinsicInputOutput()
463 unsigned int tessShaderDomain = USC::TESSELLATOR_DOMAIN_ISOLINE; in GetDomainType()
508 if (tessShaderDomain == USC::TESSELLATOR_DOMAIN_TRI) in IsTEFactorsPaddingAllowed()
513 else if (tessShaderDomain == USC::TESSELLATOR_DOMAIN_QUAD) in IsTEFactorsPaddingAllowed()
518 else if (tessShaderDomain == USC::TESSELLATOR_DOMAIN_ISOLINE) in IsTEFactorsPaddingAllowed()
H A DPixelShaderLowering.cpp746 if (blendOpt[i] != USC::BLEND_OPTIMIZATION_NONE) in dbgPrintBlendOptMode()
1042 USC::BLEND_OPTIMIZATION_MODE blendOpt, in optBlendState()
1068 case USC::BLEND_OPTIMIZATION_SRC_ALPHA: in optBlendState()
1095 case USC::BLEND_OPTIMIZATION_INV_SRC_ALPHA: in optBlendState()
1123 case USC::BLEND_OPTIMIZATION_SRC_ALPHA_DISCARD_ONLY: in optBlendState()
1136 case USC::BLEND_OPTIMIZATION_SRC_ALPHA_FILL_ONLY: in optBlendState()
1155 case USC::BLEND_OPTIMIZATION_SRC_COLOR_ZERO: in optBlendState()
1166 case USC::BLEND_OPTIMIZATION_SRC_COLOR_ONE: in optBlendState()
1184 case USC::BLEND_OPTIMIZATION_SRC_BOTH_ZERO: in optBlendState()
1196 case USC::BLEND_OPTIMIZATION_SRC_BOTH_ONE: in optBlendState()
[all …]
/dports/games/zdoom/zdoom-2.8.1/gdtoa/
H A Dhd_init.c53 #define USC (unsigned char *)
54 htinit(hexdig, USC "0123456789", 0x10);
55 htinit(hexdig, USC "abcdef", 0x10 + 10);
56 htinit(hexdig, USC "ABCDEF", 0x10 + 10);
/dports/games/ecwolf/ecwolf-1.3.3-src/gdtoa/
H A Dhd_init.c53 #define USC (unsigned char *)
54 htinit(hexdig, USC "0123456789", 0x10);
55 htinit(hexdig, USC "abcdef", 0x10 + 10);
56 htinit(hexdig, USC "ABCDEF", 0x10 + 10);
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/gdtoa/
H A Dhd_init.c53 #define USC (CONST unsigned char *) in hexdig_init_D2A() macro
54 htinit(hexdig, USC "0123456789", 0x10); in hexdig_init_D2A()
55 htinit(hexdig, USC "abcdef", 0x10 + 10); in hexdig_init_D2A()
56 htinit(hexdig, USC "ABCDEF", 0x10 + 10); in hexdig_init_D2A()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/LibC/gdtoa/
H A Dhd_init.c54 #define USC (CONST unsigned char *) in hexdig_init_D2A() macro
55 htinit(hexdig, USC "0123456789", 0x10); in hexdig_init_D2A()
56 htinit(hexdig, USC "abcdef", 0x10 + 10); in hexdig_init_D2A()
57 htinit(hexdig, USC "ABCDEF", 0x10 + 10); in hexdig_init_D2A()
/dports/net-mgmt/netdisco-mibs/netdisco-mibs-4.010/huawei/
H A Dhuawei-usc-mib.mib8 HUAWEI-USC-MIB DEFINITIONS ::= BEGIN
57 "The table describes USC configuration."
92 "USC Portindex."
100 "The name of USC interface."
/dports/net-mgmt/observium/observium/mibs/huawei/
H A DHUAWEI-USC-MIB8 HUAWEI-USC-MIB DEFINITIONS ::= BEGIN
57 "The table describes USC configuration."
92 "USC Portindex."
100 "The name of USC interface."
/dports/misc/p5-Business-EDI/atz-Business-EDI-327e01f/lib/Business/EDI/data/edifact/iso9735/
H A DSDMD.40000.csv3 AUTACK:4:S4:UN::SG2;SG02;USC;M;1;USA;C;3;USR;C;1
15 KEYMAN:4:S4:UN::SG3;SG03;USC;M;1;USA;C;3;USR;C;1
17 KEYMAN:4:S4:UN::SG5;SG05;USC;M;1;USA;C;3;USR;C;1
H A DSDMD.40100.csv10 KEYMAN:4:V4R1:UN::SG3;SG03;USC;M;1;USA;C;3;USR;C;1
12 KEYMAN:4:V4R1:UN::SG5;SG05;USC;M;1;USA;C;3;USR;C;1
15 AUTACK:4:V4R1:UN::SG2;SG02;USC;M;1;USA;C;3;USR;C;1
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/text/Collator/
H A DRuleBasedCollatorTest.java48 static RuleBasedCollator USC; field in RuleBasedCollatorTest
57 USC = (RuleBasedCollator) c; in setup()
58 US_RULES = USC.getRules(); in setup()
168 RuleBasedCollator rc = (RuleBasedCollator)USC.clone(); in testNormalization()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/text/Collator/
H A DRuleBasedCollatorTest.java48 static RuleBasedCollator USC; field in RuleBasedCollatorTest
57 USC = (RuleBasedCollator) c; in setup()
58 US_RULES = USC.getRules(); in setup()
168 RuleBasedCollator rc = (RuleBasedCollator)USC.clone(); in testNormalization()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/text/Collator/
H A DRuleBasedCollatorTest.java48 static RuleBasedCollator USC; field in RuleBasedCollatorTest
57 USC = (RuleBasedCollator) c; in setup()
58 US_RULES = USC.getRules(); in setup()
168 RuleBasedCollator rc = (RuleBasedCollator)USC.clone(); in testNormalization()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/text/Collator/
H A DRuleBasedCollatorTest.java48 static RuleBasedCollator USC; field in RuleBasedCollatorTest
57 USC = (RuleBasedCollator) c; in setup()
58 US_RULES = USC.getRules(); in setup()
168 RuleBasedCollator rc = (RuleBasedCollator)USC.clone(); in testNormalization()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/text/Collator/
H A DRuleBasedCollatorTest.java48 static RuleBasedCollator USC; field in RuleBasedCollatorTest
57 USC = (RuleBasedCollator) c; in setup()
58 US_RULES = USC.getRules(); in setup()
168 RuleBasedCollator rc = (RuleBasedCollator)USC.clone(); in testNormalization()

12345678910>>...18