Ehsan 00a8233c30 Support for printf intrinsic (#2829) před 5 roky
..
Samples c5985f483c Fix CBuffer and StructuredBuffer offsets for packing and reflection. před 6 roky
container 430102b952 Isolate test file dependencies for dxilcontainer, linker and cmd tests. (#2014) před 6 roky
debug f4965b71dd Integrate dxcapi v2 and other changes from internal (#2575) před 6 roky
inc 6ee4074a4b first commit před 9 roky
linker 430102b952 Isolate test file dependencies for dxilcontainer, linker and cmd tests. (#2014) před 6 roky
mesh-val 63cbac780c Mesh shader output size calculation fix (#2440) před 6 roky
precise 6fe0776524 Separated cond mem2reg and scalarizing precise vector allocas (#2765) před 5 roky
AddUint64Odd.hlsl ac228c5aa4 Translate AddUint64. (#47) před 9 roky
BigStructInBuffer.hlsl 86b7e6ef9d Struct for normal buf (#43) před 9 roky
EmptyStructInBuffer.hlsl 86b7e6ef9d Struct for normal buf (#43) před 9 roky
GetDimCalcLOD.hlsl 7c91399069 Use undef to save type for type annotation. (#35) před 9 roky
Include.hlsl f39e34a236 Implement FileCheck -check-prefix for DXC tests. (#1836) před 7 roky
InnerCoverage.hlsl 7c91399069 Use undef to save type for type annotation. (#35) před 9 roky
InnerCoverage2.hlsl 7c91399069 Use undef to save type for type annotation. (#35) před 9 roky
IntegerDepth.hlsl 7c91399069 Use undef to save type for type annotation. (#35) před 9 roky
IntegerDepth2.hlsl 7c91399069 Use undef to save type for type annotation. (#35) před 9 roky
RaceCond.hlsl 7b998429f3 Disable race condition check (#3) před 9 roky
Readme.md 4e5440e1ee Reorganize tests in CodegenHLSL for better clarity and coverage (#2456) před 6 roky
SamplerKind.hlsl 7c91399069 Use undef to save type for type annotation. (#35) před 9 roky
SimpleGS10.hlsl fcba1d9c6b Support more than 1 primitive inputs for GS. (#71) před 9 roky
SimpleGS8.hlsl fcba1d9c6b Support more than 1 primitive inputs for GS. (#71) před 9 roky
SimpleGS9.hlsl fcba1d9c6b Support more than 1 primitive inputs for GS. (#71) před 9 roky
UndefValue.hlsl cb0ba446c1 Fix validation bugs. (#10) před 9 roky
UndefValue2.hlsl 7c91399069 Use undef to save type for type annotation. (#35) před 9 roky
attributes-gs-no-inout-main.hlsl 406fe38220 Add validation checks for HS/GS attributes after parsing (#768) před 8 roky
attributes-gs-no-inout-other.hlsl 406fe38220 Add validation checks for HS/GS attributes after parsing (#768) před 8 roky
attributes-gs-no-maxvertexcount.hlsl 406fe38220 Add validation checks for HS/GS attributes after parsing (#768) před 8 roky
attributes-hs-no-pcf.hlsl 406fe38220 Add validation checks for HS/GS attributes after parsing (#768) před 8 roky
barrier.hlsl eb0894c913 Support static const field with initializer (#520) před 8 roky
cbufferOffset.hlsl c27cd89141 Restrict shader models accepted by DxCompiler API to 6.0 (#15) před 9 roky
cbuffer_unused2.hlsl c27cd89141 Restrict shader models accepted by DxCompiler API to 6.0 (#15) před 9 roky
check_nowarning.hlsl 523b74e251 Propagate /no-warnings flag (#1349) před 7 roky
check_warning.hlsl 523b74e251 Propagate /no-warnings flag (#1349) před 7 roky
deadloop.hlsl c27cd89141 Restrict shader models accepted by DxCompiler API to 6.0 (#15) před 9 roky
filecheck_multiple_run_lines.hlsl 4e5440e1ee Reorganize tests in CodegenHLSL for better clarity and coverage (#2456) před 6 roky
fpexcept.hlsl 7a18290e77 Set default floating-point environment at compiler boundaries (#1703) před 7 roky
globallycoherent2.hlsl 143d81768f Support globallycoherent. (#109) před 8 roky
globallycoherent3.hlsl 143d81768f Support globallycoherent. (#109) před 8 roky
hsAttribute.hlsl 7c91399069 Use undef to save type for type annotation. (#35) před 9 roky
interpChange.hlsl 7c91399069 Use undef to save type for type annotation. (#35) před 9 roky
interpOnInt.hlsl 7c91399069 Use undef to save type for type annotation. (#35) před 9 roky
interpOnInt2.hlsl 7c91399069 Use undef to save type for type annotation. (#35) před 9 roky
intrinsic_val_imm.hlsl c27cd89141 Restrict shader models accepted by DxCompiler API to 6.0 (#15) před 9 roky
lib_cs_entry.hlsl 734accbce5 Merged PR 100: Eliminate phi on resources/handles for library před 7 roky
lib_cs_entry2.hlsl 8bdf2fef5f Merged PR 69: Add -auto-binding-space option enabling auto-binding for lib targets před 7 roky
lib_cs_entry3.hlsl 734accbce5 Merged PR 100: Eliminate phi on resources/handles for library před 7 roky
lib_entries.hlsl 734accbce5 Merged PR 100: Eliminate phi on resources/handles for library před 7 roky
lib_entries2.hlsl 734accbce5 Merged PR 100: Eliminate phi on resources/handles for library před 7 roky
lib_global.hlsl 892765cc4b Default to stripping reflection from DXIL and fix a bunch of fallout. před 6 roky
lib_global2.hlsl f408830296 Add linker. před 8 roky
lib_global3.hlsl f408830296 Add linker. před 8 roky
lib_global4.hlsl f408830296 Add linker. před 8 roky
lib_no_alias.hlsl 178ffd1d71 Merged PR 113: Add -default-linkage option and export keyword před 7 roky
lib_no_alloca.h 87ded7ab24 Run mem2reg when linking. (#465) před 8 roky
lib_no_alloca.hlsl 87ded7ab24 Run mem2reg when linking. (#465) před 8 roky
lib_resource.hlsl 178ffd1d71 Merged PR 113: Add -default-linkage option and export keyword před 7 roky
lib_resource2.hlsl 57b583d1b1 Set resource ID in DxilLinkJob::AddResourceToDM. (#442) před 8 roky
lib_select_res.hlsl 8bdf2fef5f Merged PR 69: Add -auto-binding-space option enabling auto-binding for lib targets před 7 roky
lib_select_res_codegenhlsl_copy.hlsl 4e5440e1ee Reorganize tests in CodegenHLSL for better clarity and coverage (#2456) před 6 roky
lib_select_res_entry.hlsl 9e88611f20 Fixed line ending issues před 7 roky
lib_unused_func.hlsl 178ffd1d71 Merged PR 113: Add -default-linkage option and export keyword před 7 roky
local_resource2.hlsl c9aa79b127 Fix tests which /Zi makes trivially succeed (#2171) před 6 roky
local_resource3.hlsl c9aa79b127 Fix tests which /Zi makes trivially succeed (#2171) před 6 roky
local_resource5.hlsl 726c754221 Only promote local resource when has store of handle. (#87) před 8 roky
local_resource5_dbg.hlsl c9aa79b127 Fix tests which /Zi makes trivially succeed (#2171) před 6 roky
local_resource6.hlsl 726c754221 Only promote local resource when has store of handle. (#87) před 8 roky
local_resource6_dbg.hlsl c9aa79b127 Fix tests which /Zi makes trivially succeed (#2171) před 6 roky
neg1.hlsl f8c02c243d Migrate CodeGenTest-based tests to quick-test (#1975) před 6 roky
optForNoOpt3.hlsl c9aa79b127 Fix tests which /Zi makes trivially succeed (#2171) před 6 roky
optForNoOpt4.hlsl c9aa79b127 Fix tests which /Zi makes trivially succeed (#2171) před 6 roky
phiTGSM.hlsl 7c91399069 Use undef to save type for type annotation. (#35) před 9 roky
printf.hlsl 00a8233c30 Support for printf intrinsic (#2829) před 5 roky
recursive.ll 36798cf0bc Fix typo in StoreOutput outputSigId parameter (#385) před 8 roky
recursive2.hlsl 843be2528a Close #62: strange error output on recursive function calls (#150) před 8 roky
recursive3.hlsl 843be2528a Close #62: strange error output on recursive function calls (#150) před 8 roky
reducible.hlsl cc4387b7ae Report error on vector if condition. (#113) před 8 roky
resource_overlap.hlsl c27cd89141 Restrict shader models accepted by DxCompiler API to 6.0 (#15) před 9 roky
rootSigDefine1.hlsl 4e5440e1ee Reorganize tests in CodegenHLSL for better clarity and coverage (#2456) před 6 roky
rootSigDefine10.hlsl 4e5440e1ee Reorganize tests in CodegenHLSL for better clarity and coverage (#2456) před 6 roky
rootSigDefine11.hlsl 4e5440e1ee Reorganize tests in CodegenHLSL for better clarity and coverage (#2456) před 6 roky
rootSigDefine2.hlsl 4e5440e1ee Reorganize tests in CodegenHLSL for better clarity and coverage (#2456) před 6 roky
rootSigDefine3.hlsl 4e5440e1ee Reorganize tests in CodegenHLSL for better clarity and coverage (#2456) před 6 roky
rootSigDefine4.hlsl 4e5440e1ee Reorganize tests in CodegenHLSL for better clarity and coverage (#2456) před 6 roky
rootSigDefine5.hlsl 4e5440e1ee Reorganize tests in CodegenHLSL for better clarity and coverage (#2456) před 6 roky
rootSigDefine6.hlsl 4e5440e1ee Reorganize tests in CodegenHLSL for better clarity and coverage (#2456) před 6 roky
rootSigDefine7.hlsl 4e5440e1ee Reorganize tests in CodegenHLSL for better clarity and coverage (#2456) před 6 roky
rootSigDefine8.hlsl 4e5440e1ee Reorganize tests in CodegenHLSL for better clarity and coverage (#2456) před 6 roky
rootSigDefine9.hlsl 4e5440e1ee Reorganize tests in CodegenHLSL for better clarity and coverage (#2456) před 6 roky
rootSigEntry.hlsl 4e5440e1ee Reorganize tests in CodegenHLSL for better clarity and coverage (#2456) před 6 roky
rootSigProfile.hlsl c5dbf2a50e Fix tests for use with DXIL.dll 1.4 před 6 roky
rootSigProfile2.hlsl c5dbf2a50e Fix tests for use with DXIL.dll 1.4 před 6 roky
rootSigProfile3.hlsl c5dbf2a50e Fix tests for use with DXIL.dll 1.4 před 6 roky
rootSigProfile4.hlsl c5dbf2a50e Fix tests for use with DXIL.dll 1.4 před 6 roky
rootSigProfile5.hlsl c5dbf2a50e Fix tests for use with DXIL.dll 1.4 před 6 roky
scalarOnVecIntrisic.hlsl 1f4cd22d47 [linux-port] Enable CompilerTest for Unix (#1483) před 7 roky
semaOverlap.hlsl 7c91399069 Use undef to save type for type annotation. (#35) před 9 roky
semaOverlap1.hlsl 7c91399069 Use undef to save type for type annotation. (#35) před 9 roky
structInBuffer.hlsl 4e5440e1ee Reorganize tests in CodegenHLSL for better clarity and coverage (#2456) před 6 roky
targetArray.hlsl c27cd89141 Restrict shader models accepted by DxCompiler API to 6.0 (#15) před 9 roky
uavBarrier.hlsl 7c91399069 Use undef to save type for type annotation. (#35) před 9 roky
uav_typed_store.hlsl c27cd89141 Restrict shader models accepted by DxCompiler API to 6.0 (#15) před 9 roky
updateCounter2.hlsl 7c91399069 Use undef to save type for type annotation. (#35) před 9 roky
val-failures-ps.hlsl ca73275090 Move stray codegen tests from HLSL to CodeGenHLSL folder. před 7 roky
val-failures.hlsl ca73275090 Move stray codegen tests from HLSL to CodeGenHLSL folder. před 7 roky
val-wave-failures-ps.hlsl 2f440d0462 Move wave sensitive check from validation into DxilValidateWaveSensit… (#2640) před 6 roky
vecCmpIf.hlsl cc4387b7ae Report error on vector if condition. (#113) před 8 roky

Readme.md

Files in this directory are used by tests implemented in CompilerTest.cpp